Looks like the new version of this patch has been overlooked,
so I'm resending it.
It just adapts the driver to the new IRQ API
according to what Russell has pointed out.
drivers/net/smc911x.c |6 ++
1 files changed, 2 insertions(+), 4 deletions(-)
Signed-off-by: Vitaly Wool &l
Hello,
this is the updated version of smc911x compilation breakage fix.
Hope it's fine now. It just adapts the driver to the new IRQ API
according to what Russell has pointed out.
drivers/net/smc911x.c |6 ++
1 files changed, 2 insertions(+), 4 deletions(-)
Signed-off-by: Vitaly
Hello Jeff,
> Vitaly Wool wrote:
> > Index: linux-2.6/drivers/net/smc911x.c
> > ===
> > --- linux-2.6.orig/drivers/net/smc911x.c
> > +++ linux-2.6/drivers/net/smc911x.c
> > @@ -75,9 +
em.
smc911x.c |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Signed-off-by: Vitaly Wool <[EMAIL PROTECTED]>
Index: linux-2.6/drivers/net/smc911x.c
===
--- linux-2.6.orig/drivers/net/smc911x.c
+++ linux-2.6/drivers/n
Hello Jeff,
the patch below fixes compilation breakage of smc911x driver when
ENABLE_SMC_DEBUG_PKTS equals to 1.
smc911x.c |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Signed-off-by: Vitaly Wool <[EMAIL PROTECTED]>
Index: linux-2.6/drivers/net/smc
Hello folks,
the trivial patch below fixes the compilation failure for smc911x.c when
NET_POLL_CONTROLLER is set.
drivers/net/smc911x.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Signed-off-by: Vitaly Wool <[EMAIL PROTECTED]>
diff --git a/drivers/net/smc911x.c b/drive
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]>
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
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/gia