netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chris Snook <csnook@redhat.com>
To: Jay Cliburn <jacliburn@bellsouth.net>
Cc: jeff@garzik.org, shemminger@osdl.org, romieu@fr.zoreil.com,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/4] atl1: Revised Attansic L1 ethernet driver
Date: Mon, 20 Nov 2006 01:37:53 -0500	[thread overview]
Message-ID: <45614D41.2050303@redhat.com> (raw)
In-Reply-To: <20061119202817.GA29736@osprey.hogchain.net>

Jay Cliburn wrote:
> Based upon feedback from Stephen Hemminger and Francois Romieu, please
> consider this resubmitted patchset that provides support for the Attansic 
> L1 gigabit ethernet adapter.  This patchset is built against 2.6.19-rc6.  
> The original patchset was submitted 20060927.
> 
> The monolithic version of this patchset may be found at:
> ftp://hogchain.net/pub/linux/m2v/attansic/kernel_driver/atl1-2.0.2/atl1-2.0.2-kernel2.6.19.rc6.patch.bz2
> 
> As a reminder, this driver a modified version of the Attansic reference 
> driver for the L1 ethernet adapter.  Attansic has granted permission for 
> its inclusion in the mainline kernel.
> 
> The patch contains:
> 
>  Kconfig             |   12 
>  Makefile            |    1 
>  atl1/Makefile       |   30 
>  atl1/atl1.h         |  251 +++++
>  atl1/atl1_ethtool.c |  530 ++++++++++
>  atl1/atl1_hw.c      |  840 +++++++++++++++++
>  atl1/atl1_hw.h      |  991 ++++++++++++++++++++
>  atl1/atl1_main.c    | 2551 ++++++++++++++++++++++++++++++++++++++++++++++++++++
>  atl1/atl1_osdep.h   |   78 +
>  atl1/atl1_param.c   |  203 ++++
>  10 files changed, 5487 insertions(+)
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

I've been working on this with Jay since his initial submission.  Thanks 
to everyone who has provided feedback on the resubmit.  We're currently 
quite short on actual testers, since the chip only seems to be on Asus 
M2V motherboards at present.  Please let me and Jay know if you have one 
of these boards and would like to test and/or have encountered bugs.

	-- Chris

  parent reply	other threads:[~2006-11-20  6:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-19 20:28 [PATCH 0/4] atl1: Revised Attansic L1 ethernet driver Jay Cliburn
2006-11-20  1:15 ` Alan
2006-11-20  6:34   ` Chris Snook
2006-11-20  9:46     ` Alan
2006-11-20  6:37 ` Chris Snook [this message]
2006-11-21 20:25 ` Luca Tettamanti
2006-11-25 22:43   ` Luca Tettamanti
2006-11-26  1:33     ` 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=45614D41.2050303@redhat.com \
    --to=csnook@redhat.com \
    --cc=jacliburn@bellsouth.net \
    --cc=jeff@garzik.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=romieu@fr.zoreil.com \
    --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).