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:
parent
283a495015
commit
773c505f3c
@ -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
|
||||
|
@ -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,
|
||||
|
@ -953,6 +953,7 @@ struct dc_softc {
|
||||
* Abocom device IDs.
|
||||
*/
|
||||
#define DC_DEVICEID_FE2500 0xAB02
|
||||
#define DC_DEVICEID_FE2500MX 0xab08
|
||||
|
||||
/*
|
||||
* Conexant vendor ID.
|
||||
|
@ -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,
|
||||
|
@ -953,6 +953,7 @@ struct dc_softc {
|
||||
* Abocom device IDs.
|
||||
*/
|
||||
#define DC_DEVICEID_FE2500 0xAB02
|
||||
#define DC_DEVICEID_FE2500MX 0xab08
|
||||
|
||||
/*
|
||||
* Conexant vendor ID.
|
||||
|
Loading…
x
Reference in New Issue
Block a user