kernel-fxtec-pro1x/drivers/scsi/mpt2sas
Eric Moore 03ea111550 [SCSI] mpt2sas : the sanity check in base_interrupt needs to be on dword boundary
The poison sanity check on the reply_post_free register needs to be by 32bit,
not 64bit. The poison check is there because its possible that the driver read
the 1st 32bit before the 2nd 32bit has been written to by firmware.  In other
words, this handles race between driver reading the 64 bit register, and it
being dma'd across pci memory from controller firmware as two 32bit pci writes.

Signed-off-by: Eric Moore <eric.moore@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
2009-04-27 10:53:53 -05:00
..
mpi
Kconfig
Makefile
mpt2sas_base.c [SCSI] mpt2sas : the sanity check in base_interrupt needs to be on dword boundary 2009-04-27 10:53:53 -05:00
mpt2sas_base.h [SCSI] mpt2sas: make global symbols unique 2009-03-17 21:52:46 -04:00
mpt2sas_config.c
mpt2sas_ctl.c [SCSI] mpt2sas: make global symbols unique 2009-03-17 21:52:46 -04:00
mpt2sas_ctl.h [SCSI] mpt2sas : unique ioctl magic number 2009-04-27 10:53:46 -05:00
mpt2sas_debug.h
mpt2sas_scsih.c [SCSI] mpt2sas: make global symbols unique 2009-03-17 21:52:46 -04:00
mpt2sas_transport.c