diff options
author | jfv <jfv@FreeBSD.org> | 2013-07-19 21:37:40 +0000 |
---|---|---|
committer | jfv <jfv@FreeBSD.org> | 2013-07-19 21:37:40 +0000 |
commit | 0ccd4d5781fdb67fda3917d5ffccf80806d0d9fb (patch) | |
tree | aba92099dfdc8e89a66313b2b46dc4a48ef6b205 /sys/dev/ahci | |
parent | c3dfb166eeb405887a8fbe7666d2436133a39c0b (diff) | |
download | FreeBSD-src-0ccd4d5781fdb67fda3917d5ffccf80806d0d9fb.zip FreeBSD-src-0ccd4d5781fdb67fda3917d5ffccf80806d0d9fb.tar.gz |
Add new Coleto Creek device support: SATA, SMBus, and Watchdog devices.
MFC after: 1 week
Diffstat (limited to 'sys/dev/ahci')
-rw-r--r-- | sys/dev/ahci/ahci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ahci/ahci.c b/sys/dev/ahci/ahci.c index 78f59b7..9cc3b44 100644 --- a/sys/dev/ahci/ahci.c +++ b/sys/dev/ahci/ahci.c @@ -196,6 +196,7 @@ static struct { {0x1e078086, 0x00, "Intel Panther Point", 0}, {0x1e0e8086, 0x00, "Intel Panther Point", 0}, {0x1e0f8086, 0x00, "Intel Panther Point", 0}, + {0x23a38086, 0x00, "Intel Coleto Creek", 0}, {0x8c028086, 0x00, "Intel Lynx Point", 0}, {0x8c038086, 0x00, "Intel Lynx Point", 0}, {0x8c048086, 0x00, "Intel Lynx Point", 0}, |