Make the other pnp messages more explicit as well...

This commit is contained in:
Warner Losh 2004-12-24 22:18:19 +00:00
parent 596e374dac
commit 934bd5ede9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139271

View File

@ -793,7 +793,7 @@ pnp_identify(driver_t *driver, device_t parent)
/* Try various READ_DATA ports from 0x203-0x3ff */
for (pnp_rd_port = 0x80; (pnp_rd_port < 0xff); pnp_rd_port += 0x10) {
if (bootverbose)
printf("Trying Read_Port at %x\n",
printf("pnp_identify: Trying Read_Port at %x\n",
(pnp_rd_port << 2) | 0x3);
num_pnp_devs = pnp_isolation_protocol(parent);