[PATCH] netconsole support for b44

STALE7982d

5 messages, 2 authors, 2004-10-12 · open the first message on its own page

[PATCH] netconsole support for b44

From: Con Kolivas <hidden>
Date: 2004-10-12 11:42:27

This patch adds poll support to the b44 driver to allow netconsole 
support. Style lifted straight from 8139too.c

here is the dmesg output with it in place:

netconsole: device eth0 not up yet, forcing it
netconsole: carrier detect appears flaky, waiting 10 seconds
b44: eth0: Link is down.
b44: eth0: Link is up at 100 Mbps, full duplex.
b44: eth0: Flow control is on for TX and on for RX.
netconsole: network logging started

output confirmed by netcat on other system.

Signed-off-by: Con Kolivas <redacted>

Re: [PATCH] netconsole support for b44

From: Matt Mackall <hidden>
Date: 2004-10-12 18:11:21

On Tue, Oct 12, 2004 at 09:39:23PM +1000, Con Kolivas wrote:
This patch adds poll support to the b44 driver to allow netconsole 
support. Style lifted straight from 8139too.c

here is the dmesg output with it in place:

netconsole: device eth0 not up yet, forcing it
netconsole: carrier detect appears flaky, waiting 10 seconds
b44: eth0: Link is down.
b44: eth0: Link is up at 100 Mbps, full duplex.
b44: eth0: Flow control is on for TX and on for RX.
netconsole: network logging started

output confirmed by netcat on other system.

Signed-off-by: Con Kolivas <redacted>
+       disable_irq(dev->irq);
+       b44_interrupt (dev->irq, dev, NULL);
+       enable_irq(dev->irq);

Aside from this bizarre whitespace convention and neglecting to cc:
me, looks good.

-- 
Mathematics is the supreme nostalgia of our time.

Re: [PATCH] netconsole support for b44

From: Con Kolivas <hidden>
Date: 2004-10-12 21:49:25

Matt Mackall wrote:
On Tue, Oct 12, 2004 at 09:39:23PM +1000, Con Kolivas wrote:
quoted
This patch adds poll support to the b44 driver to allow netconsole 
support. Style lifted straight from 8139too.c

here is the dmesg output with it in place:

netconsole: device eth0 not up yet, forcing it
netconsole: carrier detect appears flaky, waiting 10 seconds
b44: eth0: Link is down.
b44: eth0: Link is up at 100 Mbps, full duplex.
b44: eth0: Flow control is on for TX and on for RX.
netconsole: network logging started

output confirmed by netcat on other system.

Signed-off-by: Con Kolivas <redacted>

+       disable_irq(dev->irq);
+       b44_interrupt (dev->irq, dev, NULL);
+       enable_irq(dev->irq);

Aside from this bizarre whitespace convention and neglecting to cc:
me, looks good.
sorry,sorry,thanks.

Can you explain where I went wrong in the whitespace so I don't make the 
same mistake again? It looked pretty standard to me.

Should I nudge akpm with this or will it go via another route?

Cheers,
Con

Re: [PATCH] netconsole support for b44

From: Matt Mackall <hidden>
Date: 2004-10-12 21:58:26

On Wed, Oct 13, 2004 at 07:48:18AM +1000, Con Kolivas wrote:
Matt Mackall wrote:
quoted
On Tue, Oct 12, 2004 at 09:39:23PM +1000, Con Kolivas wrote:
quoted
This patch adds poll support to the b44 driver to allow netconsole 
support. Style lifted straight from 8139too.c

here is the dmesg output with it in place:

netconsole: device eth0 not up yet, forcing it
netconsole: carrier detect appears flaky, waiting 10 seconds
b44: eth0: Link is down.
b44: eth0: Link is up at 100 Mbps, full duplex.
b44: eth0: Flow control is on for TX and on for RX.
netconsole: network logging started

output confirmed by netcat on other system.

Signed-off-by: Con Kolivas <redacted>

+       disable_irq(dev->irq);
+       b44_interrupt (dev->irq, dev, NULL);
+       enable_irq(dev->irq);

Aside from this bizarre whitespace convention and neglecting to cc:
me, looks good.
sorry,sorry,thanks.

Can you explain where I went wrong in the whitespace so I don't make the 
same mistake again? It looked pretty standard to me.
Stray space between b44_interrupt and args. 
Should I nudge akpm with this or will it go via another route?
Jeff Garzik usually picks up net driver stuff, I think he got this one.

-- 
Mathematics is the supreme nostalgia of our time.

[PATCH]b44poll - whitespace

From: Con Kolivas <hidden>
Date: 2004-10-12 23:27:16

quoted
quoted
+       disable_irq(dev->irq);
+       b44_interrupt (dev->irq, dev, NULL);
+       enable_irq(dev->irq);
Stray space between b44_interrupt and args. 
Must have had my eyes closed. Trivial cleanup patch attached, thanks.

Con
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help