From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by ozlabs.org (Postfix) with ESMTP id 94673DE1FA for ; Wed, 16 Apr 2008 07:19:50 +1000 (EST) Received: by fg-out-1718.google.com with SMTP id 16so1944601fgg.39 for ; Tue, 15 Apr 2008 14:19:46 -0700 (PDT) From: Bartlomiej Zolnierkiewicz To: Akira Iguchi Subject: Re: [PATCH] scc_pata.c: do setup itself instead of ide_setup_pci_device () Date: Tue, 15 Apr 2008 22:39:17 +0200 References: <200804150314.m3F3EDv9026609@toshiba.co.jp> In-Reply-To: <200804150314.m3F3EDv9026609@toshiba.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Message-Id: <200804152239.17249.bzolnier@gmail.com> Cc: linux-ide@vger.kernel.org, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tuesday 15 April 2008, Akira Iguchi wrote: > scc_pata has the different BAR configuration and using ide_setup_pci_device() > is inappropriate. > (ide_setup_pci_device() expects a normal PCI IDE controller with > BAR0..BAR3 either non-existant or being primary/secondary port bases > in I/O space.) > > This patch do all needed setup itself instead of calling ide_setup_pci_device(). > > Signed-off-by: Kou Ishizaki > Signed-off-by: Akira Iguchi Thanks for quickly handling it, applied.