Lines Matching +full:revision +full:- +full:id
1 /*-
35 * - SB600 and S7x0 southbridges where the SMBus controller device has
36 * a PCI Device ID of 0x43851002 and a revision less than 0x40
37 * - several types of southbridges and FCHs:
39 * Device ID of 0x43851002 and a revision greater than or equal to 0x40
40 * o FCHs where the controller has an ID of 0x780b1022 and a revision less
43 * o FCHs where the controller has an ID of 0x790b1022 and a revision less
45 * - several types of FCHs:
46 * o FCHs where the SMBus controller device has a PCI Device ID of 0x780b1022
47 * and a revision greater than or equal to 0x41 (integrated into "Mullins"
49 * o FCHs where the controller has an ID of 0x790b1022 and a revision greater
103 * See BKDG for Family 16h Models 30h-3Fh 3.26.13 PMx00 and PMx04.
122 * See BKDG for Family 16h Models 30h-3Fh 3.26.13 PMx00 and PMx04.
135 * BKDG for Family 15h Models 60h-6Fh 3.26.6.1,
136 * BKDG for Family 15h Models 70h-7Fh 3.26.6.1,
137 * BKDG for Family 16h Models 00h-0Fh 3.26.7.1,
138 * BKDG for Family 16h Models 30h-3Fh 3.26.7.1.
139 * Also, see i2c-piix4 aka piix4_smbus Linux driver.