[PATCH 0/4] atl1: Attansic L1 ethernet driver

From: Jay Cliburn
Date: Wed Jan 10 2007 - 20:31:27 EST



This is the latest submittal of the patchset providing support for the
Attansic L1 gigabit ethernet adapter. This patchset is built against
kernel version 2.6.20-rc4 current git as of 20070109.

The monolithic version of this patchset may be found at:
ftp://hogchain.net/pub/linux/m2v/attansic/kernel_driver/atl1-2.0.3/atl1-2.0.3-linux-2.6.20.rc4.patch.bz2

As a reminder, this driver is a modified version of the Attansic reference
driver for the L1 ethernet adapter. Attansic has granted permission for
its inclusion in the mainline kernel.

Changes for this version include:
* Incorporation of previous comments from Arnd Bergmann, Alan Cox, and
Jan Engelhardt.
* Conversion to the new workqueue method.
* Addition of MSI support (thanks to Luca Tettamanti).

NOTES:
1. TSO is broken (order of magnitude decrease in Tx peformance as compared
to Rx performance) and therefore the feature has been disabled until it's
fixed. We have not been able to find the source of the problem in the
driver itself, so we've requested that Attansic take a look at the hardware.
We've not yet heard back from them. We encourage any experienced netdev
folks to take a look at the TSO code and let us know if you see the problem.

2. Given the download statistics from Sourceforge (current home of the
driver) and hogchain.net (the original home of the driver), we believe the
driver to be in use by dozens, if not hundreds, of users. We've received
remarkably few bug reports: a couple of typos and and the TSO performance
issue.

This patch contains:

drivers/net/Kconfig | 11 +
drivers/net/Makefile | 1 +
drivers/net/atl1/Makefile | 30 +
drivers/net/atl1/atl1.h | 266 +++++
drivers/net/atl1/atl1_ethtool.c | 528 +++++++++
drivers/net/atl1/atl1_hw.c | 797 +++++++++++++
drivers/net/atl1/atl1_hw.h | 1053 +++++++++++++++++
drivers/net/atl1/atl1_main.c | 2464 +++++++++++++++++++++++++++++++++++++++
drivers/net/atl1/atl1_param.c | 223 ++++
9 files changed, 5373 insertions(+), 0 deletions(-)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/