diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2001-03-04 18:41:23 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2001-03-04 18:41:23 +0000 |
| commit | 3bfa8677656a56cbc7dd2029edf065d41b4e42c7 (patch) | |
| tree | ed08fb2cd4e82e7eec6a30dde6289e8aff0b1173 /sys/dev | |
| parent | 12fd045a2c6f8eb618a603ac9a11c6274bc10bfc (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/isp/isp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c index 8545ff8da6e9..b0b768d76ec1 100644 --- a/sys/dev/isp/isp.c +++ b/sys/dev/isp/isp.c @@ -3245,7 +3245,7 @@ isp_parse_async(isp, mbox) case ASYNC_TIMEOUT_RESET: isp_prt(isp, ISP_LOGWARN, - "timeout initiated SCSI bus reset of bus %d\n", bus); + "timeout initiated SCSI bus reset of bus %d", bus); isp->isp_sendmarker |= (1 << bus); #ifdef ISP_TARGET_MODE isp_target_async(isp, bus, mbox); @@ -4884,7 +4884,7 @@ isp_reinit(isp) struct ispsoftc *isp; { XS_T *xs; - u_int32_t handle; + u_int16_t handle; isp_reset(isp); if (isp->isp_state != ISP_RESETSTATE) { |
