svn commit: r206755 - head/sys/dev/ahci

Rui Paulo rpaulo at FreeBSD.org
Sat Apr 17 11:40:40 UTC 2010


Author: rpaulo
Date: Sat Apr 17 11:40:39 2010
New Revision: 206755
URL: http://svn.freebsd.org/changeset/base/206755

Log:
  Add another ICH7M chipset that works.
  
  MFC after:	1 week

Modified:
  head/sys/dev/ahci/ahci.c

Modified: head/sys/dev/ahci/ahci.c
==============================================================================
--- head/sys/dev/ahci/ahci.c	Sat Apr 17 11:38:18 2010	(r206754)
+++ head/sys/dev/ahci/ahci.c	Sat Apr 17 11:40:39 2010	(r206755)
@@ -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},


More information about the svn-src-head mailing list