Changeset 1584 for lm-sensors/trunk/doc/busses/i2c-ali15x3
- Timestamp:
- 11/07/02 18:37:20 (6 years ago)
- Files:
-
- lm-sensors/trunk/doc/busses/i2c-ali15x3 (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/doc/busses/i2c-ali15x3
r1173 r1584 1 Kernel driver `i2c-ali 5x3.o'1 Kernel driver `i2c-ali15x3.o' 2 2 3 Status: Complete and tested .4 Block reads/writes untested (not used by any current chip driver).3 Status: Complete and tested; block reads/writes untested (not used by any 4 current chip driver) 5 5 6 6 Supported adapters: 7 * Acer Labs, Inc. ALI 1533 and 1543C 7 * Acer Labs, Inc. ALI 1533 and 1543C (south bridge) 8 8 Datasheet: Available at the Acer Labs website (password required) 9 9 10 10 Author: Frodo Looijaard <frodol@dds.nl>, Philip Edelbrock 11 <phil@netroedge.com>, and Mark D. Studebaker <mdsxyz123@yahoo.com> 11 <phil@netroedge.com>, and Mark D. Studebaker <mdsxyz123@yahoo.com> 12 13 License: GPL 12 14 13 15 … … 15 17 ----------------- 16 18 17 force_addr=0xaddr Set the I/O base address. Useful for boards 18 that don't set the address in the BIOS. Does not do a 19 PCI force; the device must still be present in lspci. 20 Don't use this unless the driver complains that the 21 base address is not set. 22 Example: 'modprobe i2c-ali15x3 force_addr=0xe800' 19 * force_addr: int 20 Initialize the base address of the i2c controller 21 22 23 Notes 24 ----- 25 26 The force_addr parameter is useful for boards that don't set the address 27 in the BIOS. Does not do a PCI force; the device must still be present 28 in lspci. Don't use this unless the driver complains that the 29 base address is not set. 30 Example: 'modprobe i2c-ali15x3 force_addr=0xe800' 31 32 SMBus periodically hangs on ASUS P5A motherboards and can only be 33 cleared by a power cycle. Cause unknown (see Issues below). 23 34 24 35 … … 26 37 ----------- 27 38 28 29 Stability30 ---------31 Complete and tested.32 SMBus periodically hangs on ASUS P5A motherboards and can only be33 cleared by a power cycle. Cause unknown (see Issues below).34 Block reads/writes untested (not used by any existing sensor driver).35 36 37 Supported Devices38 -----------------39 39 This is the driver for the SMB Host controller on 40 40 Acer Labs Inc. (ALI) M1541 and M1543C South Bridges. … … 120 120 Hot Plug Modules 121 121 ---------------- 122 122 123 There are EXPERIMENTAL "hotplug" modules which will enable the 123 124 m7101 device if it is not enabled on your motherboard. … … 131 132 In the directory prog/hotplug in this package. 132 133 Must be built separately. 134 135
