From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Singer Subject: Re: [RFC][DOC] writing IDE driver guidelines Date: Sat, 15 May 2004 17:51:46 -0700 Sender: linux-ide-owner@vger.kernel.org Message-ID: <20040516005146.GB23743@buici.com> References: <200405151923.50343.bzolnier@elka.pw.edu.pl> <20040515173430.GA28873@havoc.gtf.org> <200405151958.03322.bzolnier@elka.pw.edu.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from florence.buici.com ([206.124.142.26]:63626 "HELO florence.buici.com") by vger.kernel.org with SMTP id S262488AbUEPAvs (ORCPT ); Sat, 15 May 2004 20:51:48 -0400 Content-Disposition: inline In-Reply-To: <200405151958.03322.bzolnier@elka.pw.edu.pl> List-Id: linux-ide@vger.kernel.org To: Bartlomiej Zolnierkiewicz Cc: Jeff Garzik , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org On Sat, May 15, 2004 at 07:58:03PM +0200, Bartlomiej Zolnierkiewicz wrote: > > > - host drivers should request/release IO resource > > > themelves and set hwif->mmio to 2 > > > > Don't you mean, hwif->mmio==2 for MMIO hardware? > > It is was historically for MMIO, now it means that driver > handles IO resource itself (per comment in ). If you are talking about this int mmio; /* hosts iomio (0) or custom (2) select do you really think that's enough?