From owner-freebsd-stable Sun Sep 15 1:47:30 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B79237B400; Sun, 15 Sep 2002 01:47:29 -0700 (PDT) Received: from haystack.lclark.edu (haystack.lclark.edu [149.175.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8600D43E42; Sun, 15 Sep 2002 01:47:28 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from copeland-30-191.lclark.edu (anholt@copeland-30-191.lclark.edu [149.175.30.191]) by haystack.lclark.edu (8.9.3/8.9.3) with ESMTP id BAA29804; Sun, 15 Sep 2002 01:47:08 -0700 (PDT) Subject: RE: missing break in recent patch to agp_i810.c From: Eric Anholt To: Larry Rosenman Cc: John Baldwin , Tim Zingelman , stable@FreeBSD.org, re@FreeBSD.org, David Dawes In-Reply-To: <1032060680.1397.0.camel@lerlaptop.lerctr.org> References: <1032060680.1397.0.camel@lerlaptop.lerctr.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 15 Sep 2002 01:47:10 -0700 Message-Id: <1032079636.882.588.camel@anholt.dyndns.org> Mime-Version: 1.0 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 2002-09-14 at 20:31, Larry Rosenman wrote: > On Sat, 2002-09-14 at 22:18, John Baldwin wrote: > > > > On 15-Sep-2002 Tim Zingelman wrote: > > > My I810 system broke and gave this message... > > > > > > agp0: unknown memory configuration, disabling > > > device_probe_and_attach: agp0 attach returned 22 > > > > > > with the 1.1.2.4 revision of agp_i810.c. A little investigation shows > > > there is clearly a missing 'break;' in a switch statement. The following > > > patch fixes it. > > > > > > --- agp_i810.c.RELENG_4 Sat Sep 14 19:27:10 2002 > > > +++ agp_i810.c Sat Sep 14 20:56:16 2002 > > > @@ -219,6 +219,7 @@ > > > case 0x71258086: > > > case 0x11328086: > > > sc->chiptype = CHIP_I810; > > > + break; > > > case 0x35778086: > > > case 0x25628086: > > > sc->chiptype = CHIP_I830; > > > > > > Release engineering please consider commit approval for this fix. > > > > Certainly! Approved conditional on Eric's consent. Thanks for testing > > this and tracking this down. > It also does NOT break the I830 support. Please commit.... Okay, it's committed to -current and -stable. Hope it works now. Thanks! -- Eric Anholt http://people.freebsd.org/~anholt/dri/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message