Date: Fri, 23 Feb 2007 21:59:21 +0000 (UTC) From: Matt Jacob <mjacob@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c ispmbox.h ispreg.h Message-ID: <200702232159.l1NLxMNd014727@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mjacob 2007-02-23 21:59:21 UTC
FreeBSD src repository
Modified files:
sys/dev/isp isp.c ispmbox.h ispreg.h
Log:
Don't attempt to load illegal hard loop addresses into
an ICB. This shows up on card restarts, and usually for
2200-2300 cards. What happens is that we start up,
attempting to acquire a hard address. We end up instead
being an F-port topology, which reports out a loop id
of 0xff (or 0xffff for 2K Login f/w). Then, if we restart,
we end up telling the card to go off an acquire this loop
address, which the card then rejects. Bah.
Compilation fixes from Solaris port.
Revision Changes Path
1.139 +22 -40 src/sys/dev/isp/isp.c
1.58 +1 -1 src/sys/dev/isp/ispmbox.h
1.28 +8 -8 src/sys/dev/isp/ispreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702232159.l1NLxMNd014727>
