From owner-freebsd-current@FreeBSD.ORG Mon Jun 26 20:21:51 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4A8F16A401; Mon, 26 Jun 2006 20:21:51 +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 94D5C43D4C; Mon, 26 Jun 2006 20:21:51 +0000 (GMT) (envelope-from faber@ISI.EDU) Received: from hut.isi.edu (hut.isi.edu [128.9.168.160]) by boreas.isi.edu (8.11.6p2+0917/8.11.2) with ESMTP id k5QKL7p21644; Mon, 26 Jun 2006 13:21:07 -0700 (PDT) Received: (from faber@localhost) by hut.isi.edu (8.13.7/8.13.7/Submit) id k5QKL6sr001713; Mon, 26 Jun 2006 13:21:06 -0700 (PDT) (envelope-from faber) Date: Mon, 26 Jun 2006 13:21:06 -0700 From: Ted Faber To: freebsd-current@freebsd.org Message-ID: <20060626202102.GA1148@hut.isi.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BwCQnh7xodEAoBMC" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-url: http://www.isi.edu/~faber X-ISI-4-43-8-MailScanner: Found to be clean X-MailScanner-From: faber@hut.isi.edu Cc: anholt@freebsd.org Subject: OOOPs sys/pci/agp_i810.c with wrong chiptypes. Patch attached. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 20:21:52 -0000 --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--