From owner-freebsd-hackers@FreeBSD.ORG Fri Jul 25 22:24:18 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F6EA1065675 for ; Fri, 25 Jul 2008 22:24:18 +0000 (UTC) (envelope-from faber@ISI.EDU) Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by mx1.freebsd.org (Postfix) with ESMTP id EAE9E8FC12 for ; Fri, 25 Jul 2008 22:24:17 +0000 (UTC) (envelope-from faber@ISI.EDU) Received: from zod.isi.edu (zod.isi.edu [128.9.168.221]) by boreas.isi.edu (8.13.8/8.13.8) with ESMTP id m6PMDKJs018353 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 25 Jul 2008 15:13:21 -0700 (PDT) Received: (from faber@localhost) by zod.isi.edu (8.14.2/8.14.2/Submit) id m6PMDK9m003504 for freebsd-hackers@freebsd.org; Fri, 25 Jul 2008 15:13:20 -0700 (PDT) (envelope-from faber) Date: Fri, 25 Jul 2008 15:13:20 -0700 From: Ted Faber To: freebsd-hackers@freebsd.org Message-ID: <20080725221320.GA2214@zod.isi.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cmJC7u66zC7hs+87" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-url: http://www.isi.edu/~faber X-ISI-4-43-8-MailScanner: Found to be clean X-MailScanner-From: faber@zod.isi.edu Subject: Intel Q35 works (patch attached) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2008 22:24:18 -0000 --cmJC7u66zC7hs+87 Content-Type: multipart/mixed; boundary="HlL+5n6rz5pIUxbD" Content-Disposition: inline --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Some recent work in the AGP drivers seems to have combined to make FreeBSD support the Intel Q35 in my Intel Optiplex 755. Attached is a one-line patch to enable detection of the chipset (really moving a comment character). It would be great if someone would commit it. If no one notices this mail, I'll file a pr. Thanks! --=20 Ted Faber http://www.isi.edu/~faber PGP: http://www.isi.edu/~faber/pubkeys.= asc Unexpected attachment on this mail? See http://www.isi.edu/~faber/FAQ.html#= SIG --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch --- dev/agp/agp_i810.c.orig 2008-06-20 15:23:41.000000000 -0700 +++ dev/agp/agp_i810.c 2008-07-25 14:12:05.000000000 -0700 @@ -156,9 +156,9 @@ "Intel Q965 SVGA controller"}, {0x29a28086, CHIP_I965, 0x00020000, "Intel G965 SVGA controller"}, -/* {0x29b28086, CHIP_G33, 0x00020000, "Intel Q35 SVGA controller"}, +/* {0x29c28086, CHIP_G33, 0x00020000, "Intel G33 SVGA controller"}, {0x29d28086, CHIP_G33, 0x00020000, --HlL+5n6rz5pIUxbD-- --cmJC7u66zC7hs+87 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkiKUAAACgkQaUz3f+Zf+XutZACfSvJ504gLag68JSQGxpWcQljj nVMAn08GcRrRdaayw9FKPkpn9QBYeTO8 =C4HV -----END PGP SIGNATURE----- --cmJC7u66zC7hs+87--