From: Corey Minyard Date: Tue, 6 Sep 2005 22:18:38 +0000 (-0700) Subject: [PATCH] ipmi: add per-channel IPMB addresses X-Git-Tag: v2.6.14-rc1~610 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c14979b993021377228958498937bcdd9539cbce;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed