summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_dc.c
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_dc.c
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_dc.c')
-rw-r--r--sys/pci/if_dc.c2
1 files changed, 2 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 }
};
OpenPOWER on IntegriCloud