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)
Sun, Mar 9, 6:04 AM
Unknown Object (File)
Sat, Mar 8, 9:20 PM
Unknown Object (File)
Tue, Feb 18, 5:46 AM
Unknown Object (File)
Feb 12 2025, 9:39 PM
Unknown Object (File)
Feb 10 2025, 8:38 AM
Unknown Object (File)
Feb 9 2025, 6:24 PM
Unknown Object (File)
Jan 29 2025, 10:02 PM
Unknown Object (File)
Jan 18 2025, 3:12 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