Add the FNW3603TX Planex NIC.

PR:		76081
Approved by:	imp (mentor)
Submitted by:	umi at pocke dot org
MFC After:	3 days
This commit is contained in:
Remko Lodder 2007-11-26 18:25:07 +00:00
parent 64d0afa7f8
commit 0d985fab86
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173948
2 changed files with 7 additions and 0 deletions

View File

@ -166,6 +166,8 @@ static struct rl_type rl_devs[] = {
"Corega FEtherII CB-TXD" },
{ PEPPERCON_VENDORID, PEPPERCON_DEVICEID_ROLF, RL_8139,
"Peppercon AG ROL-F" },
{ PLANEX_VENDORID, PLANEX_DEVICEID_FNW3603TX, RL_8139,
"Planex FNW-3603-TX" },
{ PLANEX_VENDORID, PLANEX_DEVICEID_FNW3800TX, RL_8139,
"Planex FNW-3800-TX" },
{ CP_VENDORID, RT_DEVICEID_8139, RL_8139,

View File

@ -916,6 +916,11 @@ struct rl_softc {
*/
#define PLANEX_VENDORID 0x14ea
/*
* Planex FNW-3603-TX device ID
*/
#define PLANEX_DEVICEID_FNW3603TX 0xab06
/*
* Planex FNW-3800-TX device ID
*/