1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

oops on last

This commit is contained in:
Matt Jacob 1998-12-05 01:46:40 +00:00
parent e205b454ac
commit cc56928232
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41525

View File

@ -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) {