From ad9bd899c9e5b7048ee2ff9a5c9943d40dd4a0a4 Mon Sep 17 00:00:00 2001 From: mjacob Date: Sat, 5 Dec 1998 01:46:40 +0000 Subject: oops on last --- sys/dev/isp/isp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/isp') 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) { -- cgit v1.1