HomeFreeBSD

Don't assume that any ISA device that fails to probe is a PnP device,
rS62987Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

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

Details

Provenance
jhbAuthored on
Parents
rS62986: Don't call err() without a format string.
Branches
Unknown
Tags
Unknown

Event Timeline