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},
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to