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

Robert Noland rnoland at FreeBSD.org
Fri Mar 12 19:43:40 UTC 2010


Author: rnoland
Date: Fri Mar 12 19:43:39 2010
New Revision: 205096
URL: http://svn.freebsd.org/changeset/base/205096

Log:
  Add pci ids for Intel Ironlake chipsets.
  
  These behave just like g45 for agp.
  
  Tested by:	Torfinn Ingolfsen
  
  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	Fri Mar 12 19:42:42 2010	(r205095)
+++ head/sys/dev/agp/agp_i810.c	Fri Mar 12 19:43:39 2010	(r205096)
@@ -177,6 +177,10 @@ static const struct agp_i810_match {
 	    "Intel G45 SVGA controller"},
 	{0x2E328086, CHIP_G4X, 0x00020000,
 	    "Intel G41 SVGA controller"},
+	{0x00428086, CHIP_G4X, 0x00020000,
+	    "Intel Ironlake (D) SVGA controller"},
+	{0x00468086, CHIP_G4X, 0x00020000,
+	    "Intel Ironlake (M) SVGA controller"},
 	{0, 0, 0, NULL}
 };
 


More information about the svn-src-all mailing list