Module Name: src Committed By: riastradh Date: Mon Mar 31 14:48:50 UTC 2025
Modified Files: src/sys/dev/pci: ohci_pci.c Log Message: ohci@pci: Don't detach on shutdown. If there's some USB device that requires detach on shutdown (which would be surprising, because USB devices should generally be safe to yank at any time, and _storage_ drivers such as ld(4) or sd(4) should already be synced at shutdown some other way) then that driver should have DVF_DETACH_SHUTDOWN -- not the entire HCI. PR port-amd64/59180: System reboots instead of shutting down PR kern/59179: DVF_DETACH_SHUTDOWN: audit drivers for unnecessary use To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sys/dev/pci/ohci_pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.