Correct misleading bootverbose output: ahc_isa_probe -> ahc_isa_identify

This commit is contained in:
Neel Natu 2013-04-17 02:33:56 +00:00
parent 03836978be
commit 5685b37212
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249574

View file

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