From: Corey Minyard Date: Sun, 1 May 2005 15:59:11 +0000 (-0700) Subject: [PATCH] ipmi: enable interrupts on the BT driver X-Git-Tag: v2.6.12-rc4~136^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dbf68f97d585265eaadd15aea308efd9ae39d34;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed