i2c-nforce2 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Kernel driver i2c-nforce2
  2. Supported adapters:
  3. * nForce2 MCP 10de:0064
  4. * nForce2 Ultra 400 MCP 10de:0084
  5. * nForce3 Pro150 MCP 10de:00D4
  6. * nForce3 250Gb MCP 10de:00E4
  7. * nForce4 MCP 10de:0052
  8. * nForce4 MCP-04 10de:0034
  9. * nForce4 MCP51 10de:0264
  10. * nForce4 MCP55 10de:0368
  11. Datasheet: not publically available, but seems to be similar to the
  12. AMD-8111 SMBus 2.0 adapter.
  13. Authors:
  14. Hans-Frieder Vogt <hfvogt@arcor.de>,
  15. Thomas Leibold <thomas@plx.com>,
  16. Patrick Dreker <patrick@dreker.de>
  17. Description
  18. -----------
  19. i2c-nforce2 is a driver for the SMBuses included in the nVidia nForce2 MCP.
  20. If your 'lspci -v' listing shows something like the following,
  21. 00:01.1 SMBus: nVidia Corporation: Unknown device 0064 (rev a2)
  22. Subsystem: Asustek Computer, Inc.: Unknown device 0c11
  23. Flags: 66Mhz, fast devsel, IRQ 5
  24. I/O ports at c000 [size=32]
  25. Capabilities: <available only to root>
  26. then this driver should support the SMBuses of your motherboard.
  27. Notes
  28. -----
  29. The SMBus adapter in the nForce2 chipset seems to be very similar to the
  30. SMBus 2.0 adapter in the AMD-8111 southbridge. However, I could only get
  31. the driver to work with direct I/O access, which is different to the EC
  32. interface of the AMD-8111. Tested on Asus A7N8X. The ACPI DSDT table of the
  33. Asus A7N8X lists two SMBuses, both of which are supported by this driver.