From: ddkilzer@kilzer.net (David D. Kilzer)
To: Benjamin Herrenschmidt <benh@kernel.crashing.org>,
Jeff Garzik <jgarzik@pobox.com>,
Geert Uytterhoeven <geert@linux-m68k.org>,
Michael Schmitz <schmitz@zirkon.biophys.uni-duesseldorf.de>,
linuxppc-dev list <linuxppc-dev@lists.linuxppc.org>
Cc: "David D. Kilzer" <ddkilzer@kilzer.net>
Subject: Re: [PATCH] Fix byte-swapped ethernet addr for Asante Fast 10/100 PCI Adapter
Date: Thu, 5 Feb 2004 08:46:35 -0600 [thread overview]
Message-ID: <20040205144635.GA5984@permusion.kilzer.net> (raw)
In-Reply-To: <20040202054938.GA1814@permusion.kilzer.net>
On Sun, Feb 01, 2004 at 11:49:38PM -0600, David D. Kilzer wrote:
> Finally, it may be possible to replace the new
> needs_mac_addr_byte_swapped() function with a check of the PCI vendor
> and device IDs, assuming all tulip ethernet cards using the LC82C168
> chipset have this same problem (and the same PCI IDs):
>
> if (pdev->vendor == PCI_VENDOR_ID_LITEON
> && pdev->device == PCI_DEVICE_ID_LITEON_LNE100TX)
> for (i = 0; i < 6; i+=2) {
> ...
> }
FWIW, I've ordered both a Kingston KNE100TX and a Netgear FA310TX card
to do some testing on. I should have results in a week or so, depending
on how fast they're shipped from the eBay sellers.
Netgear 10/100 Network Card - NO SHIPPING!
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&category=58299&item=3075759665
Kingston KNE100TX 10/100 Ethernet Card
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&category=20319&item=3074775351
Dave
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
prev parent reply other threads:[~2004-02-05 14:46 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-07 6:21 [PATCH] Fix byte-swapped ethernet addr for Asante Fast 10/100 PCI Adapter David D. Kilzer
2003-12-22 14:27 ` Michael Schmitz
2003-12-23 0:05 ` Benjamin Herrenschmidt
2003-12-23 13:15 ` David D. Kilzer
2003-12-23 13:26 ` Benjamin Herrenschmidt
2003-12-23 13:30 ` Michael Schmitz
2003-12-23 14:01 ` Geert Uytterhoeven
2003-12-23 14:32 ` Michael Schmitz
2003-12-23 15:06 ` David D. Kilzer
2004-01-25 1:48 ` Jeff Garzik
2004-01-25 1:48 ` Benjamin Herrenschmidt
2004-02-02 5:49 ` David D. Kilzer
2004-02-05 14:46 ` David D. Kilzer [this message]
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=20040205144635.GA5984@permusion.kilzer.net \
--to=ddkilzer@kilzer.net \
--cc=benh@kernel.crashing.org \
--cc=geert@linux-m68k.org \
--cc=jgarzik@pobox.com \
--cc=linuxppc-dev@lists.linuxppc.org \
--cc=schmitz@zirkon.biophys.uni-duesseldorf.de \
/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).