]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't assume that any ISA device that fails to probe is a PnP device,
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 12 Jul 2000 00:42:08 +0000 (00:42 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 12 Jul 2000 00:42:08 +0000 (00:42 +0000)
commit2b2b44c9833058d637c4f2eeb7316eb499d8460d
tree41e9496604b73342424a58316df2224b4c3bd3fb
parentb6c96d5da5059a47446b882da8785acd00e788cf
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
sys/isa/isa_common.c