NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/59179 CVS commit: src/sys/dev/pci



The following reply was made to PR kern/59179; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59179 CVS commit: src/sys/dev/pci
Date: Mon, 31 Mar 2025 14:48:50 +0000

 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.
 


Home | Main Index | Thread Index | Old Index