diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-07-06 09:22:32 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-07-06 09:22:32 +0000 |
commit | fa1e67aa043587af24b9681b821332f402cac579 (patch) | |
tree | 604f150821323790b23daba4f1dbf50467f5cdaf | |
parent | 950f2de1f6dd2292280655572c8d9347f34aaaf9 (diff) |
add Planex and Corega Ethernet
-rw-r--r-- | sys/dev/cardbus/cardbusdevs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/cardbus/cardbusdevs b/sys/dev/cardbus/cardbusdevs index 5fc311a01bb..c1aa5219020 100644 --- a/sys/dev/cardbus/cardbusdevs +++ b/sys/dev/cardbus/cardbusdevs @@ -1,4 +1,4 @@ -$OpenBSD: cardbusdevs,v 1.15 2004/04/07 15:47:52 mickey Exp $ +$OpenBSD: cardbusdevs,v 1.16 2004/07/06 09:22:31 brad Exp $ /* $NetBSD: cardbusdevs,v 1.7 1999/12/11 22:22:34 explorer Exp $ */ /* @@ -51,6 +51,7 @@ vendor XIRCOM 0x115d Xircom vendor COREGA 0x1259 Corega vendor ADMTEK 0x1317 ADMtek vendor ABOCOM 0x13d1 Abocom +vendor PLANEX 0x14ea Planex vendor NETGEAR 0x168c Netgear vendor INTEL 0x8086 Intel vendor ADP 0x9004 Adaptec @@ -76,6 +77,10 @@ product ABOCOM FE2500 0xab02 FE2500 product ABOCOM PCM200 0xab03 PCM200 product ABOCOM TE100 0xab06 TE100 +/* Planex products */ +product PLANEX FNW_3603_TX 0xab06 FNW-3603-TX 10/100 Ethernet +product PLANEX FNW_3800_TX 0xab07 FNW-3800-TX 10/100 Ethernet + /* Accton products */ product ACCTON MPX5030 0x1211 MPX503x product ACCTON EN2242 0x1216 EN2242 @@ -88,6 +93,7 @@ product ADP 1480 0x6075 APA-1480 /* Corega products */ product COREGA CB_TXD 0xa117 FEther CB-TXD 10/100 Ethernet +product COREGA 2CB_TXD 0xa11e FEther II CB-TXD 10/100 Ethernet /* DEC products */ product DEC 21142 0x0019 21142/3 |