1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-28 08:02:54 +00:00
freebsd/sys/x86/pci
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
..
pci_bus.c x86: Remove invalid DEVMETHOD methods for leaf devices 2024-11-01 10:10:30 -04:00
pci_early_quirks.c x86/pci_early_quirks: Sync Intel 11th+ gen PCI IDs with Linux 2024-06-26 23:42:25 +03:00
pci_early_quirks.h x86/pci_early_quirks: Sync Intel 11th+ gen PCI IDs with Linux 2024-06-26 23:42:25 +03:00
qpi.c newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANY 2024-07-24 22:23:02 -06:00