diff options
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) |
