summaryrefslogtreecommitdiffstats
path: root/sys/dev/ahci
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2011-01-31 18:41:52 +0000
committerjfv <jfv@FreeBSD.org>2011-01-31 18:41:52 +0000
commitec8c08c08176e689728dbd15e5e5c91411611eff (patch)
treec563d9a9557a9c6a0bb077e48924832f1eebd8f4 /sys/dev/ahci
parent214239b194b6861580bd58356d9abc3e0e9b50b6 (diff)
downloadFreeBSD-src-ec8c08c08176e689728dbd15e5e5c91411611eff.zip
FreeBSD-src-ec8c08c08176e689728dbd15e5e5c91411611eff.tar.gz
Support for the new DH89xxCC PCH chipset including:
- SATA controller - Watchdog timer - SMBus controller
Diffstat (limited to 'sys/dev/ahci')
-rw-r--r--sys/dev/ahci/ahci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ahci/ahci.c b/sys/dev/ahci/ahci.c
index 2a8e0c5b..c96795d 100644
--- a/sys/dev/ahci/ahci.c
+++ b/sys/dev/ahci/ahci.c
@@ -161,6 +161,7 @@ static struct {
{0x1c038086, 0x00, "Intel Cougar Point", 0},
{0x1c048086, 0x00, "Intel Cougar Point", 0},
{0x1c058086, 0x00, "Intel Cougar Point", 0},
+ {0x23238086, 0x00, "Intel DH89xxCC", 0},
{0x2361197b, 0x00, "JMicron JMB361", AHCI_Q_NOFORCE},
{0x2363197b, 0x00, "JMicron JMB363", AHCI_Q_NOFORCE},
{0x2365197b, 0x00, "JMicron JMB365", AHCI_Q_NOFORCE},
OpenPOWER on IntegriCloud