opnsense-src/sys/dev/cardbus
Mitchell Horne 29afffb942 subr_bus: restore bus_null_rescan()
Partially revert the previous change; we need to keep this method as a
specific override for pci_driver subclasses which should not use
pci_rescan_method() -- cardbus and ofw_pcibus. However, change the return
value to ENODEV for the same reasoning given in the original commit, and
use this as the default rescan method in bus_if.m.

Reported by:	jhb
Fixes:		36a8572ee8 ("bus_if: provide a default null rescan method")
MFC with:	36a8572ee8
2022-06-23 16:07:00 -03:00
..
card_if.m cardbus: move card_if.m to sys/dev/cardbus 2021-07-13 20:39:30 -06:00
cardbus.c subr_bus: restore bus_null_rescan() 2022-06-23 16:07:00 -03:00
cardbus_cis.c cardbus: clean up empty lines in .c and .h files 2020-09-01 22:09:41 +00:00
cardbus_cis.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
cardbus_device.c Regularize my copyright notice 2019-12-04 16:56:11 +00:00
cardbusreg.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
cardbusvar.h Regularize my copyright notice 2019-12-04 16:56:11 +00:00
power_if.m pccard: Move power_if.m from pccard to cardbus 2021-01-07 17:05:29 -07:00