From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vega.surpasshosting.com (vega.surpasshosting.com [72.29.83.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id D436DB6F01 for ; Fri, 18 Dec 2009 07:28:34 +1100 (EST) Message-ID: <4B2A946E.4040907@embedded-sol.com> Date: Thu, 17 Dec 2009 22:28:30 +0200 From: Felix Radensky MIME-Version: 1.0 To: Kumar Gala Subject: Re: Problem with mini-PCI-E slot on P2020RDB References: <4B27FEE3.80001@embedded-sol.com> <0949C49693EF1A47A54B0F0113CDB4A607674F@zin33exm23.fsl.freescale.net> <4B28A7C3.6040209@embedded-sol.com> <0949C49693EF1A47A54B0F0113CDB4A6076776@zin33exm23.fsl.freescale.net> <4B28CBC4.4010501@embedded-sol.com><0949C49693EF1A47A54B0F0113CDB4A6076791@zin33exm23.fsl.freescale.net> <4B29DC2B.8090405@embedded-sol.com> <0949C49693EF1A47A54B0F0113CDB4A60767E8@zin33exm23.fsl.freescale.net> <4B29F23A.9070001@embedded-sol.com> <0949C49693EF1A47A54B0F0113CDB4A60767F0@zin33exm23.fsl.freescale.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: Mahajan Vivek-B08308 , linuxppc-dev@ozlabs.org, Aggrwal Poonam-B10812 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, Kumar Kumar Gala wrote: > On Dec 17, 2009, at 2:59 AM, Mahajan Vivek-B08308 wrote: > > >>> Thanks a lot. If I understand you correctly, the only way I >>> can get ath9k driver to work on this board using legacy >>> interrupts is to wait for a hardware fix. Right ? >>> >> Correct >> > > I'm confused. What's the issue with IRQ0 on the P2020RDB? Is it used for another purpose? > There's a problem with IRQ0 with respect to mini-PCI-E slot. I have Atheros wireless card plugged into it. ath9k wireless driver for this card uses legacy PCI-E interrupts, and I get "irq 16: nobody cared" message when driver executes request_irq(). Vivek has come to a conclusion that the problem is related to incorrect IRQ0 routing for mini-PCI-E slot on P2020RDB. Felix.