cvs commit: src/sys/dev/isp isp.c ispmbox.h ispreg.h
Matt Jacob
mjacob at FreeBSD.org
Fri Feb 23 21:59:22 UTC 2007
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
More information about the cvs-src
mailing list