[i2c] [PATCH] add the SMBus device ID for ATI SB700
Rudolf Marek
r.marek at assembler.cz
Sun May 13 23:27:20 CEST 2007
Hello Henry,
Cool that AMD is supporting the I2C busses of ATI chipsets! Originally I did
some research if the device is same as PIIX4. Please can you confirm that it
behaves same as PIIX4 and have same register layout?
Please can you re-post the patch as the text attachment (content type text)
with .txt as suffix. Seems that your mailer ate the newlines.
Many thanks,
Rudolf
gmail_ati wrote:
> 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),
> _______________________________________________ i2c mailing list
> i2c at lm-sensors.org http://lists.lm-sensors.org/mailman/listinfo/i2c
More information about the i2c
mailing list