From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eugene Surovegin Subject: Re: [RFC] Patch to Abstract Ethernet PHY support (using driver model) Date: Thu, 6 Jan 2005 09:13:55 -0800 Message-ID: <20050106171355.GB6539@gate.ebshome.net> References: <20050106070245.GA6539@gate.ebshome.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Netdev , Embedded PPC Linux list , Kumar Gala Return-path: To: Andy Fleming Content-Disposition: inline In-Reply-To: <20050106070245.GA6539@gate.ebshome.net> Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org On Wed, Jan 05, 2005 at 11:02:45PM -0800, Eugene Surovegin wrote: > 5) PHY interrupt sharing looks broken. Although you request_irq using > SA_SHIRQ flag, in the handler itself you don't detect whether this > interrupt is for this PHY or not, and return IRQ_HANDLED. This will > result in first registered PHY hijacking IRQs from other PHYs (or > devices) sharing the same IRQ line. Doh, ignore this. I wasn't thinking straight... -- Eugene