| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | Kernel driver i2c-nforce2 | 
|  | 2 |  | 
|  | 3 | Supported adapters: | 
|  | 4 | * nForce2 MCP                10de:0064 | 
|  | 5 | * nForce2 Ultra 400 MCP      10de:0084 | 
|  | 6 | * nForce3 Pro150 MCP         10de:00D4 | 
|  | 7 | * nForce3 250Gb MCP          10de:00E4 | 
| Jean Delvare | 7c72ccf | 2005-12-18 17:25:18 +0100 | [diff] [blame] | 8 | * nForce4 MCP                10de:0052 | 
|  | 9 | * nForce4 MCP-04             10de:0034 | 
| Jean Delvare | d2dd14a | 2009-03-28 21:34:41 +0100 | [diff] [blame] | 10 | * nForce MCP51               10de:0264 | 
|  | 11 | * nForce MCP55               10de:0368 | 
|  | 12 | * nForce MCP61               10de:03EB | 
|  | 13 | * nForce MCP65               10de:0446 | 
|  | 14 | * nForce MCP67               10de:0542 | 
|  | 15 | * nForce MCP73               10de:07D8 | 
|  | 16 | * nForce MCP78S              10de:0752 | 
|  | 17 | * nForce MCP79               10de:0AA2 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 |  | 
| Jean Delvare | 26f95c4 | 2006-12-10 21:21:28 +0100 | [diff] [blame] | 19 | Datasheet: not publicly available, but seems to be similar to the | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | AMD-8111 SMBus 2.0 adapter. | 
|  | 21 |  | 
|  | 22 | Authors: | 
| Hans-Frieder Vogt | ad04d5c | 2006-12-10 21:21:29 +0100 | [diff] [blame] | 23 | Hans-Frieder Vogt <hfvogt@gmx.net>, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 24 | Thomas Leibold <thomas@plx.com>, | 
|  | 25 | Patrick Dreker <patrick@dreker.de> | 
|  | 26 |  | 
|  | 27 | Description | 
|  | 28 | ----------- | 
|  | 29 |  | 
|  | 30 | i2c-nforce2 is a driver for the SMBuses included in the nVidia nForce2 MCP. | 
|  | 31 |  | 
|  | 32 | If your 'lspci -v' listing shows something like the following, | 
|  | 33 |  | 
|  | 34 | 00:01.1 SMBus: nVidia Corporation: Unknown device 0064 (rev a2) | 
|  | 35 | Subsystem: Asustek Computer, Inc.: Unknown device 0c11 | 
|  | 36 | Flags: 66Mhz, fast devsel, IRQ 5 | 
|  | 37 | I/O ports at c000 [size=32] | 
|  | 38 | Capabilities: <available only to root> | 
|  | 39 |  | 
|  | 40 | then this driver should support the SMBuses of your motherboard. | 
|  | 41 |  | 
|  | 42 |  | 
|  | 43 | Notes | 
|  | 44 | ----- | 
|  | 45 |  | 
|  | 46 | The SMBus adapter in the nForce2 chipset seems to be very similar to the | 
| Jean Delvare | 26f95c4 | 2006-12-10 21:21:28 +0100 | [diff] [blame] | 47 | SMBus 2.0 adapter in the AMD-8111 south bridge. However, I could only get | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 48 | the driver to work with direct I/O access, which is different to the EC | 
|  | 49 | interface of the AMD-8111. Tested on Asus A7N8X. The ACPI DSDT table of the | 
|  | 50 | Asus A7N8X lists two SMBuses, both of which are supported by this driver. |