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
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
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
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
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