View | Details | Raw Unified | Return to bug 211699 | Differences between
and this patch

Collapse All | Expand All

(-)b/sys/dev/pci/pci_pci.c (+2 lines)
Lines 935-940 Link Here
935
935
936
	if ((sc->pcie_slot_cap & PCIEM_SLOT_CAP_HPC) == 0)
936
	if ((sc->pcie_slot_cap & PCIEM_SLOT_CAP_HPC) == 0)
937
		return;
937
		return;
938
	if ((sc->pcie_link_cap & PCIEM_LINK_CAP_DL_ACTIVE) == 0)
939
		return;
938
940
939
	/*
941
	/*
940
	 * Some devices report that they have an MRL when they actually
942
	 * Some devices report that they have an MRL when they actually

Return to bug 211699