While working on getting a PCM SRC card operating on a 32-bit PowerPC system, I ran into some big-endian and resource size problems (64-bit resources on 32-bit are not the same as unsigned long). These patches fix these problems and also a couple bugs that I encountered in the error paths. The following changes are available in the git repository at: git://github.com/benmcollins/linux.git aacraid Ben Collins (4): SCSI: AACRAID: Use resource_size_t for IO mem pointers and offsets SCSI: AACRAID: Better handling of in-flight events on thread stop SCSI: AACRAID: Relax the tight timeout loop on fib commands SCSI: AACRAID: Fix endian issues in core and SRC portions of driver drivers/scsi/aacraid/aacraid.h | 5 ++-- drivers/scsi/aacraid/comminit.c | 4 +-- drivers/scsi/aacraid/commsup.c | 9 ++++--- drivers/scsi/aacraid/linit.c | 14 +++++++++-- drivers/scsi/aacraid/nark.c | 4 +-- drivers/scsi/aacraid/rkt.c | 2 +- drivers/scsi/aacraid/rx.c | 4 +-- drivers/scsi/aacraid/sa.c | 4 +-- drivers/scsi/aacraid/src.c | 53 +++++++++++++++++++++++---------------- 9 files changed, 62 insertions(+), 37 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html