diff options
-rw-r--r-- | sys/dev/aic7xxx/ahc_isa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/ahc_isa.c b/sys/dev/aic7xxx/ahc_isa.c index c73e85c..e655b6f 100644 --- a/sys/dev/aic7xxx/ahc_isa.c +++ b/sys/dev/aic7xxx/ahc_isa.c @@ -98,7 +98,7 @@ ahc_isa_identify(driver_t *driver, device_t parent) RF_ACTIVE); if (regs == NULL) { if (bootverbose) - printf("ahc_isa_probe %d: ioport 0x%x " + printf("ahc_isa_identify %d: ioport 0x%x " "alloc failed\n", slot, iobase); continue; } |