diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2002-01-17 20:05:47 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2002-01-17 20:05:47 +0000 |
| commit | 7f04152a109a83df0f822d7299e0cd1edf99aaa2 (patch) | |
| tree | 209c955593ae26f92bb83822c80f5bb7de795de7 /sys/dev/sio/sio.c | |
| parent | 85090cbb33c33b38347b0a66ccf857d46a46e660 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sio/sio.c')
| -rw-r--r-- | sys/dev/sio/sio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 93c5b3e29afc..1518fbf5408f 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) |
