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
netfilter
Kconfig -rw-r--r-- 1.2 KB
Makefile -rw-r--r-- 404 bytes
br.c -rw-r--r-- 1.4 KB
br_device.c -rw-r--r-- 4.1 KB
br_fdb.c -rw-r--r-- 8.6 KB
br_forward.c -rw-r--r-- 3.2 KB
br_if.c -rw-r--r-- 8.8 KB
br_input.c -rw-r--r-- 3.2 KB
br_ioctl.c -rw-r--r-- 9.1 KB
br_netfilter.c -rw-r--r-- 29.7 KB
br_notify.c -rw-r--r-- 2.0 KB
br_private.h -rw-r--r-- 7.2 KB
br_private_stp.h -rw-r--r-- 1.7 KB
br_stp.c -rw-r--r-- 10.6 KB
br_stp_bpdu.c -rw-r--r-- 5.2 KB
br_stp_if.c -rw-r--r-- 5.5 KB
br_stp_timer.c -rw-r--r-- 4.9 KB
br_sysfs_br.c -rw-r--r-- 10.1 KB
br_sysfs_if.c -rw-r--r-- 7.1 KB

back to top