svn commit: r198690 - in stable/7/sys: . contrib/pf pci
Robert Noland
rnoland at FreeBSD.org
Fri Oct 30 16:49:39 UTC 2009
Author: rnoland
Date: Fri Oct 30 16:49:38 2009
New Revision: 198690
URL: http://svn.freebsd.org/changeset/base/198690
Log:
MFC r197950 (record only)
Add pci id's for Intel G41 chipset
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/pci/agp_i810.c
Modified: stable/7/sys/pci/agp_i810.c
==============================================================================
--- stable/7/sys/pci/agp_i810.c Fri Oct 30 16:43:28 2009 (r198689)
+++ stable/7/sys/pci/agp_i810.c Fri Oct 30 16:49:38 2009 (r198690)
@@ -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-stable
mailing list