Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2006 13:21:06 -0700
From:      Ted Faber <faber@ISI.EDU>
To:        freebsd-current@freebsd.org
Cc:        anholt@freebsd.org
Subject:   OOOPs sys/pci/agp_i810.c with wrong chiptypes.  Patch attached.
Message-ID:  <20060626202102.GA1148@hut.isi.edu>

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

--BwCQnh7xodEAoBMC
Content-Type: multipart/mixed; boundary="LQksG6bCIzRHxTLp"
Content-Disposition: inline


--LQksG6bCIzRHxTLp
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

It looks like in the reorg of sys/pci/agp_i810.c a couple chips got the
wrong chiptype in the big table (including mine :-().  Those chips (oe
at least mine) did not properly initialize because of it.  I've attached
a patch that fixes this for me - just swapping the chiptypes.

The patch is relative to /sys.

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

--LQksG6bCIzRHxTLp
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch

--- pci/agp_i810.c.orig	Mon Jun 26 13:08:46 2006
+++ pci/agp_i810.c	Mon Jun 26 11:42:24 2006
@@ -113,9 +113,9 @@
 	    "Intel 82815 (i815 GMCH) SVGA controller"},
 	{0x35778086, CHIP_I830, 0x00020000,
 	    "Intel 82830M (830M GMCH) SVGA controller"},
-	{0x35828086, CHIP_I830, 0x00020000,
+	{0x35828086, CHIP_I855, 0x00020000,
 	    "Intel 82852/5"},
-	{0x25728086, CHIP_I830, 0x00020000,
+	{0x25728086, CHIP_I855, 0x00020000,
 	    "Intel 82865G (865G GMCH) SVGA controller"},
 	{0x25828086, CHIP_I915, 0x00020000,
 	    "Intel 82915G (915G GMCH) SVGA controller"},

--LQksG6bCIzRHxTLp--

--BwCQnh7xodEAoBMC
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (FreeBSD)

iD8DBQFEoEGuaUz3f+Zf+XsRAqiMAJ9k+Hqy8vzSXXr/mkOSXC/kzGOy0QCffC2T
LgCle0TwSMOHclZB8L8mGgA=
=cnI2
-----END PGP SIGNATURE-----

--BwCQnh7xodEAoBMC--



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