Re: [NET] meth driver renovation

2007-05-24 Thread Jeff Garzik
Ralf Baechle wrote: The meth ethernet driver for the SGI IP32 aka O2 is so far still an old style driver which does not use the device driver model. This is now causing issues with some udev based gadgetry in debian-stable. Fixed by converting the meth driver to a platform device. Signed-off-b

[NET] meth driver renovation

2007-05-24 Thread Ralf Baechle
The meth ethernet driver for the SGI IP32 aka O2 is so far still an old style driver which does not use the device driver model. This is now causing issues with some udev based gadgetry in debian-stable. Fixed by converting the meth driver to a platform device. Signed-off-by: Ralf Baechle <[EMAI

Re: [NET] meth driver renovation

2007-05-24 Thread Ralf Baechle
On Wed, May 23, 2007 at 01:02:18PM -0700, Shane McDonald wrote: > > static void __exit meth_exit_module(void) > > { > > - unregister_netdev(meth_dev); > > - free_netdev(meth_dev); > > + platform_driver_register(&meth_driver); > > } > > > > platform_d

RE: [NET] meth driver renovation

2007-05-23 Thread Shane McDonald
Should this be: > static void __exit meth_exit_module(void) > { > - unregister_netdev(meth_dev); > - free_netdev(meth_dev); > + platform_driver_register(&meth_driver); > } platform_driver_unregister(&meth_driver); ^^ Shan

Re: [NET] meth driver renovation

2007-05-23 Thread Ralf Baechle
On Wed, May 23, 2007 at 09:43:30AM +0100, Ralf Baechle wrote: > The meth ethernet driver for the SGI IP32 aka O2 is so far still an old > style driver which does not use the device driver model. This is now > causing issues with some udev based gadgetry in debian-stable. Fixed by > converting th

[NET] meth driver renovation

2007-05-23 Thread Ralf Baechle
The meth ethernet driver for the SGI IP32 aka O2 is so far still an old style driver which does not use the device driver model. This is now causing issues with some udev based gadgetry in debian-stable. Fixed by converting the meth driver to a platform device. Signed-off-by: Ralf Baechle <[EMAI