root/lm-sensors/trunk/doc/busses/i2c-ipmb

Revision 1647, 1.5 kB (checked in by mds, 6 years ago)

add warnings that it doesn't work at all yet

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 Kernel driver `i2c-ipmb.o'
2
3 Status: IN DEVELOPMENT - DOESN'T WORK AT ALL - DON'T BOTHER TRYING IT
4
5 Supported adapters:
6   * IPMI BMC
7
8 Author: Mark D. Studebaker <mdsxyz123@yahoo.com>
9
10
11 Module Parameters
12 -----------------
13 (none)
14
15
16 Description
17 -----------
18 This is an adapter which provides access to the IPMB
19 (Intelligent Platform Management Bus) and other I2C / SMBus busses
20 behind the BMC (Baseboard Management Controller) via
21 IPMI (Intelligent Platform Management Interface).
22
23 This provides low-level access to all devices on busses
24 behind the BMC. For high-level access to sensors known
25 to the BMC, use the i2c-ipmi and bmcsensors modules.
26
27 This module REQUIRES the IPMI kernel patch by Corey Minyard,
28 v13 or higher, available at http://openipmi.sourceforge.net .
29 Other IPMI drivers are not supported.
30
31 See http://www.intel.com/design/servers/ipmi/ for
32 IPMI standards information.
33
34 You must configure the following features in your kernel
35 (under Character Devices):
36         IPMI top-level message handler
37         IPMI KCS handler
38 The IPMI device interface and IPMI watchdog handler are not required.
39
40 If the KCS handler (ipmi_kcs_drv) is configured as a module,
41 you must modprobe it separately, it will not load automatically
42 when you modprobe i2c-ipmi or ipmi_msghandler (unless you set up
43 /etc/modules.conf to load ipmi_kcs_drv when ipmi_msghandler is loaded).
44
45 Issues
46 ------
47 Only one BMC is supported - shouldn't be a problem.
48
49 Alpha!
50
51
52
53 **********************
54 The lm_sensors project gratefully acknowledges the support of
55 Hewlett Packard (Ft. Collins) in the development of this driver.
Note: See TracBrowser for help on using the browser.