[RFC] Patch to Abstract Ethernet PHY support (using driver model)
Eugene Surovegin
ebs at ebshome.net
Fri Jan 7 04:13:55 EST 2005
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
More information about the Linuxppc-embedded
mailing list