Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751858AbZK0Pca (ORCPT ); Fri, 27 Nov 2009 10:32:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750840AbZK0Pca (ORCPT ); Fri, 27 Nov 2009 10:32:30 -0500 Received: from earthlight.etchedpixels.co.uk ([81.2.110.250]:39336 "EHLO www.etchedpixels.co.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751484AbZK0Pc3 (ORCPT ); Fri, 27 Nov 2009 10:32:29 -0500 Date: Fri, 27 Nov 2009 15:34:32 +0000 From: Alan Cox To: Bartlomiej Zolnierkiewicz Cc: Alan Cox , linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org Subject: Re: [PATCH 5/5] pata_piccolo: Driver for old Toshiba chipsets Message-ID: <20091127153432.42922230@lxorguk.ukuu.org.uk> In-Reply-To: <200911271528.09697.bzolnier@gmail.com> References: <20091117144450.15430.83450.stgit@localhost.localdomain> <20091117145144.15430.55784.stgit@localhost.localdomain> <200911271528.09697.bzolnier@gmail.com> X-Mailer: Claws Mail 3.7.3 (GTK+ 2.14.7; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1138 Lines: 27 > > +#define PCI_DEVICE_ID_TOSHIBA_PICCOLO 0x0101 > > +#define PCI_DEVICE_ID_TOSHIBA_PICCOLO_2 0x0102 > > +#define PCI_DEVICE_ID_TOSHIBA_PICCOLO_3 0x0103 > > +#define PCI_DEVICE_ID_TOSHIBA_PICCOLO_5 0x0105 > > #define PCI_DEVICE_ID_TOSHIBA_TOPIC95 0x060a > > #define PCI_DEVICE_ID_TOSHIBA_TOPIC97 0x060f > > #define PCI_DEVICE_ID_TOSHIBA_TOPIC100 0x0617 > > This adds kernel regression and breaks kernel build (it is generally good to > grep kernel tree for the existing users before doing changes like the above): > > drivers/ide/ide-pci-generic.c: > > { PCI_VDEVICE(TOSHIBA, PCI_DEVICE_ID_TOSHIBA_PICCOLO), 4 }, > { PCI_VDEVICE(TOSHIBA, PCI_DEVICE_ID_TOSHIBA_PICCOLO_1), 4 }, > { PCI_VDEVICE(TOSHIBA, PCI_DEVICE_ID_TOSHIBA_PICCOLO_2), 4 }, > > Please fix your patch. Will do - I'll add the missing ones to ide-generic as well. Alan -- 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/