From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759275AbXEJAS2 (ORCPT ); Wed, 9 May 2007 20:18:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760197AbXEJASM (ORCPT ); Wed, 9 May 2007 20:18:12 -0400 Received: from srv5.dvmed.net ([207.36.208.214]:50650 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758830AbXEJASJ (ORCPT ); Wed, 9 May 2007 20:18:09 -0400 Message-ID: <464264BE.2090301@garzik.org> Date: Wed, 09 May 2007 20:18:06 -0400 From: Jeff Garzik User-Agent: Thunderbird 1.5.0.10 (X11/20070302) MIME-Version: 1.0 To: Jesse Barnes CC: linux-ide@vger.kernel.org, LKML Subject: Re: [git patches] libata updates References: <20070429161542.GA12501@havoc.gtf.org> <200705011434.40440.jesse.barnes@intel.com> In-Reply-To: <200705011434.40440.jesse.barnes@intel.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.3 (----) X-Spam-Report: SpamAssassin version 3.1.8 on srv5.dvmed.net summary: Content analysis details: (-4.3 points, 5.0 required) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Jesse Barnes wrote: > On Sunday, April 29, 2007 9:15 am Jeff Garzik wrote: >> Noteworthy changes: >> * remove combined mode PCI quirk. IDE driver selection (libata or >> old-IDE) is now determined purely by module load order. >> * new driver API, that is far more like other kernel APIs: >> alloc...register...unregister...free. >> * More Alan PATA work >> * Lots of other little bits. > >> drivers/pci/quirks.c | 113 ---- > > Looks like you removed the combined_mode quirk (yay!) but didn't update > kernel-parameters.txt... might confuse people. Here's a patch to remove > mention of it from the documentation. > > Signed-off-by: Jesse Barnes > > Thanks, > Jesse > > diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt > index 84c3bd0..49b1ea3 100644 > --- a/Documentation/kernel-parameters.txt > +++ b/Documentation/kernel-parameters.txt > @@ -722,14 +722,6 @@ and is between 256 and 4096 characters. It is defined in the file > inport.irq= [HW] Inport (ATI XL and Microsoft) busmouse driver > Format: > > - combined_mode= [HW] control which driver uses IDE ports in combined > - mode: legacy IDE driver, libata, or both > - (in the libata case, libata.atapi_enabled=1 may be > - useful as well). Note that using the ide or libata > - options may affect your device naming (e.g. by > - changing hdc to sdb). > - Format: combined (default), ide, or libata > - applied