[PATCH] IPMI: per-channel command registration
authorCorey Minyard <minyard@acm.org>
Sun, 1 Oct 2006 06:27:56 +0000 (23:27 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 1 Oct 2006 07:39:23 +0000 (00:39 -0700)
commitc69c31270c35a6b8421a8e4ba81de1247ac6df95
tree5f46902faa683f32a69adbe53c8ec3ca4ed19466
parent54f67f631dfc25ca7a8b19200e34013abc974337
[PATCH] IPMI: per-channel command registration

This patch adds the ability to register for a command per-channel in the
IPMI driver.

If your BMC supports multiple channels, incoming messages can be useful to
have the ability to register to receive commands on a specific channel
instead the current behaviour of all channels.

Signed-off-by: David Barksdale <amatus@ocgnet.org>
Signed-off-by: Corey Minyard <minyard@acm.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/IPMI.txt
drivers/char/ipmi/ipmi_devintf.c
drivers/char/ipmi/ipmi_msghandler.c
include/linux/ipmi.h