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 dis

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 interr

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

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) > +{ > + str

[PATCH] gianfar: add netpoll api support

2005-12-12 Thread Dale Farnsworth
From: Dale Farnsworth <[EMAIL PROTECTED]> Add support for the netpoll api for use by netconsole, kgdboe, etc. Signed-off-by: Dale Farnsworth <[EMAIL PROTECTED]> --- linux-2.6.15-rc5-mm2/drivers/net/gianfar.c 2005-12-12 11:34:03.0 -0700 +++ new/drivers/net/gianfar.c 2005-12-12 11:34:0