]> git.baikalelectronics.ru Git - kernel.git/commit
ipmi: attempt to register multiple SIs of the same type
authorMatthew Garrett <mjg@redhat.com>
Wed, 26 May 2010 21:43:49 +0000 (14:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 27 May 2010 16:12:50 +0000 (09:12 -0700)
commitecb9e702c050faad1c43f72453f7bd2a45b4028f
tree810654dc80af9bcf1cfd11d0bad4bf21c500e736
parented22c6e8a9e59cf09d2a7a34e502171e37db4554
ipmi: attempt to register multiple SIs of the same type

Some odd systems may have multiple BMCs, and we want to be able to support
them.  Let's make the assumption that if a system legitimately has
multiple BMCs then each BMC's SI will be of the same type, and also that
we won't see multiple SIs of the same type unless we have multiple BMCs.
If these hold true then we should register all SIs of the same type.

Signed-off-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/ipmi/ipmi_si_intf.c