netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jay Cliburn <jacliburn@bellsouth.net>
To: jeff@garzik.org
Cc: shemminger@osdl.org, csnook@redhat.com, hch@infradead.org,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	atl1-devel@lists.sourceforge.net
Subject: [PATCH 0/4] atl1: Attansic L1 ethernet driver
Date: Sun, 21 Jan 2007 15:04:16 -0600	[thread overview]
Message-ID: <20070121210416.GA2702@osprey.hogchain.net> (raw)


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-rc5.

This version incorporates all comments from:

Christoph Hellwig:
http://lkml.org/lkml/2007/1/11/43
http://lkml.org/lkml/2007/1/11/45
http://lkml.org/lkml/2007/1/11/48
http://lkml.org/lkml/2007/1/11/49

Jeff Garzik:
http://lkml.org/lkml/2007/1/18/233

Many thanks to both for reviewing the driver.

The monolithic version of this patchset may be found at:
ftp://hogchain.net/pub/linux/attansic/kernel_driver/atl1-2.0.5-linux-2.6.20.rc5.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.

This patchset contains:

drivers/net/Kconfig             |   11 +
drivers/net/Makefile            |    1 +
drivers/net/atl1/Makefile       |    2 +
drivers/net/atl1/atl1.h         |  288 +++++
drivers/net/atl1/atl1_ethtool.c |  436 +++++++
drivers/net/atl1/atl1_hw.c      |  728 ++++++++++++
drivers/net/atl1/atl1_hw.h      |  965 +++++++++++++++
drivers/net/atl1/atl1_main.c    | 2490 ++++++++++++++++++++++++++++++++++++++++
drivers/net/atl1/atl1_param.c   |  223 ++++
9 files changed, 5144 insertions(+), 0 deletions(-)


             reply	other threads:[~2007-01-21 21:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-21 21:04 Jay Cliburn [this message]
2007-01-23  5:57 ` [PATCH 0/4] atl1: Attansic L1 ethernet driver Jeff Garzik
2007-01-23 16:42   ` Jay Cliburn
2007-01-23 21:27     ` Jeff Garzik
  -- strict thread matches above, loose matches on Subject: below --
2007-01-11  0:39 Jay Cliburn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070121210416.GA2702@osprey.hogchain.net \
    --to=jacliburn@bellsouth.net \
    --cc=atl1-devel@lists.sourceforge.net \
    --cc=csnook@redhat.com \
    --cc=hch@infradead.org \
    --cc=jeff@garzik.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=shemminger@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).