diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2003-07-26 12:09:58 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2003-07-26 12:09:58 +0000 |
| commit | ed4e49ffbd35e17ca63ce7bd5048586aa67800f4 (patch) | |
| tree | 0656f44f60d5f3577115e5dd3eb694e650b5be2b | |
| parent | 905ce239fd109edc5a56d9a054127816f0524565 (diff) | |
Notes
| -rw-r--r-- | sys/dev/buslogic/bt.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/buslogic/bt.c b/sys/dev/buslogic/bt.c index d51a74b517165..758dc7e65215a 100644 --- a/sys/dev/buslogic/bt.c +++ b/sys/dev/buslogic/bt.c @@ -938,10 +938,10 @@ bt_find_probe_range(int ioport, int *port_index, int *max_port_index) break; if ((i >= BT_NUM_ISAPORTS) || (ioport != bt_isa_ports[i].addr)) { - printf(" -bt_isa_probe: Invalid baseport of 0x%x specified. -bt_isa_probe: Nearest valid baseport is 0x%x. -bt_isa_probe: Failing probe.\n", + printf( +"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 |
