Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S270451AbTGNQa7 (ORCPT ); Mon, 14 Jul 2003 12:30:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S270465AbTGNQa6 (ORCPT ); Mon, 14 Jul 2003 12:30:58 -0400 Received: from perninha.conectiva.com.br ([200.250.58.156]:62684 "EHLO perninha.conectiva.com.br") by vger.kernel.org with ESMTP id S270451AbTGNQar (ORCPT ); Mon, 14 Jul 2003 12:30:47 -0400 Date: Mon, 14 Jul 2003 13:43:00 -0300 (BRT) From: Marcelo Tosatti X-X-Sender: marcelo@freak.distro.conectiva To: James Bourne Cc: Alan Cox , linux-kernel@vger.kernel.org, marcelo@conectiva.com Subject: Re: PATCH: fix agpgart list In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1409 Lines: 39 On Mon, 14 Jul 2003, James Bourne wrote: > On Mon, 14 Jul 2003, Alan Cox wrote: > > > diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.22-pre5/include/linux/agp_backend.h linux.22-pre5-ac1/include/linux/agp_backend.h > > --- linux.22-pre5/include/linux/agp_backend.h 2003-07-14 12:27:43.000000000 +0100 > > +++ linux.22-pre5-ac1/include/linux/agp_backend.h 2003-07-14 13:05:58.000000000 +0100 > > @@ -66,6 +66,7 @@ > > VIA_APOLLO_KM266, > > VIA_APOLLO_KT400, > > VIA_APOLLO_P4M266, > > + VIA_APOLLO_P4X400, > > SIS_GENERIC, > > AMD_GENERIC, > > AMD_IRONGATE, > > Hi, > you'll also note a missing break; at the end of the case statement in > agpsupport.c as follows > > --- linux-2.4.22pre5/drivers/char/drm-4.0/agpsupport.c~ 2003-07-12 14:36:59.000000000 +0700 > +++ linux-2.4.22pre5/drivers/char/drm-4.0/agpsupport.c 2003-07-12 14:36:59.000000000 +0700 > @@ -278,6 +278,7 @@ > case VIA_APOLLO_KT400: head->chipset = "VIA Apollo KT400"; > break; > case VIA_APOLLO_P4X400: head->chipset = "VIA Apollo P4X400"; > + break; > #endif > > case VIA_APOLLO_PRO: head->chipset = "VIA Apollo Pro"; Patch applied, thanks. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/