From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: [PATCH] ide: Allow IDE interface to specify its not capable of 32-bit operations Date: Tue, 14 Feb 2006 17:53:25 +0000 Message-ID: <1139939605.11979.2.camel@localhost.localdomain> References: <1139935828.10394.44.camel@localhost.localdomain> <58cb370e0602140900n4558d608p36e73a58c132b8ac@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from outpipe-village-512-1.bc.nu ([81.2.110.250]:29836 "EHLO lxorguk.ukuu.org.uk") by vger.kernel.org with ESMTP id S1422714AbWBNRuX (ORCPT ); Tue, 14 Feb 2006 12:50:23 -0500 In-Reply-To: <58cb370e0602140900n4558d608p36e73a58c132b8ac@mail.gmail.com> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Bartlomiej Zolnierkiewicz Cc: Kumar Gala , Andrew Morton , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org On Maw, 2006-02-14 at 18:00 +0100, Bartlomiej Zolnierkiewicz wrote: > > Do a grep over the code for no_io_32bit and you will see its essentially > > a private variable in the CMD640 driver. > > Please grep ide.c for "no_io_32bit". Thank you. Ok I take it back its merely broken and pointless code rather than do nothing. Alan