From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751854AbWFVRf6 (ORCPT ); Thu, 22 Jun 2006 13:35:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751855AbWFVRf6 (ORCPT ); Thu, 22 Jun 2006 13:35:58 -0400 Received: from [212.76.84.205] ([212.76.84.205]:51977 "EHLO raad.intranet") by vger.kernel.org with ESMTP id S1751854AbWFVRf5 (ORCPT ); Thu, 22 Jun 2006 13:35:57 -0400 From: Al Boldi To: Jiri Slaby Subject: Re: [PATCH] drm: Add VIA chipset IDs for drm detection Date: Thu, 22 Jun 2006 20:36:34 +0300 User-Agent: KMail/1.5 Cc: linux-kernel@vger.kernel.org References: <200606201816.08768.a1426z@gawab.com> <449817A4.4090408@gmail.com> In-Reply-To: <449817A4.4090408@gmail.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="windows-1256" Content-Transfer-Encoding: 7bit Message-Id: <200606222036.35012.a1426z@gawab.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Jiri Slaby wrote: > Al Boldi napsal(a): > > Allow drm detection of new VIA chipsets. > > > > Signed-off-by: Al Boldi > > -- > > --- drivers/char/drm/drm_pciids.h.old 2006-06-19 01:34:48.000000000 > > +0300 +++ drivers/char/drm/drm_pciids.h 2006-06-19 13:36:49.000000000 > > +0300 @@ -227,6 +227,9 @@ > > {0x1106, 0x3122, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ > > {0x1106, 0x7205, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ > > {0x1106, 0x3108, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ > > + {0x1106, 0x3157, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ > > + {0x1106, 0x3344, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ > > + {0x1106, 0x7204, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ > > {0, 0, 0} > > Don't you want to post a patch converting all that lines to use > PCI_DEVICE() (and without backslashes)? Actually, drm_pciids.h is autogenerated from drm_pciids.txt. I sent this patch, because it looks like this file hasn't been sync'd lately. Thanks! -- Al