Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 7 Jul 2002 16:43:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 7 Jul 2002 16:43:24 -0400 Received: from astound-64-85-224-253.ca.astound.net ([64.85.224.253]:48651 "EHLO master.linux-ide.org") by vger.kernel.org with ESMTP id ; Sun, 7 Jul 2002 16:43:23 -0400 Date: Sun, 7 Jul 2002 13:38:48 -0700 (PDT) From: Andre Hedrick To: Adrian Bunk cc: Marcelo Tosatti , linux-kernel@vger.kernel.org Subject: Re: [2.4 patch] document that cmd64x.c supports the CMD649 and CMD680 chipsets In-Reply-To: Message-ID: 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: 2364 Lines: 61 CMD680 will be extracted out to siiimage.c as it is a differnet driver with dual transport modes. I just need to resort patches first. Cheers, On Sun, 7 Jul 2002, Adrian Bunk wrote: > Hi Marcelo, > > the patch below documents that cmd64x.c supports the CMD649 and CMD680 > chipsets. Since it's a pure documentation update it should be acceptable > for -rc2. > > > --- Documentation/Configure.help.old Sun Jul 7 13:26:45 2002 > +++ Documentation/Configure.help Sun Jul 7 13:31:35 2002 > @@ -1067,10 +1067,10 @@ > This effect can be also invoked by calling "idex=ata66" > If unsure, say N. > > -CMD64X chipset support > +CMD64X and CMD680 chipset support > CONFIG_BLK_DEV_CMD64X > Say Y here if you have an IDE controller which uses any of these > - chipsets: CMD643, CMD646, or CMD648. > + chipsets: CMD643, CMD646, CMD648, CMD649 or CMD680. > > CY82C693 chipset support > CONFIG_BLK_DEV_CY82C693 > --- drivers/ide/Config.in.old Sun Jul 7 13:32:19 2002 > +++ drivers/ide/Config.in Sun Jul 7 13:32:46 2002 > @@ -65,7 +65,7 @@ > dep_mbool ' ALI M15x3 WDC support (DANGEROUS)' CONFIG_WDC_ALI15X3 $CONFIG_BLK_DEV_ALI15X3 > dep_bool ' AMD Viper support' CONFIG_BLK_DEV_AMD74XX $CONFIG_BLK_DEV_IDEDMA_PCI > dep_mbool ' AMD Viper ATA-66 Override (WIP)' CONFIG_AMD74XX_OVERRIDE $CONFIG_BLK_DEV_AMD74XX $CONFIG_IDEDMA_PCI_WIP > - dep_bool ' CMD64X chipset support' CONFIG_BLK_DEV_CMD64X $CONFIG_BLK_DEV_IDEDMA_PCI > + dep_bool ' CMD64X and CMD680 chipset support' CONFIG_BLK_DEV_CMD64X $CONFIG_BLK_DEV_IDEDMA_PCI > dep_bool ' CMD680 chipset tuning support' CONFIG_BLK_DEV_CMD680 $CONFIG_BLK_DEV_CMD64X > dep_bool ' CY82C693 chipset support' CONFIG_BLK_DEV_CY82C693 $CONFIG_BLK_DEV_IDEDMA_PCI > dep_bool ' Cyrix CS5530 MediaGX chipset support' CONFIG_BLK_DEV_CS5530 $CONFIG_BLK_DEV_IDEDMA_PCI > > cu > Adrian > > -- > > You only think this is a free country. Like the US the UK spends a lot of > time explaining its a free country because its a police state. > Alan Cox > Andre Hedrick LAD Storage Consulting Group - 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/