freebsd-nq/sys/isa
John Baldwin 2b2b44c983 Don't assume that any ISA device that fails to probe is a PnP device,
instead, use the bus_print_child_* functions to display the error message.
Also, since this is more of a warning than an error, hide it behind
bootverbose.

Similarly, if isa_assign_resources() fails to allocate resources to a
device, use bus_print_child_header() instead of device_printf(), and
display the resources that could not be allocated if bootverbose is true.

Approved by:	msmith
Help from:	mdodd
2000-07-12 00:42:08 +00:00
..
ic
atkbd_isa.c
atkbdc_isa.c
atrtc.c Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. 2000-07-04 11:25:35 +00:00
fd.c
fdc.h
fdreg.h
isa_common.c Don't assume that any ISA device that fails to probe is a PnP device, 2000-07-12 00:42:08 +00:00
isa_common.h
isa_if.m
isahint.c
isareg.h
isavar.h
joy.c
pnp.c Finally merge newmidi. 2000-07-11 11:49:33 +00:00
pnpparse.c Finally merge newmidi. 2000-07-11 11:49:33 +00:00
pnpreg.h
pnpvar.h Finally merge newmidi. 2000-07-11 11:49:33 +00:00
ppc.c
ppcreg.h
psm.c
rtc.h
sio.c Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. 2000-07-04 11:25:35 +00:00
sioreg.h
syscons_isa.c
vga_isa.c