svn commit: r197950 - head/sys/dev/agp

Robert Noland rnoland at FreeBSD.org
Sun Oct 11 01:51:36 UTC 2009


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 <man at 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}
 };
 


More information about the svn-src-all mailing list