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

Baptiste Daroussin bapt at FreeBSD.org
Tue Dec 11 09:38:13 UTC 2012


Author: bapt
Date: Tue Dec 11 09:38:12 2012
New Revision: 244114
URL: http://svnweb.freebsd.org/changeset/base/244114

Log:
  Add pci id for the xeon hd4000 (IvyBridge server GT2)
  
  Submitted by:	François Tigeot <ftigeot at wolfpond.org>
  Obtained from:	dragonfly
  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	Tue Dec 11 08:37:08 2012	(r244113)
+++ head/sys/dev/agp/agp_i810.c	Tue Dec 11 09:38:12 2012	(r244114)
@@ -729,6 +729,11 @@ static const struct agp_i810_match {
 		.driver = &agp_i810_sb_driver
 	},
 	{
+		.devid = 0x016a8086,
+		.name = "IvyBridge server GT2 IG",
+		.driver = &agp_i810_sb_driver
+	},
+	{
 		.devid = 0,
 	}
 };


More information about the svn-src-head mailing list