From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.cern.ch (smtp1.cern.ch [137.138.128.38]) by dsl2.external.hp.com (Postfix) with ESMTP id 274F1482A for ; Wed, 11 Apr 2001 14:43:56 -0600 (MDT) Sender: Jes.Sorensen@cern.ch To: Matthew Wilcox Cc: parisc-linux@parisc-linux.org Subject: Re: [parisc-linux] FB cleanups References: <20010411211337.C26010@parcelfarce.linux.theplanet.co.uk> <20010411213458.D26010@parcelfarce.linux.theplanet.co.uk> From: Jes Sorensen Date: 11 Apr 2001 22:43:52 +0200 In-Reply-To: Matthew Wilcox's message of "Wed, 11 Apr 2001 21:34:58 +0100" Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-ID: >>>>> "Matthew" == Matthew Wilcox writes: Matthew> STI isn't a device, it's an interface. STI applies to GSC, Matthew> EISA & PCI cards. The particular chip (Artist) the driver Matthew> deals with currently is only on the GSC bus. But we don't Matthew> need to have gsc_read/write functions; they will all go away Matthew> eventually, I suspect. Point is that readb/writeb are *only* defined for PCI and PCI look-alike devices, even for ISA you're supposed to use isa_readb/isa_writeb Jes