]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[SCSI] fusion - fix pci express bug
authorMoore, Eric <Eric.Moore@lsil.com>
Fri, 13 Jan 2006 23:25:29 +0000 (16:25 -0700)
committerJames Bottomley <jejb@mulgrave.(none)>
Sat, 14 Jan 2006 16:55:10 +0000 (10:55 -0600)
commit569b11dcfa9d764e775f9e964a680c32265ab7f2
treed35e71f3819a1b188176afd054f7f6d0df522224
parente6bc863cf25f30ed8e2a4d41b76d5688f8efaee9
[SCSI] fusion - fix pci express bug

The fix is to write  'MPI_HIM_DIM' to the Host Interrupt Mask
register, when enabling interrupts.  Instead of the
tilde of MPI_HIM_RIM.

Apparently writing '1's to some of the reserved bits was causing
all the bits to go to `1`, which effectly disabled all interrupts.

Signed-off-by: Eric Moore <Eric.Moore@lsil.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/message/fusion/mptbase.c