[U-Boot-Users] 82559( eepro100.c) & interrupt handling

Hello, I am trying use the MAC/PHY 82559 (rev C I think) on an interrupt base manner. The interrupt line of the chip is connected directly to the PPC (INT0), so I use the EPIC in direct mode. When the IVPR0[P] is active low configured and IVPR[S] is level sensitive configured I receive continuously an interrupt which is normal (I think the IRQ line of the chip is configured active high) When it is another configuration I receive nothing.
I think, it is a problem with the configuration of the chip since with Linux the chip send well interrupts (every ms) but with Linux, the problem is the EPIC config. Does someone have an idea to solve this or better documentation than the one of Intel ? ---------------------------------------------------------------------------- ------ Benoit Callebaut Software Development Engineer Barco | Control Rooms Noordlaan 5, 8520 Kuurne, Belgium
Tel +32(0)56 36 84 28 Fax +32(0)56 36 86 05
mailto:benoit.callebaut@barco.com http://www.barcocontrolrooms.com

In message 81A66F72DCACD511B0600002A551BFCB4E9CD9@kuumex05.barco.com you wrote:
I am trying use the MAC/PHY 82559 (rev C I think) on an interrupt base manner.
In U-Boot? Why? A polling driver works just fine in U-Boot. You will not win anything with an interrupt driven driver, but you will pay for additional effort and memory footprint.
Best regards,
Wolfgang Denk
participants (2)
-
"Callebaut, Benoît"
-
Wolfgang Denk