Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115376416
D49949.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
439 B
Referenced Files
None
Subscribers
None
D49949.diff
View Options
diff --git a/sys/dev/pci/pci_pci.c b/sys/dev/pci/pci_pci.c
--- a/sys/dev/pci/pci_pci.c
+++ b/sys/dev/pci/pci_pci.c
@@ -930,7 +930,8 @@
return (false);
/* A power fault implicitly turns off power to the slot. */
- if (sc->pcie_slot_sta & PCIEM_SLOT_STA_PFD)
+ if (sc->pcie_slot_cap & PCIEM_SLOT_CAP_PCP &&
+ sc->pcie_slot_sta & PCIEM_SLOT_STA_PFD)
return (false);
/* If the MRL is disengaged, the slot is powered off. */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 24, 4:02 AM (10 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17715041
Default Alt Text
D49949.diff (439 B)
Attached To
Mode
D49949: pcib: Ignore power fault detected if a power controller is not present
Attached
Detach File
Event Timeline
Log In to Comment