Skip to content

Commit

Permalink
i2c: Update the list of bus IDs
Browse files Browse the repository at this point in the history
* The Voodoo3 has no SMBus, it has two bit-banged busses which
  already have an ID assigned (I2C_HW_B_VOO).
* The i2c-ipmi bus driver was a non-sense, it'll never be ported
  to Linux 2.6.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Yani Ioannou <yani.ioannou@gmail.com>
  • Loading branch information
Jean Delvare authored and Jean Delvare committed Feb 13, 2007
1 parent f37dd80 commit a394ae1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/linux/i2c-id.h
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@
#define I2C_HW_SMBUS_PIIX4 0x040000
#define I2C_HW_SMBUS_ALI15X3 0x040001
#define I2C_HW_SMBUS_VIA2 0x040002
#define I2C_HW_SMBUS_VOODOO3 0x040003
#define I2C_HW_SMBUS_I801 0x040004
#define I2C_HW_SMBUS_AMD756 0x040005
#define I2C_HW_SMBUS_SIS5595 0x040006
Expand All @@ -252,9 +251,6 @@
/* --- ISA pseudo-adapter */
#define I2C_HW_ISA 0x050000

/* --- IPMI pseudo-adapter */
#define I2C_HW_IPMI 0x0b0000

/* --- IPMB adapter */
#define I2C_HW_IPMB 0x0c0000

Expand Down

0 comments on commit a394ae1

Please sign in to comment.