aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorRemko Lodder <remko@FreeBSD.org>2007-11-26 18:25:07 +0000
committerRemko Lodder <remko@FreeBSD.org>2007-11-26 18:25:07 +0000
commit0d985fab86555b6f31ed51f25f7c79e5868a9b51 (patch)
treea2ae7ed39ed6e5aa4321f99aa41fae146660a964 /sys
parent64d0afa7f80b289acb7c38868530635f178ac82d (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/pci/if_rl.c2
-rw-r--r--sys/pci/if_rlreg.h5
2 files changed, 7 insertions, 0 deletions
diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c
index 8c4ee650196da..0007e7151a221 100644
--- a/sys/pci/if_rl.c
+++ b/sys/pci/if_rl.c
@@ -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,
diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h
index 6d3acc3380963..3ab38be77d41d 100644
--- a/sys/pci/if_rlreg.h
+++ b/sys/pci/if_rlreg.h
@@ -917,6 +917,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
*/
#define PLANEX_DEVICEID_FNW3800TX 0xab07