[i2c] [PATCH] add the SMBus device ID for ATI SB700
gmail_ati
henry.su.ati at gmail.com
Sun May 13 15:10:47 CEST 2007
add the SMBus device ID for ATI SB700Signed-off-by:Henry Su <henry.su at amd.com>--------------------------------------------- linux-2.6.21.1.orig/include/linux/pci_ids.h 2007-05-10 06:30:23.000000000 +0800+++ linux-2.6.21.1/include/linux/pci_ids.h 2007-05-10 07:10:18.000000000 +0800@@ -371,6 +371,9 @@ #define PCI_DEVICE_ID_ATI_IXP600_SRAID 0x4381 #define PCI_DEVICE_ID_ATI_IXP600_SMBUS 0x4385 #define PCI_DEVICE_ID_ATI_IXP600_IDE 0x438c+#define PCI_DEVICE_ID_ATI_IXP700_SATA 0x4390+#define PCI_DEVICE_ID_ATI_IXP700_SMBUS 0x4395+#define PCI_DEVICE_ID_ATI_IXP700_IDE 0x439c #define PCI_VENDOR_ID_VLSI 0x1004 #define PCI_DEVICE_ID_VLSI_82C592 0x0005--- linux-2.6.21.1.orig/drivers/i2c/busses/i2c-piix4.c 2007-05-10 06:30:14.000000000 +0800+++ linux-2.6.21.1/drivers/i2c/busses/i2c-piix4.c 2007-05-10 07:14:06.000000000 +0800@@ -399,6 +399,8 @@ static struct pci_device_id piix4_ids[] .driver_data = 0 }, { PCI_DEVICE(PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP600_SMBUS), .driver_data = 0 },+ { PCI_DEVICE(PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP700_SMBUS),+ .driver_data = 0 }, { PCI_DEVICE(PCI_VENDOR_ID_SERVERWORKS, PCI_DEVICE_ID_SERVERWORKS_OSB4), .driver_data = 0 }, { PCI_DEVICE(PCI_VENDOR_ID_SERVERWORKS, PCI_DEVICE_ID_SERVERWORKS_CSB5),
More information about the i2c
mailing list