Re: [PATCH 2/2] pasemi_mac: Netpoll support

2008-03-26 Thread Olof Johansson
On Wed, Mar 26, 2008 at 03:41:01PM +0300, Valentine Barshak wrote: >> +pasemi_mac_tx_intr(mac->tx->chan.irq, mac->tx); >> +enable_irq(mac->tx->chan.irq); >> + >> +disable_irq(mac->rx->chan.irq); >> +pasemi_mac_rx_intr(mac->rx->chan.irq, dev); > > Shouldn't this actually be pasemi_ma

Re: [PATCH 2/2] pasemi_mac: Netpoll support

2008-03-26 Thread Valentine Barshak
Olof Johansson wrote: Add netpoll support to allow use of netconsole. Signed-off-by: Nate Case <[EMAIL PROTECTED]> Signed-off-by: Olof Johansson <[EMAIL PROTECTED]> diff --git a/drivers/net/pasemi_mac.c b/drivers/net/pasemi_mac.c index abb1dc4..6030ffe 100644 --- a/drivers/net/pasemi_mac.c +++