cvs commit: src/sys/dev/isp isp.c
Matt Jacob
mjacob at FreeBSD.org
Sun Jun 24 01:41:17 UTC 2007
mjacob 2007-06-24 01:41:16 UTC
FreeBSD src repository
Modified files:
sys/dev/isp isp.c
Log:
If we're going to (for 23XX and 24XX cards) DMA firmware from the
request queues rather than shove it down a word at a time, we have
to remember to put it into little endian format. Use the macros
ISP_IOXPUT_{16,32} for this purpose. Otherwise, on sparc the firmware
is loaded garbled and we get a (not surprisingly) firmware checksum
failure and the card won't start and we don't attach it.
Approved by: re (bruce)
MFC after: 3 days
Revision Changes Path
1.147 +2 -2 src/sys/dev/isp/isp.c
More information about the cvs-src
mailing list