diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2003-07-26 11:53:40 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2003-07-26 11:53:40 +0000 |
| commit | e139a45198350e12fa6c5fdd525d8fc3194d4132 (patch) | |
| tree | 31eab5c36dc7fc849011675bff9e97eecea2f39f /sys/dev/buslogic | |
| parent | e2fe99a2e0f38e0f34bd2026316d1e2592ddf989 (diff) | |
Notes
Diffstat (limited to 'sys/dev/buslogic')
| -rw-r--r-- | sys/dev/buslogic/bt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/buslogic/bt.c b/sys/dev/buslogic/bt.c index da8d0172f4c1..898ba516f414 100644 --- a/sys/dev/buslogic/bt.c +++ b/sys/dev/buslogic/bt.c @@ -961,9 +961,9 @@ bt_find_probe_range(int ioport, int *port_index, int *max_port_index) if ((i >= BT_NUM_ISAPORTS) || (ioport != bt_isa_ports[i].addr)) { printf( -"bt_isa_probe: Invalid baseport of 0x%x specified.\n" -"bt_isa_probe: Nearest valid baseport is 0x%x.\n" -"bt_isa_probe: Failing probe.\n", +"bt_find_probe_range: Invalid baseport of 0x%x specified.\n" +"bt_find_probe_range: Nearest valid baseport is 0x%x.\n" +"bt_find_probe_range: Failing probe.\n", ioport, (i < BT_NUM_ISAPORTS) ? bt_isa_ports[i].addr |
