aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ahci
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2010-04-17 11:40:39 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2010-04-17 11:40:39 +0000
commit25eb6a7d87e4085a8a205dffee2a3730883617b2 (patch)
tree26c209049f00c6bd75ba845c28277c444ed46268 /sys/dev/ahci
parenta27e66e8f5d73b57c16fa07d19072d353c944d95 (diff)
downloadsrc-25eb6a7d87e4085a8a205dffee2a3730883617b2.tar.gz
src-25eb6a7d87e4085a8a205dffee2a3730883617b2.zip
Add another ICH7M chipset that works.
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=206755
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 5d399683945f..a35fbacdab6a 100644
--- a/sys/dev/ahci/ahci.c
+++ b/sys/dev/ahci/ahci.c
@@ -126,6 +126,7 @@ static struct {
{0x26838086, 0x00, "Intel ESB2", 0},
{0x27c18086, 0x00, "Intel ICH7", 0},
{0x27c38086, 0x00, "Intel ICH7", 0},
+ {0x27c48086, 0x00, "Intel ICH7M", 0},
{0x27c58086, 0x00, "Intel ICH7M", 0},
{0x27c68086, 0x00, "Intel ICH7M", 0},
{0x28218086, 0x00, "Intel ICH8", 0},