Hide annoying message under boot-verbose.
Fix Typo. Approved by: nyan Also: PR-18172
This commit is contained in:
parent
40190bd20e
commit
a1491bb13c
@ -123,8 +123,9 @@ adv_isa_probe(device_t dev)
|
||||
break;
|
||||
if ((port_index > max_port_index)
|
||||
|| (iobase != adv_isa_ioports[port_index])) {
|
||||
printf("adv%d: Invalid baseport of 0x%lx specified. "
|
||||
"Neerest valid baseport is 0x%x. Failing "
|
||||
if (bootverbose)
|
||||
printf("adv%d: Invalid baseport of 0x%lx specified. "
|
||||
"Nearest valid baseport is 0x%x. Failing "
|
||||
"probe.\n", device_get_unit(dev), iobase,
|
||||
(port_index <= max_port_index) ?
|
||||
adv_isa_ioports[port_index] :
|
||||
|
Loading…
Reference in New Issue
Block a user