Searched hist:62987 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/isa/
H A Disa_common.cdiff 62987 Wed Jul 12 00:42:08 MDT 2000 jhb 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

Completed in 135 milliseconds