pcmciadevs revision 1.8 1 1.8 thorpej $NetBSD: pcmciadevs,v 1.8 1998/08/15 18:58:05 thorpej Exp $
2 1.1 christos
3 1.1 christos /*
4 1.1 christos * Copyright (c) 1998, Christos Zoulas
5 1.1 christos * All rights reserved.
6 1.1 christos *
7 1.1 christos * Redistribution and use in source and binary forms, with or without
8 1.1 christos * modification, are permitted provided that the following conditions
9 1.1 christos * are met:
10 1.1 christos * 1. Redistributions of source code must retain the above copyright
11 1.1 christos * notice, this list of conditions and the following disclaimer.
12 1.1 christos * 2. Redistributions in binary form must reproduce the above copyright
13 1.1 christos * notice, this list of conditions and the following disclaimer in the
14 1.1 christos * documentation and/or other materials provided with the distribution.
15 1.1 christos * 3. All advertising materials mentioning features or use of this software
16 1.1 christos * must display the following acknowledgement:
17 1.1 christos * This product includes software developed by Christos Zoulas
18 1.1 christos * for the NetBSD Project.
19 1.1 christos * 4. The name of the author may not be used to endorse or promote products
20 1.1 christos * derived from this software without specific prior written permission
21 1.1 christos *
22 1.1 christos * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
23 1.1 christos * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
24 1.1 christos * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
25 1.1 christos * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
26 1.1 christos * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
27 1.1 christos * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28 1.1 christos * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 1.1 christos * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30 1.1 christos * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
31 1.1 christos * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 1.1 christos */
33 1.1 christos
34 1.1 christos /*
35 1.1 christos * List of known PCMCIA vendors
36 1.1 christos */
37 1.1 christos
38 1.1 christos vendor IBM 0x00a4 IBM Corporation
39 1.1 christos vendor MOTOROLA 0x0109 Motorola Corporation
40 1.1 christos vendor 3COM 0x0101 3Com Corporation
41 1.1 christos vendor MEGAHERTZ 0x0102 Megahertz Corporation
42 1.1 christos vendor SOCKET 0x0104 Socket Communications
43 1.1 christos vendor TDK 0x0105 TDK Corporation
44 1.1 christos vendor USROBOTICS 0x0115 US Robotics Corporation
45 1.1 christos vendor MEGAHERTZ2 0x0128 Megahertz Corporation
46 1.1 christos vendor ADAPTEC 0x012f Adaptec Corporation
47 1.1 christos vendor LINKSYS 0x0149 Linksys Corporation
48 1.4 thorpej vendor SIMPLETECH 0x014d Simple Technology
49 1.1 christos vendor DAYNA 0x0194 Dayna Corporation
50 1.1 christos vendor IODATA 0x01bf I-O DATA
51 1.5 thorpej vendor NEWMEDIA 0x0057 NewMedia Corporation
52 1.7 thorpej vendor SOCKET 0x0104 Socket Communications
53 1.1 christos
54 1.1 christos /*
55 1.1 christos * List of known products. Grouped by vendor.
56 1.1 christos */
57 1.1 christos /* Adaptec Products */
58 1.1 christos product ADAPTEC APA1460_1 0x0001 Adaptec APA-1460/A SCSI Host Adapter
59 1.1 christos product ADAPTEC APA1460_2 0x0002 Adaptec APA-1460/B SCSI Host Adapter
60 1.1 christos
61 1.1 christos /* 3COM Products */
62 1.1 christos product 3COM 3C562 0x0562 3Com 3c562 33.6 Modem/10Mbps Ethernet
63 1.1 christos product 3COM 3C589 0x0589 3Com 3c589 10Mbps Ethernet
64 1.1 christos
65 1.1 christos /* Dayna Products */
66 1.1 christos product DAYNA COMMUNICARD_E 0x002d Dayna CommuniCard E
67 1.1 christos
68 1.1 christos /* Motorola Products */
69 1.1 christos product MOTOROLA POWER144 0x0105 Motorola Power 14.4 Modem
70 1.1 christos product MOTOROLA PM100C 0x0302 Motorola Personal Messenger 100C CDPD Modem
71 1.1 christos
72 1.1 christos /* IBM Products */
73 1.1 christos product IBM INFOMOVER 0x0002 National Semiconductor InfoMover
74 1.1 christos product IBM HOME_AND_AWAY 0x002e IBM Home and Away Modem
75 1.1 christos
76 1.1 christos /* I-O DATA */
77 1.1 christos product IODATA PCLAT 0x2216 I-O DATA PCLA/T
78 1.1 christos
79 1.1 christos /* Linksys corporation */
80 1.1 christos product LINKSYS ECARD 0x0265 Linksys EthernetCard
81 1.1 christos product LINKSYS COMBO_ECARD 0xc1ab Linksys Combo EthernetCard
82 1.8 thorpej product LINKSYS TRUST_COMBO_ECARD 0x021b Trust (Linksys) Combo EthernetCard
83 1.1 christos
84 1.1 christos /* Megahertz Products */
85 1.1 christos product MEGAHERTZ XJ4288 0x0023 Megahertz XJ4288 Modem
86 1.1 christos product MEGAHERTZ2 XJACK 0x0103 Megahertz X-JACK Ethernet
87 1.1 christos
88 1.1 christos /* US Robotics Products */
89 1.1 christos product USROBOTICS WORLDPORT144 0x3330 US Robotics WorldPort 14.4 Modem
90 1.4 thorpej
91 1.4 thorpej /* Simple Technology Products */
92 1.4 thorpej product SIMPLETECH COMMUNICATOR288 0x0100 Simple Technology 28.8 Communicator
93 1.1 christos
94 1.1 christos /* Socket Communications Products */
95 1.1 christos product SOCKET PAGECARD 0x0003 Socket Communications PageCard
96 1.1 christos
97 1.1 christos /* TDK Products */
98 1.1 christos product TDK LAK_CD021BX 0x0200 TDK LAK-CD021BX Ethernet
99 1.1 christos product TDK DFL9610 0x0d0a TDK DFL9610 Ethernet & Digital Cellular
100 1.5 thorpej
101 1.5 thorpej /* NewMedia Products */
102 1.5 thorpej product NEWMEDIA BASICS 0x0019 NewMedia BASICS Ethernet
103 1.7 thorpej
104 1.7 thorpej /* Socket Communications Products */
105 1.7 thorpej product SOCKET DUAL_RS232 0x0012 Socket Communications Dual RS232
106 1.1 christos
107 1.1 christos /* Cards we know only by their cis */
108 1.3 christos vendor PREMAX -1 Premax
109 1.3 christos vendor PLANET -1 Planet
110 1.3 christos vendor DLINK -1 D-Link
111 1.3 christos vendor RPTI -1 RPTI
112 1.3 christos vendor ACCTON -1 ACCTON
113 1.3 christos vendor YEDATA -1 Y-E DATA
114 1.3 christos vendor DIGITAL -1 Digital Equipment Corporation
115 1.3 christos
116 1.1 christos product MEGAHERTZ XJ2288 { "MEGAHERTZ", "MODEM&spXJ2288", NULL, NULL } Megahertz XJ2288 Modem
117 1.1 christos product PREMAX PE200 { "PMX&sp&sp&sp", "PE-200", NULL, NULL } PreMax PE-200
118 1.1 christos product PLANET SMARTCOM2000 { "PCMCIA", "UE2212", NULL, NULL } Planet SmartCOM 2000
119 1.1 christos product DLINK DE650 { "D-Link", "DE-650", NULL, NULL } D-Link DE-650
120 1.6 thorpej product DLINK DE660 { "D-Link", "DE-660", NULL, NULL } D-Link DE-660
121 1.1 christos product RPTI EP401 { "RPTI", "EP401&spEthernet&spNE2000&spCompatible", NULL, NULL } RPTI EP401
122 1.1 christos product ACCTON EN2212 { "ACCTON", "EN2212", NULL, NULL } Accton EN2212
123 1.1 christos product YEDATA EXTERNAL_FDD { "Y-E&spDATA", "External&spFDD", NULL, NULL } Y-E DATA External FDD
124 1.1 christos product DIGITAL DEPCMXX { "DIGITAL", "DEPCM-XX", NULL, NULL } DEC DEPCM-BA
125