[Bug 285993] nvme device breakage in 14.2 STABLE n270867-25df691800f0

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 14 Apr 2025 16:04:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285993

--- Comment #12 from Warner Losh <imp@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.