Re: Linux 2.6.4-rc1

From: Geert Uytterhoeven
Date: Sun Feb 29 2004 - 11:32:46 EST


On Fri, 27 Feb 2004, Linus Torvalds wrote:
> Ok, as usual, there was a lot of stuff for the -rc1, but as seems to be
> more and more true it is mainly in the "periphery".
>
> Andrew Morton:
> o m68k: Amiga Hydra Ethernet new driver model

This part of the patch seems to have been lost (root_hydra_dev is no more):

--- linux-2.6.4-rc1/drivers/net/hydra.c 2004-02-29 09:32:04.000000000 +0100
+++ linux-m68k-2.6.4-rc1/drivers/net/hydra.c 2004-02-29 09:53:41.000000000 +0100
@@ -142,10 +142,6 @@
ei_status.reg_offset = hydra_offsets;
dev->open = &hydra_open;
dev->stop = &hydra_close;
-#ifdef MODULE
- ei_status.priv = (unsigned long)root_hydra_dev;
- root_hydra_dev = dev;
-#endif
NS8390_init(dev, 0);

err = register_netdev(dev);

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/