Add support for Planex FNW-3602-T(CardBus 100M/10M).

Submitted by:	kazz <kazz@v001.vaio.ne.jp>
Obtained from:	[bsd-nomads:16637]
This commit is contained in:
sanpei 2003-04-18 15:42:25 +00:00
parent 7fd7ee13c5
commit 93158f5219
4 changed files with 24 additions and 0 deletions

View File

@ -194,6 +194,8 @@ static struct dc_type dc_devs[] = {
"Conexant LANfinity MiniPCI 10/100BaseTX" },
{ DC_VENDORID_HAWKING, DC_DEVICEID_HAWKING_PN672TX,
"Hawking CB102 CardBus 10/100" },
{ DC_VENDORID_PLANEX, DC_DEVICEID_FNW3602T,
"PlaneX FNW-3602-T CardBus 10/100" },
{ 0, 0, NULL }
};

View File

@ -925,6 +925,16 @@ struct dc_softc {
*/
#define DC_DEVICEID_RS7112 0x1803
/*
* Planex vendor ID
*/
#define DC_VENDORID_PLANEX 0x14ea
/*
* Planex device IDs.
*/
#define DC_DEVICEID_FNW3602T 0xab08
/*
* Not sure who this vendor should be, so we'll go with HAWKING until
* I can locate the right one.

View File

@ -194,6 +194,8 @@ static struct dc_type dc_devs[] = {
"Conexant LANfinity MiniPCI 10/100BaseTX" },
{ DC_VENDORID_HAWKING, DC_DEVICEID_HAWKING_PN672TX,
"Hawking CB102 CardBus 10/100" },
{ DC_VENDORID_PLANEX, DC_DEVICEID_FNW3602T,
"PlaneX FNW-3602-T CardBus 10/100" },
{ 0, 0, NULL }
};

View File

@ -925,6 +925,16 @@ struct dc_softc {
*/
#define DC_DEVICEID_RS7112 0x1803
/*
* Planex vendor ID
*/
#define DC_VENDORID_PLANEX 0x14ea
/*
* Planex device IDs.
*/
#define DC_DEVICEID_FNW3602T 0xab08
/*
* Not sure who this vendor should be, so we'll go with HAWKING until
* I can locate the right one.