From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Subject: Re: [PATCH] Generic platform device IDE driver Date: Thu, 5 Oct 2006 05:02:14 +0900 Message-ID: <20061004200214.GA6664@localhost.Internal.Linux-SH.ORG> References: <20061004074535.GA7180@localhost.hsdv.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from smtp.ocgnet.org ([64.20.243.3]:14021 "EHLO smtp.ocgnet.org") by vger.kernel.org with ESMTP id S1030833AbWJDMDy (ORCPT ); Wed, 4 Oct 2006 08:03:54 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: girish Cc: B.Zolnierkiewicz@elka.pw.edu.pl, linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org, rmk@arm.linux.org.uk, gregkh@suse.de, ysato@users.sourceforge.jp On Wed, Oct 04, 2006 at 08:30:36PM +0900, girish wrote: > question: where is linux/ide-platform.h header? > answer: there isn't one, as it's not needed. The reason for using platform devices is so we get _away_ from this ridiculous static set of definitions for I/O addresses and IRQs that are sprinkled around a lot of these drivers.