Only print the diagnostic about extended I/O ports if bootverbose is true.
This commit is contained in:
parent
7cb314ad2a
commit
76ea0c0c8f
@ -1785,8 +1785,10 @@ ppc_probe(device_t dev)
|
||||
|
||||
ppc->rid_extraio = 0;
|
||||
|
||||
device_printf(dev, "This ppc chipset does not support the extended I/O port range...no problem\n");
|
||||
}
|
||||
if (bootverbose)
|
||||
device_printf(dev,
|
||||
"This ppc chipset does not support the extended I/O port range...no problem\n");
|
||||
}
|
||||
|
||||
ppc->ppc_base = rman_get_start(ppc->res_ioport);
|
||||
|
||||
|
@ -1785,8 +1785,10 @@ ppc_probe(device_t dev)
|
||||
|
||||
ppc->rid_extraio = 0;
|
||||
|
||||
device_printf(dev, "This ppc chipset does not support the extended I/O port range...no problem\n");
|
||||
}
|
||||
if (bootverbose)
|
||||
device_printf(dev,
|
||||
"This ppc chipset does not support the extended I/O port range...no problem\n");
|
||||
}
|
||||
|
||||
ppc->ppc_base = rman_get_start(ppc->res_ioport);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user