Author: rnoland
Date: Sun Oct 11 01:51:35 2009
New Revision: 197950
URL: http://svn.freebsd.org/changeset/base/197950

Log:
  Add pci id's for Intel G41 chipset
  
  Submitted by: Artyom Mirgorodsky <m...@email.com.ua>
  MFC after:    3 days

Modified:
  head/sys/dev/agp/agp_i810.c

Modified: head/sys/dev/agp/agp_i810.c
==============================================================================
--- head/sys/dev/agp/agp_i810.c Sun Oct 11 00:08:55 2009        (r197949)
+++ head/sys/dev/agp/agp_i810.c Sun Oct 11 01:51:35 2009        (r197950)
@@ -175,6 +175,8 @@ static const struct agp_i810_match {
            "Intel Q45 SVGA controller"},
        {0x2E228086, CHIP_G4X, 0x00020000,
            "Intel G45 SVGA controller"},
+       {0x2E328086, CHIP_G4X, 0x00020000,
+           "Intel G41 SVGA controller"},
        {0, 0, 0, NULL}
 };
 
_______________________________________________
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