Changeset 2911

Show
Ignore:
Timestamp:
02/18/05 19:55:46 (8 years ago)
Author:
khali
Message:

Reflect all currently supported devices (contributed by
Hans-Frieder Vogt). Some other cleanups.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/doc/busses/i2c-nforce2

    r2910 r2911  
    1 Kernel driver `i2c-nforce2.o' 
     1Kernel driver i2c-nforce2 
     2------------------------- 
    23 
    3 Status: Beta, although no problems found during one month usage with hwsensor 
     4Status: Well tested 
    45 
    56Supported adapters: 
    67    * nVidia nForce2 SMBus PCI interface 
     8      (10de:0064, included in nForce2 MCP, 
     9       10de:0084, included in nForce2 Ultra 400 MCP) 
    710      Datasheet: not publically available, but seems to be similar to the 
    811                 AMD-8111 SMBus 2.0 adapter. 
     12 
    913    * nVidia nForce3 SMBus PCI interface 
     14      (10de:00d4, included in nForce3 Pro150 MCP, 
     15       10de:00e4, included in nForce3 250Gb MCP) 
     16      Datasheet: same as for nForce2 SMBus PCI interface 
     17 
    1018    * nVidia nForce4 SMBus PCI interface 
     19      (10de:0052, included in nForce4 MCP) 
     20      Datasheet: same as for nForce2 SMBus PCI interface 
    1121 
    1222Author: Hans-Frieder Vogt <hfvogt@arcor.de> 
    13  
    14  
    15 Module Parameters 
    16 ----------------- 
    17  
    18 None. 
    1923 
    2024 
     
    3539then this driver should support the SMBuses of your motherboard. 
    3640 
    37 See the driver code for the exact list of supported PCI devices. 
    38  
    3941 
    4042Notes 
    4143----- 
    4244 
    43 The SMBus adapter in the nForce2 chipset seems to be very similar to the 
     45The SMBus adapter in the nForce2/3/4 chipset seems to be very similar to the 
    4446SMBus 2.0 adapter in the AMD-8111 southbridge. However, I could only get the 
    4547driver to work with direct I/O access, which is different to the EC interface