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)
Sat, Apr 26, 8:13 AM
Unknown Object (File)
Tue, Apr 22, 9:00 PM
Unknown Object (File)
Tue, Apr 15, 2:07 AM
Unknown Object (File)
Sat, Apr 12, 5:45 PM
Unknown Object (File)
Wed, Apr 2, 12:03 PM
Unknown Object (File)
Mar 30 2025, 3:30 AM
Unknown Object (File)
Mar 22 2025, 10:32 AM
Unknown Object (File)
Mar 9 2025, 6:04 AM
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