Re: [PATCH 406] Amiga Zorro8390 Ethernet new driver model
From: Adrian Bunk (bunk_at_fs.tum.de)
Date: 02/08/04
- Previous message: Greg KH: "Re: usb-storage in 2.6.2"
- In reply to: Geert Uytterhoeven: "[PATCH 406] Amiga Zorro8390 Ethernet new driver model"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 8 Feb 2004 17:46:38 +0100 To: Geert Uytterhoeven <geert@linux-m68k.org>
On Sun, Feb 08, 2004 at 04:28:30PM +0100, Geert Uytterhoeven wrote:
> Zorro8390 Ethernet: Convert to the new driver model
>
> --- linux-2.6.3-rc1/drivers/net/zorro8390.c 2004-02-08 10:19:44.000000000 +0100
> +++ linux-m68k-2.6.3-rc1/drivers/net/zorro8390.c 2004-02-08 11:42:34.000000000 +0100
>...
> -static int __init zorro8390_probe(void);
> +static int __devinit zorro8390_init_one(struct zorro_dev *z,
> + const struct zorro_device_id *ent);
> static int __init zorro8390_init(struct net_device *dev, unsigned long board,
> const char *name, unsigned long ioaddr);
>...
> -static int __init zorro8390_probe(void)
> +static int __devinit zorro8390_init_one(struct zorro_dev *z,
> + const struct zorro_device_id *ent)
> {
>...
> + if ((err = zorro8390_init(dev, board, cards[i].name,
> + ZTWO_VADDR(ioaddr)))) {
> + release_mem_region(ioaddr, NE_IO_EXTENT*2);
> + free_netdev(dev);
> + return err;
> + }
> + zorro_set_drvdata(z, dev);
> + return 0;
> }
>...
__init zorro8390_init called from __devinit zorro8390_init_one ?
This will break when compiling the driver statically into a kernel with
CONFIG_HOTPLUG=y .
> Gr{oetje,eeting}s,
>
> Geert
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
-
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/
- Previous message: Greg KH: "Re: usb-storage in 2.6.2"
- In reply to: Geert Uytterhoeven: "[PATCH 406] Amiga Zorro8390 Ethernet new driver model"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|