Only print the diagnostic about extended I/O ports if bootverbose is true.

This commit is contained in:
Doug Rabson 2000-06-25 09:20:56 +00:00
parent 7cb314ad2a
commit 76ea0c0c8f
2 changed files with 8 additions and 4 deletions

View File

@ -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);

View File

@ -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);