]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit9296e0f1f3311b06ec55c255b84d6ab8a1d201d0
treee30638df99aa69f707e7549e4e990e9e92d477ae
parenta449f7f358dd489b5d22a5ca57da37da85538088
[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