CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2019/05/02 14:28:46

Modified files:
        sys/dev/pci    : ehci_pci.c 

Log message:
Avoid running the activate function for a partially attached ehci(4) driver.
The Realtek DASH ehci(4) doesn't have a properly set SBRN register which
prevents us from fully attaching the device.  This would result in a panic
during suspend because the activate function will access register that
aren't mapped.

ok deraadt@

Reply via email to