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

Rui Paulo rpaulo at FreeBSD.org
Mon Apr 19 14:07:34 UTC 2010


Author: rpaulo
Date: Mon Apr 19 14:07:33 2010
New Revision: 206839
URL: http://svn.freebsd.org/changeset/base/206839

Log:
  Revert r206755. It causes some laptops to stop booting.

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

Modified: head/sys/dev/ahci/ahci.c
==============================================================================
--- head/sys/dev/ahci/ahci.c	Mon Apr 19 09:03:36 2010	(r206838)
+++ head/sys/dev/ahci/ahci.c	Mon Apr 19 14:07:33 2010	(r206839)
@@ -126,7 +126,6 @@ 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-all mailing list