diff options
author | 2004-07-06 09:22:31 +0000 | |
---|---|---|
committer | 2004-07-06 09:22:31 +0000 | |
commit | 875dc8d82f851957febd6ab024d6ada94b619c84 (patch) | |
tree | 91255a45f9893ef258344280936d1695d5d038b7 | |
parent | delint: offset arg to mmap is off_t and remove dead code (diff) | |
download | wireguard-openbsd-875dc8d82f851957febd6ab024d6ada94b619c84.tar.xz wireguard-openbsd-875dc8d82f851957febd6ab024d6ada94b619c84.zip |
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 |