[patch] Re: 2.3.4[78] no networking with 3c509 card

From: Tim Waugh (twaugh@redhat.com)
Date: Sun Feb 27 2000 - 13:01:58 EST


On Sun, 27 Feb 2000, Pete Clements wrote:

> FYI:
> With both 2.3.47 and 48, unable to up the 3c509 driver when compiled
> into the kernel. Works fine when compiled as module.

Does this patch help?

Tim.
*/

--- linux/net/core/dev.c~ Sun Feb 27 17:53:51 2000
+++ linux/net/core/dev.c Sun Feb 27 17:54:06 2000
@@ -2128,6 +2128,7 @@
                                 dev->iflink = dev->ifindex;
                         if (dev->rebuild_header == NULL)
                                 dev->rebuild_header = default_rebuild_header;
+ set_bit(__LINK_STATE_PRESENT, &dev->state);
                         dev_init_scheduler(dev);
                 }
         }

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Feb 29 2000 - 21:00:17 EST