From 934bd5ede9a738c7413e99a0102e5e60850aabf9 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 24 Dec 2004 22:18:19 +0000 Subject: [PATCH] Make the other pnp messages more explicit as well... --- sys/isa/pnp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/isa/pnp.c b/sys/isa/pnp.c index 552813174d1b..d57e49ee821c 100644 --- a/sys/isa/pnp.c +++ b/sys/isa/pnp.c @@ -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);