···88 Datasheet: Only available via NDA from ServerWorks99 * ATI IXP200, IXP300, IXP400, SB600, SB700 and SB800 southbridges1010 Datasheet: Not publicly available1111- * AMD SB9001111+ * AMD Hudson-21212 Datasheet: Not publicly available1313 * Standard Microsystems (SMSC) SLC90E66 (Victory66) southbridge1414 Datasheet: Publicly available at the SMSC website http://www.smsc.com
···2222 Intel PIIX4, 440MX2323 Serverworks OSB4, CSB5, CSB6, HT-1000, HT-11002424 ATI IXP200, IXP300, IXP400, SB600, SB700, SB8002525- AMD SB9002525+ AMD Hudson-22626 SMSC Victory6627272828 Note: we assume there can only be one device, with one SMBus interface.···233233 unsigned short smba_idx = 0xcd6;234234 u8 smba_en_lo, smba_en_hi, i2ccfg, i2ccfg_offset = 0x10, smb_en = 0x2c;235235236236- /* SB800 SMBus does not support forcing address */236236+ /* SB800 and later SMBus does not support forcing address */237237 if (force || force_addr) {238238- dev_err(&PIIX4_dev->dev, "SB800 SMBus does not support "238238+ dev_err(&PIIX4_dev->dev, "SMBus does not support "239239 "forcing address!\n");240240 return -EINVAL;241241 }···480480 { PCI_DEVICE(PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP300_SMBUS) },481481 { PCI_DEVICE(PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP400_SMBUS) },482482 { PCI_DEVICE(PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_SBX00_SMBUS) },483483- { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_SB900_SMBUS) },483483+ { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_HUDSON2_SMBUS) },484484 { PCI_DEVICE(PCI_VENDOR_ID_SERVERWORKS,485485 PCI_DEVICE_ID_SERVERWORKS_OSB4) },486486 { PCI_DEVICE(PCI_VENDOR_ID_SERVERWORKS,