summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2002-01-17 20:05:47 +0000
committerbmah <bmah@FreeBSD.org>2002-01-17 20:05:47 +0000
commite9fbb12a7064582a9d33bc623d0cbc0adddec2f5 (patch)
tree209c955593ae26f92bb83822c80f5bb7de795de7 /sys
parentab0817f43562c9a430c09517272079e204b7d458 (diff)
downloadFreeBSD-src-e9fbb12a7064582a9d33bc623d0cbc0adddec2f5.zip
FreeBSD-src-e9fbb12a7064582a9d33bc623d0cbc0adddec2f5.tar.gz
Cosmetic fix: Not every machine that uses the sio driver has a BIOS.
Pointed out by: imp
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/sio/sio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index 93c5b3e..1518fbf 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/sio.c
@@ -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)
OpenPOWER on IntegriCloud