aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2000-12-31 20:50:56 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2000-12-31 20:50:56 +0000
commit91f1caa2d89ff3be646f0292a6d73c426ddc35e2 (patch)
tree0e83161f1fa894b7ce324318db0b7b7532bd73b3 /sys/dev/isp
parent23dc42d12f7e176a5f72d65f1d348b423b1cf293 (diff)
Notes
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/isp_freebsd.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c
index 6cd6c7588bb0..944798f91d2c 100644
--- a/sys/dev/isp/isp_freebsd.c
+++ b/sys/dev/isp/isp_freebsd.c
@@ -1543,7 +1543,7 @@ isp_action(struct cam_sim *sim, union ccb *ccb)
default:
isp_prt(isp, ISP_LOGERR,
"What's this? 0x%x at %d in file %s",
- isp->isp_name, error, __LINE__, __FILE__);
+ error, __LINE__, __FILE__);
XS_SETERR(ccb, CAM_REQ_CMP_ERR);
xpt_done(ccb);
}
@@ -1723,8 +1723,7 @@ isp_action(struct cam_sim *sim, union ccb *ccb)
*dptr |= DPARM_SAFE_DFLT;
isp_prt(isp, ISP_LOGDEBUG0,
"%d.%d set %s period 0x%x offset 0x%x flags 0x%x",
- isp->isp_name, bus, tgt,
- (cts->flags & CCB_TRANS_CURRENT_SETTINGS)?
+ bus, tgt, (cts->flags & CCB_TRANS_CURRENT_SETTINGS)?
"current" : "user",
sdp->isp_devparam[tgt].sync_period,
sdp->isp_devparam[tgt].sync_offset,
@@ -1804,8 +1803,7 @@ isp_action(struct cam_sim *sim, union ccb *ccb)
ISP_UNLOCK(isp);
isp_prt(isp, ISP_LOGDEBUG0,
"%d.%d get %s period 0x%x offset 0x%x flags 0x%x",
- isp->isp_name, bus, tgt,
- (cts->flags & CCB_TRANS_CURRENT_SETTINGS)?
+ bus, tgt, (cts->flags & CCB_TRANS_CURRENT_SETTINGS)?
"current" : "user", pval, oval, dval);
}
ccb->ccb_h.status = CAM_REQ_CMP;