Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 4 Dec 2002 17:40:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 4 Dec 2002 17:40:47 -0500 Received: from hermes.fachschaften.tu-muenchen.de ([129.187.202.12]:12778 "HELO hermes.fachschaften.tu-muenchen.de") by vger.kernel.org with SMTP id ; Wed, 4 Dec 2002 17:40:46 -0500 Date: Wed, 4 Dec 2002 23:48:06 +0100 From: Adrian Bunk To: "White, Charles" Cc: Marcelo Tosatti , Jens Axboe , linux-kernel@vger.kernel.org Subject: Re: [PATCH] 2.4.20 cciss patch 01 - adds support for the SA641, SA642 and SA6400 controllers. Message-ID: <20021204224806.GJ2544@fs.tum.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1020 Lines: 34 On Wed, Dec 04, 2002 at 04:23:37PM -0600, White, Charles wrote: >... > --- linux-2.4.20.orig/drivers/block/cciss.c Thu Nov 28 18:53:12 2002 > +++ linux-2.4.20.cciss_p01/drivers/block/cciss.c Wed Dec 4 > 15:09:39 2002 > @@ -56,6 +56,11 @@ > #include "cciss.h" > #include > > +/* remove when PCI_DEVICE_ID_COMPAQ_CCISSC is in pci_ids.h */ > +#ifndef PCI_DEVICE_ID_COMPAQ_CCISSC > +#define PCI_DEVICE_ID_COMPAQ_CCISSC 0x46 > +#endif > + >... Why doesn't your patch include it into pci_ids.h? cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed - 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/