1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-22 07:20:00 +00:00
freebsd/sys/x86/isa
John Baldwin df61573596 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
2024-11-01 10:10:30 -04:00
..
atpic.c x86: Remove invalid DEVMETHOD methods for leaf devices 2024-11-01 10:10:30 -04:00
atrtc.c x86: Remove invalid DEVMETHOD methods for leaf devices 2024-11-01 10:10:30 -04:00
clock.c x86: Remove invalid DEVMETHOD methods for leaf devices 2024-11-01 10:10:30 -04:00
elcr.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
icu.h sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
isa_dma.c x86: Remove invalid DEVMETHOD methods for leaf devices 2024-11-01 10:10:30 -04:00
isa.c new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCE 2024-03-13 15:05:54 -07:00
nmi.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
orm.c newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANY 2024-07-24 22:23:02 -06:00