Page MenuHomeFreeBSD

x86: Remove invalid DEVMETHOD methods for leaf devices
ClosedPublic

Authored by jhb on Oct 31 2024, 8:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 25, 11:58 PM
Unknown Object (File)
Wed, Mar 25, 3:41 PM
Unknown Object (File)
Fri, Mar 20, 2:46 PM
Unknown Object (File)
Fri, Mar 20, 2:21 AM
Unknown Object (File)
Thu, Mar 12, 4:59 PM
Unknown Object (File)
Wed, Mar 11, 10:21 PM
Unknown Object (File)
Sun, Mar 8, 7:01 AM
Unknown Object (File)
Sat, Mar 7, 4:37 PM
Subscribers
None

Details

Summary

None of these drivers are for bus devices, so bus_generic_* is not
appropriate. Most of these were nops except that detach would
actually "succeed" (but not do any cleanup).

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable