Re: [PATCH/RFC] add netpoll support for gianfar: respin

2006-11-14 Thread Jeff Garzik
Vitaly Wool wrote: The patch inlined below adds NET_POLL_CONTROLLER support for gianfar network driver, slightly modified wrt the comments from Andy Fleming. drivers/net/gianfar.c | 33 + 1 file changed, 33 insertions(+) Signed-off-by: Vitaly Wool <[EMAIL PRO

[PATCH/RFC] add netpoll support for gianfar: respin

2006-11-07 Thread Vitaly Wool
The patch inlined below adds NET_POLL_CONTROLLER support for gianfar network driver, slightly modified wrt the comments from Andy Fleming. drivers/net/gianfar.c | 33 + 1 file changed, 33 insertions(+) Signed-off-by: Vitaly Wool <[EMAIL PROTECTED]> Index: po

Re: [PATCH/RFC] add netpoll support for gianfar

2006-11-07 Thread Vitaly Wool
On Mon, 6 Nov 2006 15:26:33 -0600 Andy Fleming <[EMAIL PROTECTED]> wrote: > You are passing extra arguments, here Oh yes, thanks. I was out of sync here. > 1) Do we need the disable/enable irq stuff? It seems like we should > be able to either just *mask* the interrupts at the controller, or

Re: [PATCH/RFC] add netpoll support for gianfar

2006-11-07 Thread Jeff Garzik
Vitaly Wool wrote: The patch inlined below adds NET_POLL_CONTROLLER support for gianfar network driver. As noted, this patch is out of date. 2.6.19-rc kernels removed the pt_regs argument from all irq handlers. Jeff - To unsubscribe from this list: send the line "unsubscribe net

Re: [PATCH/RFC] add netpoll support for gianfar

2006-11-06 Thread Andy Fleming
On Nov 6, 2006, at 05:19, Vitaly Wool wrote: The patch inlined below adds NET_POLL_CONTROLLER support for gianfar network driver. drivers/net/gianfar.c | 34 ++ 1 file changed, 34 insertions(+) Signed-off-by: Vitaly Wool <[EMAIL PROTECTED]> Index: powerpc

[PATCH/RFC] add netpoll support for gianfar

2006-11-06 Thread Vitaly Wool
The patch inlined below adds NET_POLL_CONTROLLER support for gianfar network driver. drivers/net/gianfar.c | 34 ++ 1 file changed, 34 insertions(+) Signed-off-by: Vitaly Wool <[EMAIL PROTECTED]> Index: powerpc/drivers/net/gianfar.c =