[PATCH] ipmi: add per-channel IPMB addresses
authorCorey Minyard <minyard@acm.org>
Tue, 6 Sep 2005 22:18:38 +0000 (15:18 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 7 Sep 2005 23:57:47 +0000 (16:57 -0700)
commitc14979b993021377228958498937bcdd9539cbce
treee30638df99aa69f707e7549e4e990e9e92d477ae
parentb224cd3a0ca376dd52f382905c1aaf5a83a54692
[PATCH] ipmi: add per-channel IPMB addresses

IPMI allows multiple IPMB channels on a single interface, and each channel
might have a different IPMB address.  However, the driver has only one IPMB
address that it uses for everything.  This patch adds new IOCTLS and a new
internal interface for setting per-channel IPMB addresses and LUNs.  New
systems are coming out with support for multiple IPMB channels, and they are
broken without this patch.

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_devintf.c
drivers/char/ipmi/ipmi_msghandler.c
include/linux/ipmi.h