From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-01.arcor-online.net (mail-in-10.arcor-online.net [151.189.21.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id E88A8679F0 for ; Wed, 20 Sep 2006 11:41:31 +1000 (EST) In-Reply-To: <20060920011750.GS29167@austin.ibm.com> References: <20060919145433.8fc7d478.sfr@canb.auug.org.au> <20060919184243.GL29167@austin.ibm.com> <45103C62.4080003@genesi-usa.com> <1158708269.6002.186.camel@localhost.localdomain> <488875E7-CCBC-47E1-A273-A2D037A997B2@kernel.crashing.org> <1158711935.6002.226.camel@localhost.localdomain> <9F6F4A8E-C780-4358-97AA-570B33C0598F@kernel.crashing.org> <20060920011750.GS29167@austin.ibm.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <96ED0FD1-ADE8-408B-82B1-CAB4D6964942@kernel.crashing.org> From: Segher Boessenkool Subject: Re: [PATCH] Remove powerpc specific parts of 3c509 driver Date: Wed, 20 Sep 2006 03:41:02 +0200 To: linas@austin.ibm.com (Linas Vepstas) Cc: akpm@osdl.org, Stephen Rothwell , ppc-dev , netdev@vger.kernel.org, jgarzik@pobox.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > Well, I'm having trouble thinking of other busses that have as strong > a sense of the "address-data" style I/O as PCI. Busses like scsi and > ide are primarily "command-data" or "data-data" in style. Only the > address-data style busses need readl/writel-style routines. SBUS, JBUS, VMEbus, NuBus, RapidIO, eBus, various SoC busses, to name a few. There are many, and most are big-endian. Segher