From: Jesse Allen <the3dfxdude@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] axnet_cs: support amb8110
Date: Mon, 20 Feb 2006 20:23:33 -0700 [thread overview]
Message-ID: <20060221032333.GA15768@tesore.frys.com> (raw)
From: Jesse Allen <the3dfxdude@gmail.com>
The axnet_cs driver can support the AMB8110 PC Card, so add the id for it.
Signed-off-by: Jesse Allen <the3dfxdude@gmail.com>
---
In the old pcmcia-cs config file, this card is listed with the comment
"not specific enough". The last entry in the axnet_ids has the same
comment. They are disabled, and for good reason as it was originally
identified by the MANFID, and that is shared with several cards that use
both the pcnet_cs driver and axnet_cs driver. I tried my AMB8110 with
pcnet_cs, and found that it works fine, and I cannot find a reason for
either, except that the old config file recommended axnet_cs.
--- linux/drivers/net/pcmcia/axnet_cs.c 2006-01-21 11:10:23.000000000 -0700
+++ linux2/drivers/net/pcmcia/axnet_cs.c 2006-02-20 17:19:14.000000000 -0700
@@ -806,6 +806,7 @@ static struct pcmcia_device_id axnet_ids
PCMCIA_DEVICE_MANF_CARD(0x026f, 0x0309),
PCMCIA_DEVICE_MANF_CARD(0x0274, 0x1106),
PCMCIA_DEVICE_MANF_CARD(0x8a01, 0xc1ab),
+ PCMCIA_DEVICE_PROD_ID12("AmbiCom,Inc.", "Fast Ethernet PC Card(AMB8110)", 0x49b020a7, 0x119cc9fc),
PCMCIA_DEVICE_PROD_ID124("Fast Ethernet", "16-bit PC Card", "AX88190", 0xb4be14e3, 0x9a12eb6a, 0xab9be5ef),
PCMCIA_DEVICE_PROD_ID12("ASIX", "AX88190", 0x0959823b, 0xab9be5ef),
PCMCIA_DEVICE_PROD_ID12("Billionton", "LNA-100B", 0x552ab682, 0xbc3b87e1),
reply other threads:[~2006-02-21 3:12 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=20060221032333.GA15768@tesore.frys.com \
--to=the3dfxdude@gmail.com \
--cc=linux-kernel@vger.kernel.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