HomeFreeBSD

x86: Remove invalid DEVMETHOD methods for leaf devices

Description

x86: Remove invalid DEVMETHOD methods for leaf devices

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).

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47374

Details

Provenance
jhbAuthored on Fri, Nov 1, 2:10 PM
Reviewer
imp
Differential Revision
D47374: x86: Remove invalid DEVMETHOD methods for leaf devices
Parents
rG84553ccd0c8b: spibus: Use a bus_child_deleted method to free ivars for children
Branches
Unknown
Tags
Unknown