Re: bug: 3c509 broken on 2.3.48: Fixed

From: zamri (zamri@sirius.ftsm.ukm.my)
Date: Thu Mar 02 2000 - 06:03:15 EST


hai,

bug fixed. apply the following patch 1 line patch, recompile the kernel and
3c509 works again. This is compile into the kernel, not as module. It feel
faster than 2.3.45. many thanks for quick patch.

zamri

Tim Waugh wrote:
> */
>
> --- 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 Mar 07 2000 - 21:00:11 EST