Re: [PATCH 2.6.19] AT91RM9200 Ethernet update 2

2006-12-04 Thread Andrew Victor
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

Re: [PATCH 2.6.19] AT91RM9200 Ethernet update 2

2006-12-04 Thread Jeff Garzik
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

Re: [PATCH 2.6.19] AT91RM9200 Ethernet update 2

2006-12-04 Thread Stephen Hemminger
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

[PATCH 2.6.19] AT91RM9200 Ethernet update 2

2006-12-04 Thread Andrew Victor
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