From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartlomiej Zolnierkiewicz Subject: Re: [PATCH] IDE: don't offer IDE_GENERIC on ia64 Date: Tue, 16 Aug 2005 14:59:26 +0200 Message-ID: <58cb370e050816055924852804@mail.gmail.com> References: <200508111424.43150.bjorn.helgaas@hp.com> <1123836012.22460.16.camel@localhost.localdomain> <200508151507.22776.bjorn.helgaas@hp.com> <58cb370e050816023845b57a74@mail.gmail.com> <1124196958.17555.8.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Return-path: In-Reply-To: <1124196958.17555.8.camel@localhost.localdomain> Content-Disposition: inline Sender: linux-ia64-owner@vger.kernel.org To: Alan Cox Cc: Bjorn Helgaas , B.Zolnierkiewicz@elka.pw.edu.pl, linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org, linux-ia64@vger.kernel.org List-Id: linux-ide@vger.kernel.org On 8/16/05, Alan Cox wrote: > On Maw, 2005-08-16 at 11:38 +0200, Bartlomiej Zolnierkiewicz wrote: > > * removing IDE_ARCH_OBSOLETE_INIT define has some implications, > > * non-functional ide-cs driver (but there is no PCMCIA on IA64?) > > IA64 systems can support PCI->Cardbus/PCMCIA cards so they do actually > need this support. They could also do with cardbus IDE support but that > means a whole pile of patches still although the refcounting stuff means > its a lot closer to doable now Therefore we need to fix ide-cs driver first to get rid of ide_init_hwif_ports() which should be trivial unless some PPC32 specific hooks need it (ide_ppc_md.ide_init_hwif). > > * ordering change for ide-pnp interfaces in case of no IDE devices > > on default IDE PCI ports, (but there aren't any ide-pnp devices on IA64?) > > No ISAPnP Excellent! Bartlomiej