diff options
author | rpaulo <rpaulo@FreeBSD.org> | 2010-04-19 14:07:33 +0000 |
---|---|---|
committer | rpaulo <rpaulo@FreeBSD.org> | 2010-04-19 14:07:33 +0000 |
commit | a30dd374696319b137766e7e11eeb77ed0c9f3c4 (patch) | |
tree | 87fdc110cee43d81ff58e76aa0f193c270bfa821 /sys/dev/ahci/ahci.c | |
parent | f7bf5e736384695724335bb887bea8d81238745e (diff) | |
download | FreeBSD-src-a30dd374696319b137766e7e11eeb77ed0c9f3c4.zip FreeBSD-src-a30dd374696319b137766e7e11eeb77ed0c9f3c4.tar.gz |
Revert r206755. It causes some laptops to stop booting.
Diffstat (limited to 'sys/dev/ahci/ahci.c')
-rw-r--r-- | sys/dev/ahci/ahci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ahci/ahci.c b/sys/dev/ahci/ahci.c index a35fbac..5d39968 100644 --- a/sys/dev/ahci/ahci.c +++ b/sys/dev/ahci/ahci.c @@ -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}, |