commit | 569b11dcfa9d764e775f9e964a680c32265ab7f2 | [log] [tgz] |
---|---|---|
author | Moore, Eric <Eric.Moore@lsil.com> | Fri Jan 13 16:25:29 2006 -0700 |
committer | James Bottomley <jejb@mulgrave.(none)> | Sat Jan 14 10:55:10 2006 -0600 |
tree | d35e71f3819a1b188176afd054f7f6d0df522224 | |
parent | e6bc863cf25f30ed8e2a4d41b76d5688f8efaee9 [diff] |
[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>