Re: [PATCH] gianfar: add netpoll api support

2005-12-12 Thread John W. Linville
On Mon, Dec 12, 2005 at 11:54:06AM -0700, Dale Farnsworth wrote: +#ifdef CONFIG_NET_POLL_CONTROLLER +/* + * Polling - used by netconsole and other diagnostic tools + * to allow network i/o with interrupts disabled. + */ +static void gfar_netpoll(struct net_device *dev) +{ + struct

Re: [PATCH] gianfar: add netpoll api support

2005-12-12 Thread Dale Farnsworth
In article [EMAIL PROTECTED] you write: On Mon, Dec 12, 2005 at 11:54:06AM -0700, Dale Farnsworth wrote: +#ifdef CONFIG_NET_POLL_CONTROLLER +/* + * Polling - used by netconsole and other diagnostic tools + * to allow network i/o with interrupts disabled. + */ +static void

Re: [PATCH] gianfar: add netpoll api support

2005-12-12 Thread Andy Fleming
On Dec 12, 2005, at 13:41, Dale Farnsworth wrote: In article [EMAIL PROTECTED] you write: On Mon, Dec 12, 2005 at 11:54:06AM -0700, Dale Farnsworth wrote: +#ifdef CONFIG_NET_POLL_CONTROLLER +/* + * Polling - used by netconsole and other diagnostic tools + * to allow network i/o with

Re: [PATCH] gianfar: add netpoll api support

2005-12-12 Thread Dale Farnsworth
On Tue, Dec 13, 2005 at 12:43:28AM +, Andy Fleming wrote: On Mon, Dec 12, 2005 at 11:54:06AM -0700, Dale Farnsworth wrote: +#ifdef CONFIG_NET_POLL_CONTROLLER +/* + * Polling - used by netconsole and other diagnostic tools + * to allow network i/o with interrupts disabled. + */ +static