Revision 569b11dcfa9d764e775f9e964a680c32265ab7f2 authored by Moore, Eric on 13 January 2006, 23:25:29 UTC, committed by James Bottomley on 14 January 2006, 16:55:10 UTC
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>
1 parent e6bc863
History
File Mode Size
Makefile -rw-r--r-- 397 bytes
acl.c -rw-r--r-- 11.5 KB
acl.h -rw-r--r-- 1.6 KB
balloc.c -rw-r--r-- 16.9 KB
bitmap.c -rw-r--r-- 667 bytes
dir.c -rw-r--r-- 16.4 KB
ext2.h -rw-r--r-- 5.6 KB
file.c -rw-r--r-- 2.0 KB
fsync.c -rw-r--r-- 1.4 KB
ialloc.c -rw-r--r-- 19.1 KB
inode.c -rw-r--r-- 38.0 KB
ioctl.c -rw-r--r-- 1.9 KB
namei.c -rw-r--r-- 9.3 KB
super.c -rw-r--r-- 33.7 KB
symlink.c -rw-r--r-- 1.2 KB
xattr.c -rw-r--r-- 28.2 KB
xattr.h -rw-r--r-- 3.4 KB
xattr_security.c -rw-r--r-- 1.8 KB
xattr_trusted.c -rw-r--r-- 1.5 KB
xattr_user.c -rw-r--r-- 1.5 KB
xip.c -rw-r--r-- 2.0 KB
xip.h -rw-r--r-- 738 bytes

back to top