Add support for ELECOM/Laneed CardBus FastEtherner Card(LD-CBL/TXA)

Submitted by:	Masahiro Yamagishi <night@pluto.dti.ne.jp>
Approved by:	re (scottl)
This commit is contained in:
MIHIRA Sanpei Yoshiro 2003-12-06 02:29:31 +00:00
parent 283a495015
commit 773c505f3c
5 changed files with 8 additions and 0 deletions

View File

@ -133,6 +133,8 @@ D-Link DFE-570TX (21143, MII, quad port)
.It
Digital DE500-BA 10/100 (21143, non-MII)
.It
ELECOM Laneed LD-CBL/TXA (ADMtek AN985)
.It
Hawking CB102 CardBus
.It
IBM EtherJet Cardbus Adapter

View File

@ -196,6 +196,8 @@ static struct dc_type dc_devs[] = {
"Xircom X3201 10/100BaseTX" },
{ DC_VENDORID_ABOCOM, DC_DEVICEID_FE2500,
"Abocom FE2500 10/100BaseTX" },
{ DC_VENDORID_ABOCOM, DC_DEVICEID_FE2500MX,
"Abocom FE2500MX 10/100BaseTX" },
{ DC_VENDORID_CONEXANT, DC_DEVICEID_RS7112,
"Conexant LANfinity MiniPCI 10/100BaseTX" },
{ DC_VENDORID_HAWKING, DC_DEVICEID_HAWKING_PN672TX,

View File

@ -953,6 +953,7 @@ struct dc_softc {
* Abocom device IDs.
*/
#define DC_DEVICEID_FE2500 0xAB02
#define DC_DEVICEID_FE2500MX 0xab08
/*
* Conexant vendor ID.

View File

@ -196,6 +196,8 @@ static struct dc_type dc_devs[] = {
"Xircom X3201 10/100BaseTX" },
{ DC_VENDORID_ABOCOM, DC_DEVICEID_FE2500,
"Abocom FE2500 10/100BaseTX" },
{ DC_VENDORID_ABOCOM, DC_DEVICEID_FE2500MX,
"Abocom FE2500MX 10/100BaseTX" },
{ DC_VENDORID_CONEXANT, DC_DEVICEID_RS7112,
"Conexant LANfinity MiniPCI 10/100BaseTX" },
{ DC_VENDORID_HAWKING, DC_DEVICEID_HAWKING_PN672TX,

View File

@ -953,6 +953,7 @@ struct dc_softc {
* Abocom device IDs.
*/
#define DC_DEVICEID_FE2500 0xAB02
#define DC_DEVICEID_FE2500MX 0xab08
/*
* Conexant vendor ID.