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 <ftig...@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,
        }
 };
_______________________________________________
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