From afee887128af8bef537ce34e21ba28112b461a62 Mon Sep 17 00:00:00 2001 From: rpaulo Date: Sat, 17 Apr 2010 11:40:39 +0000 Subject: Add another ICH7M chipset that works. MFC after: 1 week --- sys/dev/ahci/ahci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/ahci') diff --git a/sys/dev/ahci/ahci.c b/sys/dev/ahci/ahci.c index 5d39968..a35fbac 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}, -- cgit v1.1