summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_dcreg.h
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/if_dcreg.h
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/if_dcreg.h')
-rw-r--r--sys/pci/if_dcreg.h10
1 files changed, 10 insertions, 0 deletions
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