Date: Tue, 11 Dec 2012 09:38:13 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r244114 - head/sys/dev/agp Message-ID: <201212110938.qBB9cDMr053552@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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, } };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212110938.qBB9cDMr053552>