freebsd-dev/sys/powerpc/ofw
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
..
ofw_initrd.c
ofw_machdep.c
ofw_pcib_pci.c ofw drivers: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-09 14:26:44 -07:00
ofw_pcibus.c subr_bus: restore bus_null_rescan() 2022-06-23 16:07:00 -03:00
ofw_pcibus.h
ofw_real.c
ofw_syscons.c ofw drivers: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-09 14:26:44 -07:00
ofw_syscons.h
ofwcall32.S Add CFI start/end proc directives to arm64, i386, and ppc 2020-12-05 00:33:28 +00:00
ofwcall64.S Add CFI start/end proc directives to arm64, i386, and ppc 2020-12-05 00:33:28 +00:00
openpic_ofw.c Remove unused openpic_devclass. 2022-05-10 10:21:38 -07:00
rtas.c