From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by ozlabs.org (Postfix) with ESMTP id 046A6DDF3B for ; Thu, 5 Apr 2007 04:33:22 +1000 (EST) Received: by ug-out-1314.google.com with SMTP id k3so732904ugf for ; Wed, 04 Apr 2007 11:33:21 -0700 (PDT) From: Bartlomiej Zolnierkiewicz To: Olaf Hering Subject: Re: [PATCH] add correct interrupt property for pegasos ide Date: Wed, 4 Apr 2007 20:42:14 +0200 References: <20070404111635.GA1855@aepfle.de> <200704042010.50088.bzolnier@gmail.com> <20070404181138.GA6050@aepfle.de> In-Reply-To: <20070404181138.GA6050@aepfle.de> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Message-Id: <200704042042.15108.bzolnier@gmail.com> Cc: linuxppc-dev@ozlabs.org, Andrew Morton , Paul Mackeras , linux-ide@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wednesday 04 April 2007, Olaf Hering wrote: > On Wed, Apr 04, Bartlomiej Zolnierkiewicz wrote: > > > ? > > You are right, I did not test the ide driver again. pata_via works with > the change. > I will test the ide driver tomorrow. Thanks. There might be also the another issue here - the chipset claims fully native mode (prog-if 8f - taken from your previous mail) so driver takes IRQ value from dev->irq (which your patch fixes to be 14 instead of 20 if I'm reading it correctly) but in reality chipset seems to be still using legacy IRQs (14 for the primary port and 15 for the secondary one). What IRQ value is reported by the libata for the secondary port? Does the second port work? Bart