summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>1999-05-12 18:56:55 +0000
committermjacob <mjacob@FreeBSD.org>1999-05-12 18:56:55 +0000
commit79477933592c863513372145644753109032e513 (patch)
treecd56ee2ca3c7d8d1b7b3e94dc993bc03423b9351 /sys/dev/isp
parent8520baa2eadb5a08c43bc6c3c33ee6ca07361648 (diff)
downloadFreeBSD-src-79477933592c863513372145644753109032e513.zip
FreeBSD-src-79477933592c863513372145644753109032e513.tar.gz
be a bit more chatty about some speed negotiations
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/isp.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c
index 93947cd..9c6011d 100644
--- a/sys/dev/isp/isp.c
+++ b/sys/dev/isp/isp.c
@@ -1,5 +1,5 @@
-/* $Id: isp.c,v 1.18 1999/04/14 17:37:36 mjacob Exp $ */
-/* release_5_11_99 */
+/* $Id: isp.c,v 1.19 1999/05/11 05:06:55 mjacob Exp $ */
+/* release_5_11_99+ */
/*
* Machine and OS Independent (well, as best as possible)
* code for the Qlogic ISP SCSI adapters.
@@ -3593,6 +3593,8 @@ isp_update_bus(isp, bus)
int get;
if (sdp->isp_devparam[tgt].dev_enable == 0) {
+ PRINTF("%s: skipping update of target %d on bus %d\n",
+ isp->isp_name, tgt, bus);
continue;
}
@@ -3631,6 +3633,10 @@ isp_update_bus(isp, bus)
sdp->isp_devparam[tgt].cur_dflags |=
(sdp->isp_devparam[tgt].dev_flags & DPARM_TQING);
sdp->isp_devparam[tgt].dev_refresh = 1;
+ IDPRINTF(3, ("%s: bus %d set tgt %d flags 0x%x off 0x%x"
+ " period 0x%x\n", isp->isp_name, bus, tgt,
+ mbs.param[2], mbs.param[3] >> 8,
+ mbs.param[3] & 0xff));
get = 0;
} else if (sdp->isp_devparam[tgt].dev_refresh) {
mbs.param[0] = MBOX_GET_TARGET_PARAMS;
OpenPOWER on IntegriCloud