Re: [PATCH] skfddi - convert to new pci model.
From: Alexander Viro <hidden>
Date: 2003-12-05 23:27:21
From: Alexander Viro <hidden>
Date: 2003-12-05 23:27:21
On Fri, Dec 05, 2003 at 03:12:49PM -0800, Stephen Hemminger wrote:
Second revision of the cleanup of skfddi driver.
* use new pci device bus initialization
* allocate network device with alloc_fddidev
and use dev->priv
* get rid of special module/non module distinctions.
* fix error unwinds and return values on initialization
* call driver_init directly not via register_netdev
* reset internal queue count after purge
* get rid of h[iy]sterical comment that is no longer trueLooks sane.