From: Auke Kok <auke-jan.h.kok@intel.com>
To: Kumar Gala <galak@kernel.crashing.org>
Cc: Francois Romieu <romieu@fr.zoreil.com>, netdev@vger.kernel.org
Subject: Re: examples to model ethernet driver off of?
Date: Wed, 13 Sep 2006 13:56:33 -0700 [thread overview]
Message-ID: <45087081.5050400@intel.com> (raw)
In-Reply-To: <7E7667E8-DD25-4F31-AE27-C7C2E92AC622@kernel.crashing.org>
Kumar Gala wrote:
>
> On Sep 13, 2006, at 3:11 PM, Auke Kok wrote:
>
>> Francois Romieu wrote:
>>> Kumar Gala <galak@kernel.crashing.org> :
>>>> What are good examples of simple/basic ethernet drivers one should
>>>> use to model a new driver off of?
>>> tg3/bnx2/sky2/b44/8139cp
>>
>> Can I add e1000/ixgb to that? ;)
>
> What is the feeling about e100.c?
e100 is a rather simple driver because the hardware doesn't support much
features. We've tried to make e100 a bit more like e1000 over the last few
years as in basic structure, and as such e1000 is always a bit ahead of e100
when it comes to that. Nonetheless it's probably an easy driver to read
codewise (I should hope).
Cheers,
Auke
next prev parent reply other threads:[~2006-09-13 20:58 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-13 19:40 examples to model ethernet driver off of? Kumar Gala
2006-09-13 19:54 ` Francois Romieu
2006-09-13 20:11 ` Auke Kok
2006-09-13 20:36 ` Kumar Gala
2006-09-13 20:56 ` Auke Kok [this message]
2006-09-13 21:05 ` Francois Romieu
2006-09-13 20:55 ` Francois Romieu
2006-09-14 1:26 ` Stephen Hemminger
2006-09-14 1:40 ` David Miller
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=45087081.5050400@intel.com \
--to=auke-jan.h.kok@intel.com \
--cc=galak@kernel.crashing.org \
--cc=netdev@vger.kernel.org \
--cc=romieu@fr.zoreil.com \
/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).