[PATCH] macsonic/jazzsonic network drivers update
authorFinn Thain <fthain@telegraphics.com.au>
Sat, 20 Aug 2005 05:53:22 +0000 (15:53 +1000)
committerJeff Garzik <jgarzik@pobox.com>
Tue, 23 Aug 2005 05:32:12 +0000 (01:32 -0400)
commitefcce839360fb3a7b6dedeacaec80f68b0f2d052
tree7ddeeb994619d0c29f3a9c7ac923a376dec413f5
parent2600636065406dc14948ac2d2913c66c51be80d5
[PATCH] macsonic/jazzsonic network drivers update

The purpose of this patch:

- Adopt the DMA API (jazzsonic, macsonic & core driver).

- Adopt the driver model (macsonic).

This part was cribbed from jazzsonic. As a consequence, macsonic once
again works as a module. Driver model is also used by the DMA calls.

- Support 16 bit cards (macsonic & core driver, also affects jazzsonic)

This code was adapted from the mac68k linux 2.2 kernel, where it has
languished for a long time.

- Support more 32-bit mac cards (macsonic)

Also from mac68k repo.

- Zero-copy buffer handling (core driver)

Provides a nice performance improvement. The new algorithm incidentally
helped to replace the old Jazz DMA code.

The patch was tested on a variety of macs (several 32-bit quadra built-in
NICs, a 16-bit LC PDS NIC and a 16-bit comm-slot NIC), and also on MIPS
Jazz.

Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/Space.c
drivers/net/jazzsonic.c
drivers/net/macsonic.c
drivers/net/sonic.c
drivers/net/sonic.h