summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>1998-12-05 01:46:40 +0000
committermjacob <mjacob@FreeBSD.org>1998-12-05 01:46:40 +0000
commitad9bd899c9e5b7048ee2ff9a5c9943d40dd4a0a4 (patch)
treeab59a5e1a6e0e925de5a7bc89141513d70b2e174 /sys/dev/isp
parent6b499c42bc3d7e3dc70bedf23e5d92e6e371516e (diff)
downloadFreeBSD-src-ad9bd899c9e5b7048ee2ff9a5c9943d40dd4a0a4.zip
FreeBSD-src-ad9bd899c9e5b7048ee2ff9a5c9943d40dd4a0a4.tar.gz
oops on last
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/isp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c
index cb62c5e..75a9644 100644
--- a/sys/dev/isp/isp.c
+++ b/sys/dev/isp/isp.c
@@ -1,5 +1,5 @@
-/* $Id: $ */
-/* isp.c 1.27 */
+/* $Id: isp.c,v 1.7 1998/12/05 01:33:57 mjacob Exp $ */
+/* isp.c 1.28 */
/*
* Machine and OS Independent (well, as best as possible)
* code for the Qlogic ISP SCSI adapters.
@@ -768,7 +768,7 @@ isp_fibre_init(isp)
icbp->icb_execthrottle = fcp->isp_execthrottle;
icbp->icb_retry_delay = fcp->isp_retry_delay;
icbp->icb_retry_count = fcp->isp_retry_count;
- icbp->icb_hardaddr = fcp->isp_loopid;
+ icbp->icb_hardaddr = loopid;
MAKE_NODE_NAME_FROM_WWN(icbp->icb_nodename, fcp->isp_wwn);
if (icbp->icb_fwoptions & ICBOPT_USE_PORTNAME) {
OpenPOWER on IntegriCloud