On Mon, 01 Jul 2002, Jeff Garzik wrote:
> Axel Siebenwirth wrote:
> >Have not tried 2.5.23 but 2.5.22 works fine. Since there have been changes
> >to the 8139too driver I guess thats it. Unfortunately I do not know where
> >to fix
> >this.
Kai made some changes about net_dev_init ...
<kai@tp1.ruhr-uni-bochum.de>
Make net_dev_init() an __initcall
If you were looking to find where net_dev_init() is called, you
wouldn'
t
have guessed it's in drivers/block/genhd.c, would you?
Nothing should break if the __initcall net_dev_init is called too
late
now, since register_netdevice() will call it for us in that case.
With my poor knowledge I guess this could be it?! If you are sure it's not
the 8139too driver.
Regards,
Axel
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/