diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2000-02-11 19:36:30 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2000-02-11 19:36:30 +0000 |
| commit | af4d01494de4b2bca228df89b57cd5d8a8ac3383 (patch) | |
| tree | d3ca12008b1c246bed674bc812f54fbc327368ce /sys/dev | |
| parent | c2e746733991ba9c2afd6e82cd9668faf566932c (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/isp/isp_target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_target.c b/sys/dev/isp/isp_target.c index ab9b43d37b31a..23f7782b530af 100644 --- a/sys/dev/isp/isp_target.c +++ b/sys/dev/isp/isp_target.c @@ -1158,7 +1158,7 @@ isp_handle_ctio2(isp, ct) * CTIO rejected by the firmware because an invalid RX_ID. * Just print a message. */ - PRINTF("%s: CTIO2 completed with Invalid RX_ID 0x%x", + PRINTF("%s: CTIO2 completed with Invalid RX_ID 0x%x\n", isp->isp_name, ct->ct_rxid); break; |
