From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.ebshome.net (gate.ebshome.net [64.81.67.12]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "gate.ebshome.net", Issuer "gate.ebshome.net" (not verified)) by ozlabs.org (Postfix) with ESMTP id CF4BD2BF0E for ; Fri, 7 Jan 2005 04:13:58 +1100 (EST) Date: Thu, 6 Jan 2005 09:13:55 -0800 From: Eugene Surovegin To: Andy Fleming Message-ID: <20050106171355.GB6539@gate.ebshome.net> References: <20050106070245.GA6539@gate.ebshome.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20050106070245.GA6539@gate.ebshome.net> Cc: Netdev , Embedded PPC Linux list Subject: Re: [RFC] Patch to Abstract Ethernet PHY support (using driver model) List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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