summaryrefslogtreecommitdiffstats
path: root/sys/isa
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-12-24 22:18:19 +0000
committerimp <imp@FreeBSD.org>2004-12-24 22:18:19 +0000
commitbf7a1b0a6aabf837802020810451d35384c810af (patch)
treec79dd3b454e3440fce97ceaaf965f99b6f72c3f5 /sys/isa
parent1f0b9e958adcba4ab295605d44c7f7a8d6ffdd71 (diff)
downloadFreeBSD-src-bf7a1b0a6aabf837802020810451d35384c810af.zip
FreeBSD-src-bf7a1b0a6aabf837802020810451d35384c810af.tar.gz
Make the other pnp messages more explicit as well...
Diffstat (limited to 'sys/isa')
-rw-r--r--sys/isa/pnp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/isa/pnp.c b/sys/isa/pnp.c
index 5528131..d57e49e 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);
OpenPOWER on IntegriCloud