[PATCH] ipmi: enable interrupts on the BT driver
authorCorey Minyard <minyard@acm.org>
Sun, 1 May 2005 15:59:11 +0000 (08:59 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 1 May 2005 15:59:11 +0000 (08:59 -0700)
commit9dbf68f97d585265eaadd15aea308efd9ae39d34
tree84d804f3eb491b4d03f5afc8a38ddf2326fcc17c
parentec26d79f4f5822283e0bffa44a542fd13c5146e4
[PATCH] ipmi: enable interrupts on the BT driver

Enable interrupts for a BT interface.  There is a specific register that
needs to be set up to enable interrupts that also must be modified to clear
the irq.

Also, don't reset the BMC on a BT interface.  That's probably not a good
idea as the BMC may be performing other important functions and a reset
should only be a last resort.  Also, that register is also used to
enable/disable interrupts to the BT; modifying it may screw up the
interrupts.

Signed-off-by: Corey Minyard <minyard@acm.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/ipmi/ipmi_bt_sm.c
drivers/char/ipmi/ipmi_si_intf.c