[PATCH] pcmcia: add id for AMB8110 PC Card
authorJesse Allen <the3dfxdude@gmail.com>
Tue, 21 Feb 2006 06:08:18 +0000 (22:08 -0800)
committerDominik Brodowski <linux@dominikbrodowski.net>
Wed, 1 Mar 2006 10:15:45 +0000 (11:15 +0100)
commit2fe22a8bba0c3a60db58dfdcaa200f8528c057e4
tree64bdaea6c3225f61d006d9aa54776d0acbd0626c
parent40e3cad61197fce63853e778db020f7637d988f2
[PATCH] pcmcia: add id for AMB8110 PC Card

The axnet_cs driver can support the AMB8110 PC Card, so add the id for it.

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.

Signed-off-by: Jesse Allen <the3dfxdude@gmail.com>
Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
drivers/net/pcmcia/axnet_cs.c