hi Stephen,
> poll_controller is always called with interrupts already disabled.
All the other network drivers I looked at seem to disable the interrupt.
> The third argument to interrupt routines was dropped (struct pt_regs) in
> 2.6.19.
> Maybe that never got fixed in ARM?
My mistake - ARM
Andrew Victor wrote:
This patch adds NetPoll / NetConsole support to the Atmel AT91RM9200
Ethernet driver.
Original patch from Bill Gatliff.
Signed-off-by: Andrew Victor <[EMAIL PROTECTED]>
ACK patch content, but comments about email description / subject line
also apply here.
-
To unsub
On 04 Dec 2006 14:42:08 +0200
Andrew Victor <[EMAIL PROTECTED]> wrote:
> This patch adds NetPoll / NetConsole support to the Atmel AT91RM9200
> Ethernet driver.
>
> Original patch from Bill Gatliff.
>
>
> Signed-off-by: Andrew Victor <[EMAIL PROTECTED]>
>
>
> diff -urN linux-2.6.19-final.orig
This patch adds NetPoll / NetConsole support to the Atmel AT91RM9200
Ethernet driver.
Original patch from Bill Gatliff.
Signed-off-by: Andrew Victor <[EMAIL PROTECTED]>
diff -urN linux-2.6.19-final.orig/drivers/net/arm/at91_ether.c
linux-2.6.19-final/drivers/net/arm/at91_ether.c
--- linux-2.6