Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jul 2008 15:13:20 -0700
From:      Ted Faber <faber@ISI.EDU>
To:        freebsd-hackers@freebsd.org
Subject:   Intel Q35 works (patch attached)
Message-ID:  <20080725221320.GA2214@zod.isi.edu>

next in thread | raw e-mail | index | archive | help

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080725221320.GA2214>