mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Correct misleading bootverbose output: ahc_isa_probe -> ahc_isa_identify
This commit is contained in:
parent
03836978be
commit
5685b37212
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249574
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user