Commit 4b832804 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Russell King

[PATCH] lost Amiga Hydra Ethernet patch

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):
parent 5d3b6e34
...@@ -142,10 +142,6 @@ static int __devinit hydra_init(struct zorro_dev *z) ...@@ -142,10 +142,6 @@ static int __devinit hydra_init(struct zorro_dev *z)
ei_status.reg_offset = hydra_offsets; ei_status.reg_offset = hydra_offsets;
dev->open = &hydra_open; dev->open = &hydra_open;
dev->stop = &hydra_close; dev->stop = &hydra_close;
#ifdef MODULE
ei_status.priv = (unsigned long)root_hydra_dev;
root_hydra_dev = dev;
#endif
NS8390_init(dev, 0); NS8390_init(dev, 0);
err = register_netdev(dev); err = register_netdev(dev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment