Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 26 Sep 2002 11:11:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 26 Sep 2002 11:11:12 -0400 Received: from [217.167.51.129] ([217.167.51.129]:28144 "EHLO zion.wanadoo.fr") by vger.kernel.org with ESMTP id ; Thu, 26 Sep 2002 11:11:10 -0400 From: "Benjamin Herrenschmidt" To: "Alan Cox" Cc: "Linus Torvalds" , "Andre Hedrick" , "Linux Kernel Mailing List" , "Jens Axboe" Subject: Re: [PATCH] fix ide-iops for big endian archs Date: Thu, 26 Sep 2002 17:16:09 +0200 Message-Id: <20020926151609.22295@192.168.4.1> In-Reply-To: <1033053111.1269.33.camel@irongate.swansea.linux.org.uk> References: <1033053111.1269.33.camel@irongate.swansea.linux.org.uk> X-Mailer: CTM PowerMail 4.0.1 carbon MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 862 Lines: 21 >Thats true in current -ac. I killed the _p crap. Nobody uses it, the >switching for handling it is bogus anyway. If anyone has such broken >code they can implement ide-iops-speak-slowly-after-the-tone.c Ok, now go one step further and remove the {IN,OUT}{BYTE,WORD,LONG} macros and you'll end up with the stuff I had send you previously ;) Regarding the MMIO ops, where indeed I had some #ifdef CONFIG_PPC crap, that was because we lack proper abstraction of either an MMIO version of insw/outsw, or of the barrier (see previous discussion we had on this issue). It is by no mean yet another PowerPC'ism ;) Ben. - 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/