]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] SAA9730: Driver overhaul
authorRalf Baechle <ralf@linux-mips.org>
Wed, 9 Nov 2005 17:10:05 +0000 (17:10 +0000)
committerJeff Garzik <jgarzik@pobox.com>
Fri, 11 Nov 2005 13:31:35 +0000 (08:31 -0500)
commit05d9c84dfbbb654f60d98d465b58d4c68222ef1c
tree721025a8eab0b818f4e5eba19001cba521560220
parent62ff0d0a0769f08806d3f50449a78f17420971e8
[PATCH] SAA9730: Driver overhaul

 o Try to work around some of the undocumented "features" of the SAA9730
 o Use netdev_priv() instead of the previous broken mechanism to allocate
   the private data structure.
 o Try to make sure we don't leak resources on exit.
 o No more need to call SET_MODULE_OWNER in 2.6.
 o Use pci_free_consistent instead of homegrown architecture-specific
   allocation.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
 drivers/net/saa9730.c |  531 +++++++++++++++++++++++---------------------------
 1 files changed, 249 insertions(+), 282 deletions(-)
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/saa9730.c