Cosmetic fix: Not every machine that uses the sio driver has a BIOS.
Pointed out by: imp
This commit is contained in:
parent
85090cbb33
commit
7f04152a10
@ -767,7 +767,7 @@ sioprobe(dev, xrid, noprobe)
|
||||
"sio%d: configured irq %ld not in bitmap of probed irqs %#x\n",
|
||||
device_get_unit(dev), xirq, irqs);
|
||||
printf(
|
||||
"sio%d: port may not be enabled in BIOS\n",
|
||||
"sio%d: port may not be enabled\n",
|
||||
device_get_unit(dev));
|
||||
}
|
||||
if (bootverbose)
|
||||
|
Loading…
x
Reference in New Issue
Block a user