Author: bapt
Date: Fri Dec 14 09:00:18 2012
New Revision: 244207
URL: http://svnweb.freebsd.org/changeset/base/244207

Log:
  Add pci id for the xeon hd4000 (IvyBridge server GT2)
  
  Submitted by: François Tigeot <ftig...@wolfpond.org>
  Obtained from:        dragonfly

Modified:
  stable/9/sys/dev/agp/agp_i810.c
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/dev/   (props changed)

Modified: stable/9/sys/dev/agp/agp_i810.c
==============================================================================
--- stable/9/sys/dev/agp/agp_i810.c     Fri Dec 14 08:54:52 2012        
(r244206)
+++ stable/9/sys/dev/agp/agp_i810.c     Fri Dec 14 09:00:18 2012        
(r244207)
@@ -731,6 +731,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-stable-9@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to