summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorsanpei <sanpei@FreeBSD.org>2003-04-18 15:42:25 +0000
committersanpei <sanpei@FreeBSD.org>2003-04-18 15:42:25 +0000
commit93158f52199caea2e1d81d292165cd51fd0e6032 (patch)
tree33806ed4e930be61558c9149304d46f84c5ec6b4 /sys/pci
parent7fd7ee13c5659981454ef1bc84b3eb04068b7409 (diff)
downloadFreeBSD-src-93158f52199caea2e1d81d292165cd51fd0e6032.zip
FreeBSD-src-93158f52199caea2e1d81d292165cd51fd0e6032.tar.gz
Add support for Planex FNW-3602-T(CardBus 100M/10M).
Submitted by: kazz <kazz@v001.vaio.ne.jp> Obtained from: [bsd-nomads:16637]
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_dc.c2
-rw-r--r--sys/pci/if_dcreg.h10
2 files changed, 12 insertions, 0 deletions
diff --git a/sys/pci/if_dc.c b/sys/pci/if_dc.c
index 5979bd3..1f872ec 100644
--- a/sys/pci/if_dc.c
+++ b/sys/pci/if_dc.c
@@ -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 }
};
diff --git a/sys/pci/if_dcreg.h b/sys/pci/if_dcreg.h
index 12bf54b..d4536c7 100644
--- a/sys/pci/if_dcreg.h
+++ b/sys/pci/if_dcreg.h
@@ -926,6 +926,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.
*/
OpenPOWER on IntegriCloud