https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285993
--- Comment #12 from Warner Losh <i...@freebsd.org> --- judging by the comments, I'd expect: /* A power fault implicitly turns off power to the slot. */ if (sc->pcie_slot_sta & PCIEM_SLOT_STA_PFD) return (false); is the condition we're tripping over. -- You are receiving this mail because: You are the assignee for the bug.