From: Pantelis Antoniou <panto@intracom.gr>
To: Tom Rini <trini@kernel.crashing.org>,
Dan Malek <dan@embeddededge.com>,
Kumar Gala <kumar.gala@motorola.com>,
Linuxppc-Embedded <linuxppc-embedded@lists.linuxppc.org>
Subject: [PATCH #8/9] 8xx-2.6 | New ethernet driver for 8xx
Date: Wed, 26 May 2004 15:06:07 +0300 [thread overview]
Message-ID: <40B4882F.40309@intracom.gr> (raw)
[-- Attachment #1: Type: text/plain, Size: 78 bytes --]
Hi
The following patch is a new ethernet driver for 8xx.
Regards
Pantelis
[-- Attachment #2: 08_fec_8xx.patch.bz2 --]
[-- Type: application/x-bzip2, Size: 12395 bytes --]
[-- Attachment #3: 08_fec_8xx.diffstat --]
[-- Type: text/plain, Size: 447 bytes --]
drivers/net/Kconfig | 3
drivers/net/Makefile | 3
drivers/net/fec_8xx/Kconfig | 14
drivers/net/fec_8xx/Makefile | 12
drivers/net/fec_8xx/fec_8xx-netta.c | 147 ++++
drivers/net/fec_8xx/fec_8xx.h | 167 ++++
drivers/net/fec_8xx/fec_main.c | 1246 ++++++++++++++++++++++++++++++++++++
drivers/net/fec_8xx/fec_mii.c | 380 ++++++++++
8 files changed, 1972 insertions(+)
reply other threads:[~2004-05-26 12:06 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=40B4882F.40309@intracom.gr \
--to=panto@intracom.gr \
--cc=dan@embeddededge.com \
--cc=kumar.gala@motorola.com \
--cc=linuxppc-embedded@lists.linuxppc.org \
--cc=trini@kernel.crashing.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).