aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amdsbwd
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2016-09-24 07:59:54 +0000
committerAndriy Gapon <avg@FreeBSD.org>2016-09-24 07:59:54 +0000
commitb2b4f884769d7fd62a2e480e85ebf0293d32b91f (patch)
tree2d2c54dc3ab336ea256274bd9a8932758f57034b /sys/dev/amdsbwd
parent149a5d40c9c36194855fa2eb27251992dda79bb5 (diff)
Notes
Diffstat (limited to 'sys/dev/amdsbwd')
-rw-r--r--sys/dev/amdsbwd/amd_chipset.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/amdsbwd/amd_chipset.h b/sys/dev/amdsbwd/amd_chipset.h
index e77e6cb4139e..51ef8840661a 100644
--- a/sys/dev/amdsbwd/amd_chipset.h
+++ b/sys/dev/amdsbwd/amd_chipset.h
@@ -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.