Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Apr 2010 11:40:39 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r206755 - head/sys/dev/ahci
Message-ID:  <201004171140.o3HBed7i045226@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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},



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004171140.o3HBed7i045226>