the rest of changes intended to be committed in r306290

MFC after:	5 days
X-MFC with:	r306218
This commit is contained in:
Andriy Gapon 2016-09-24 07:59:54 +00:00
parent 149a5d40c9
commit b2b4f88476
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=306291

View File

@ -40,10 +40,11 @@
* o SB8x0, SB9x0 southbridges where the SMBus controller device has a PCI
* Device ID of 0x43851002 and a revision greater than or equal to 0x40
* o FCHs where the controller has an ID of 0x780b1022 and a revision less
* than 0x41 (various revisions of "Hudson" and "Bolton")
* than 0x41 (various variants of "Hudson" and "Bolton" as well as FCHs
* integrated into processors, e.g. "Kabini")
* o FCHs where the controller has an ID of 0x790b1022 and a revision less
* than 0x49
* - several types of southbridges and FCHs:
* - several types of FCHs:
* o FCHs where the SMBus controller device has a PCI Device ID of 0x780b1022
* and a revision greater than or equal to 0x41 (integrated into "Mullins"
* processors, code named "ML")
@ -131,6 +132,8 @@
* SB600 RRG 2.3.1.1,
* SB7xx RRG 2.3.1.1,
* SB8xx RRG 2.3.1,
* BKDG for Family 15h Models 60h-6Fh 3.26.6.1,
* BKDG for Family 15h Models 70h-7Fh 3.26.6.1,
* BKDG for Family 16h Models 00h-0Fh 3.26.7.1,
* BKDG for Family 16h Models 30h-3Fh 3.26.7.1.
* Also, see i2c-piix4 aka piix4_smbus Linux driver.