Revision f99ba18a96195f047546bd515aabf81fda70ef09 authored by Andrew Vasquez on 27 August 2007, 22:25:01 UTC, committed by Linus Torvalds on 27 August 2007, 23:15:44 UTC
Without this, we get qla2xxx complaining about "ISP System Error".

What's happening here is the firmware is detecting a Xfer-ready from the
storage when in fact the data-direction for a mode-select should be a
write (DATA_OUT).

The following patch fixes the problem (typo). Verified by Brian, as
well.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Verified-by: Brian De Wolf <bldewolf@csupomona.edu>
Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 5a99efe
History
File Mode Size
.gitignore -rw-r--r-- 102 bytes
Kconfig -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 1.8 KB
gen_init_cpio.c -rw-r--r-- 11.4 KB
initramfs_data.S -rw-r--r-- 1.0 KB

back to top