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! -- 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
--- 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,
pgppxd6IuBf9P.pgp
Description: PGP signature

