pcmciadevs revision 1.56.2.2 1 1.56.2.2 enami $NetBSD: pcmciadevs,v 1.56.2.2 1999/11/06 00:58:33 enami Exp $
2 1.56.2.2 enami
3 1.56.2.2 enami /*-
4 1.56.2.2 enami * Copyright (c) 1998 The NetBSD Foundation, Inc.
5 1.56.2.2 enami * All rights reserved.
6 1.56.2.2 enami *
7 1.56.2.2 enami * This code is derived from software contributed to The NetBSD Foundation
8 1.56.2.2 enami * by Christos Zoulas.
9 1.56.2.2 enami *
10 1.56.2.2 enami * Redistribution and use in source and binary forms, with or without
11 1.56.2.2 enami * modification, are permitted provided that the following conditions
12 1.56.2.2 enami * are met:
13 1.56.2.2 enami * 1. Redistributions of source code must retain the above copyright
14 1.56.2.2 enami * notice, this list of conditions and the following disclaimer.
15 1.56.2.2 enami * 2. Redistributions in binary form must reproduce the above copyright
16 1.56.2.2 enami * notice, this list of conditions and the following disclaimer in the
17 1.56.2.2 enami * documentation and/or other materials provided with the distribution.
18 1.56.2.2 enami * 3. All advertising materials mentioning features or use of this software
19 1.56.2.2 enami * must display the following acknowledgement:
20 1.56.2.2 enami * This product includes software developed by the NetBSD
21 1.56.2.2 enami * Foundation, Inc. and its contributors.
22 1.56.2.2 enami * 4. Neither the name of The NetBSD Foundation nor the names of its
23 1.56.2.2 enami * contributors may be used to endorse or promote products derived
24 1.56.2.2 enami * from this software without specific prior written permission.
25 1.56.2.2 enami *
26 1.56.2.2 enami * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
27 1.56.2.2 enami * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
28 1.56.2.2 enami * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
29 1.56.2.2 enami * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
30 1.56.2.2 enami * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
31 1.56.2.2 enami * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
32 1.56.2.2 enami * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
33 1.56.2.2 enami * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
34 1.56.2.2 enami * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
35 1.56.2.2 enami * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36 1.56.2.2 enami * POSSIBILITY OF SUCH DAMAGE.
37 1.56.2.2 enami */
38 1.56.2.2 enami
39 1.56.2.2 enami /*
40 1.56.2.2 enami * List of known PCMCIA vendors
41 1.56.2.2 enami */
42 1.56.2.2 enami
43 1.56.2.2 enami vendor FUJITSU 0x0004 Fujitsu Corporation
44 1.56.2.2 enami vendor SANDISK 0x0045 Sandisk Corporation
45 1.56.2.2 enami vendor NEWMEDIA 0x0057 New Media Corporation
46 1.56.2.2 enami vendor IBM 0x00a4 IBM Corporation
47 1.56.2.2 enami vendor MOTOROLA 0x0109 Motorola Corporation
48 1.56.2.2 enami vendor 3COM 0x0101 3Com Corporation
49 1.56.2.2 enami vendor MEGAHERTZ 0x0102 Megahertz Corporation
50 1.56.2.2 enami vendor SOCKET 0x0104 Socket Communications
51 1.56.2.2 enami vendor TDK 0x0105 TDK Corporation
52 1.56.2.2 enami vendor SMC 0x0108 Standard Microsystems Corporation
53 1.56.2.2 enami vendor USROBOTICS 0x0115 US Robotics Corporation
54 1.56.2.2 enami vendor MEGAHERTZ2 0x0128 Megahertz Corporation
55 1.56.2.2 enami vendor ADAPTEC 0x012f Adaptec Corporation
56 1.56.2.2 enami vendor LINKSYS 0x0149 Linksys Corporation
57 1.56.2.2 enami vendor SIMPLETECH 0x014d Simple Technology
58 1.56.2.2 enami vendor LUCENT 0x0156 Lucent Technologies
59 1.56.2.2 enami vendor DAYNA 0x0194 Dayna Corporation
60 1.56.2.2 enami vendor BAY 0x01eb Bay Networks
61 1.56.2.2 enami vendor IODATA 0x01bf I-O DATA
62 1.56.2.2 enami vendor LASAT 0x3401 Lasat Communications A/S
63 1.56.2.2 enami vendor COMPEX 0x8a01 Compex Corporation
64 1.56.2.2 enami vendor CONTEC 0xc001 Contec
65 1.56.2.2 enami vendor COREGA 0xc00f Corega K.K.
66 1.56.2.2 enami vendor ALLIEDTELESIS 0xc00f Allied Telesis K.K.
67 1.56.2.2 enami vendor HAGIWARASYSCOM 0xc012 Hagiwara SYS-COM
68 1.56.2.2 enami
69 1.56.2.2 enami /*
70 1.56.2.2 enami * List of known products. Grouped by vendor.
71 1.56.2.2 enami */
72 1.56.2.2 enami /* Adaptec Products */
73 1.56.2.2 enami product ADAPTEC APA1460 0x0001 Adaptec APA-1460 SlimSCSI
74 1.56.2.2 enami product ADAPTEC APA1460A 0x0002 Adaptec APA-1460A SlimSCSI
75 1.56.2.2 enami
76 1.56.2.2 enami /* 3COM Products */
77 1.56.2.2 enami product 3COM 3C562 0x0562 3Com 3c562 33.6 Modem/10Mbps Ethernet
78 1.56.2.2 enami product 3COM 3C589 0x0589 3Com 3c589 10Mbps Ethernet
79 1.56.2.2 enami product 3COM 3C574 0x0574 3Com 3c574-TX 10/100Mbps Ethernet
80 1.56.2.2 enami product 3COM 3CXEM556 0x0035 3Com/Megahertz 3CXEM556 Ethernet/Modem
81 1.56.2.2 enami product 3COM 3CXEM556INT 0x003d 3Com/Megahertz 3CXEM556-INT Ethernet/Modem
82 1.56.2.2 enami product 3COM 3CCFEM556BI 0x0556 3Com/Megahertz 3CCFEM556BI Ethernet/Modem
83 1.56.2.2 enami
84 1.56.2.2 enami /* Compex Products */
85 1.56.2.2 enami product COMPEX LINKPORT_ENET_B 0x0100 Compex Linkport ENET-B Ethernet
86 1.56.2.2 enami
87 1.56.2.2 enami /* Lasat Products */
88 1.56.2.2 enami product LASAT CREDIT_288 0x2811 Lasat Credit 288 Modem
89 1.56.2.2 enami
90 1.56.2.2 enami /* Dayna Products */
91 1.56.2.2 enami product DAYNA COMMUNICARD_E_1 0x002d Dayna CommuniCard E
92 1.56.2.2 enami product DAYNA COMMUNICARD_E_2 0x002f Dayna CommuniCard E
93 1.56.2.2 enami
94 1.56.2.2 enami /* DIGITAL Products */
95 1.56.2.2 enami product DIGITAL MOBILE_MEDIA_CDROM 0x0d00 Digital Mobile Media CD-ROM
96 1.56.2.2 enami
97 1.56.2.2 enami /* Fujutsu Products */
98 1.56.2.2 enami product FUJITSU SCSI600 0x0401 Fujitsu SCSI 600 Interface
99 1.56.2.2 enami
100 1.56.2.2 enami /* Motorola Products */
101 1.56.2.2 enami product MOTOROLA POWER144 0x0105 Motorola Power 14.4 Modem
102 1.56.2.2 enami product MOTOROLA PM100C 0x0302 Motorola Personal Messenger 100C CDPD Modem
103 1.56.2.2 enami
104 1.56.2.2 enami /* Fujitsu Products */
105 1.56.2.2 enami product FUJITSU LA501 0x2000 Fujitsu Towa LA501 Ethernet
106 1.56.2.2 enami product FUJITSU LA10S 0x1003 Fujitsu Compact Flash Ethernet
107 1.56.2.2 enami
108 1.56.2.2 enami /* IBM Products */
109 1.56.2.2 enami product IBM INFOMOVER 0x0002 National Semiconductor InfoMover
110 1.56.2.2 enami product IBM HOME_AND_AWAY 0x002e IBM Home and Away Modem
111 1.56.2.2 enami product IBM WIRELESS_LAN_ENTRY 0x0032 Wireless LAN Entry
112 1.56.2.2 enami product IBM PORTABLE_CDROM_DRIVE 0x002d PCMCIA Portable CD-ROM Drive
113 1.56.2.2 enami product IBM ETHERJET_PCCARD 0x003f IBM EtherJet Ethernet PC Card
114 1.56.2.2 enami
115 1.56.2.2 enami /* I-O DATA */
116 1.56.2.2 enami product IODATA PCLATE 0x2216 I-O DATA PCLA/TE
117 1.56.2.2 enami
118 1.56.2.2 enami /* Linksys corporation */
119 1.56.2.2 enami product LINKSYS ECARD_1 0x0265 Linksys EthernetCard or D-Link DE-650
120 1.56.2.2 enami product LINKSYS COMBO_ECARD 0xc1ab Linksys Combo EthernetCard
121 1.56.2.2 enami product LINKSYS TRUST_COMBO_ECARD 0x021b Trust (Linksys) Combo EthernetCard
122 1.56.2.2 enami
123 1.56.2.2 enami /* Megahertz Products */
124 1.56.2.2 enami product MEGAHERTZ XJ4288 0x0023 Megahertz XJ4288 Modem
125 1.56.2.2 enami product MEGAHERTZ XJ5560 0x0034 Megahertz X-JACK 56kbps Modem
126 1.56.2.2 enami product MEGAHERTZ2 XJACK 0x0103 Megahertz X-JACK Ethernet
127 1.56.2.2 enami product MEGAHERTZ XJEM3336 0x0006 Megahertz X-JACK Ethernet Modem
128 1.56.2.2 enami
129 1.56.2.2 enami /* US Robotics Products */
130 1.56.2.2 enami product USROBOTICS WORLDPORT144 0x3330 US Robotics WorldPort 14.4 Modem
131 1.56.2.2 enami
132 1.56.2.2 enami /* Sandisk Products */
133 1.56.2.2 enami product SANDISK SDCFB 0x0401 Sandisk CompactFlash Card
134 1.56.2.2 enami
135 1.56.2.2 enami /* Simple Technology Products */
136 1.56.2.2 enami product SIMPLETECH COMMUNICATOR288 0x0100 Simple Technology 28.8 Communicator
137 1.56.2.2 enami /* Simpletech ID also used by Symbol */
138 1.56.2.2 enami product SIMPLETECH SPECTRUM24 0x801 Symbol Spectrum24 WLAN Adapter
139 1.56.2.2 enami
140 1.56.2.2 enami
141 1.56.2.2 enami /* Socket Communications Products */
142 1.56.2.2 enami product SOCKET PAGECARD 0x0003 Socket Communications PageCard
143 1.56.2.2 enami product SOCKET DUAL_RS232 0x0006 Socket Communications Dual RS232
144 1.56.2.2 enami product SOCEKT LP_ETHER_CF 0x0075 Socket Communications Low Power Ethernet CF
145 1.56.2.2 enami
146 1.56.2.2 enami /* TDK Products */
147 1.56.2.2 enami product TDK LAK_CD021BX 0x0200 TDK LAK-CD021BX Ethernet
148 1.56.2.2 enami product TDK DFL9610 0x0d0a TDK DFL9610 Ethernet & Digital Cellular
149 1.56.2.2 enami
150 1.56.2.2 enami /* TDK Vendor ID also used by Xircom! */
151 1.56.2.2 enami product TDK XIR_CE_10 0x0108 Xircom CreditCard Ethernet
152 1.56.2.2 enami product TDK XIR_CEM_10 0x110a Xircom CreditCard Ethernet + Modem
153 1.56.2.2 enami product TDK XIR_PS_CE2_10 0x010b Xircom CreditCard CE2 Ethernet
154 1.56.2.2 enami product TDK XIR_CNW 0x0802 Xircom CreditCard Netwave
155 1.56.2.2 enami
156 1.56.2.2 enami /* New Media Products */
157 1.56.2.2 enami product NEWMEDIA BASICS 0x0019 New Media BASICS Ethernet
158 1.56.2.2 enami product NEWMEDIA BUSTOASTER 0xc102 New Media BusToaster SCSI Host Adapter
159 1.56.2.2 enami
160 1.56.2.2 enami /* Standard Microsystems Corporation Products */
161 1.56.2.2 enami product SMC 8016 0x0105 SMC 8016 EtherCard
162 1.56.2.2 enami product SMC EZCARD 0x8022 SMC EXCard 10 PCMCIA
163 1.56.2.2 enami
164 1.56.2.2 enami /* Contec C-NET(PC) */
165 1.56.2.2 enami product CONTEC CNETPC 0x0000 Contec C-NET(PC)C
166 1.56.2.2 enami
167 1.56.2.2 enami /* Allied Telesis K.K. */
168 1.56.2.2 enami product ALLIEDTELESIS LA_PCM 0x0002 Allied Telesis LA-PCM
169 1.56.2.2 enami
170 1.56.2.2 enami /* Lucent WaveLAN/IEEE */
171 1.56.2.2 enami product LUCENT WAVELAN_IEEE 0x0002 WaveLAN/IEEE
172 1.56.2.2 enami
173 1.56.2.2 enami product BAY STACK_650 0x804 BayStack 650 Wireless LAN
174 1.56.2.2 enami
175 1.56.2.2 enami /* Cards we know only by their cis */
176 1.56.2.2 enami vendor PREMAX -1 Premax
177 1.56.2.2 enami vendor PLANET -1 Planet
178 1.56.2.2 enami vendor PLANEX -1 Planex Communications Inc
179 1.56.2.2 enami vendor DLINK -1 D-Link
180 1.56.2.2 enami vendor RPTI -1 RPTI
181 1.56.2.2 enami vendor ACCTON -1 ACCTON
182 1.56.2.2 enami vendor YEDATA -1 Y-E DATA
183 1.56.2.2 enami vendor DIGITAL -1 Digital Equipment Corporation
184 1.56.2.2 enami vendor TEAC -1 TEAC
185 1.56.2.2 enami vendor SVEC -1 SVEC/Hawking Technology
186 1.56.2.2 enami vendor AMBICOM -1 AmbiCom Inc
187 1.56.2.2 enami
188 1.56.2.2 enami product MEGAHERTZ XJ2288 { "MEGAHERTZ", "MODEM&spXJ2288", NULL, NULL } Megahertz XJ2288 Modem
189 1.56.2.2 enami product PREMAX PE200 { "PMX&sp&sp&sp", "PE-200", NULL, NULL } PreMax PE-200
190 1.56.2.2 enami product PLANET SMARTCOM2000 { "PCMCIA", "UE2212", NULL, NULL } Planet SmartCOM 2000
191 1.56.2.2 enami /*
192 1.56.2.2 enami * vendor ID of FNW-3600-T is LINKSYS(0x0149) and product ID is 0xc1ab, but
193 1.56.2.2 enami * it conflicts with LINKSYS Combo EhternetCard.
194 1.56.2.2 enami */
195 1.56.2.2 enami product PLANEX FNW3600T { "Fast&spEthernet", "Adapter", "1.0", NULL } Planex FNW-3600-T
196 1.56.2.2 enami product DLINK DE650 { "D-Link", "DE-650", NULL, NULL } D-Link DE-650
197 1.56.2.2 enami product DLINK DE660 { "D-Link", "DE-660", NULL, NULL } D-Link DE-660
198 1.56.2.2 enami product RPTI EP401 { "RPTI", "EP401&spEthernet&spNE2000&spCompatible", NULL, NULL } RPTI EP401
199 1.56.2.2 enami product ACCTON EN2212 { "ACCTON", "EN2212", NULL, NULL } Accton EN2212
200 1.56.2.2 enami product YEDATA EXTERNAL_FDD { "Y-E&spDATA", "External&spFDD", NULL, NULL } Y-E DATA External FDD
201 1.56.2.2 enami product DIGITAL DEPCMXX { "DIGITAL", "DEPCM-XX", NULL, NULL } DEC DEPCM-BA
202 1.56.2.2 enami product TEAC IDECARDII { NULL, "NinjaATA-", NULL, NULL } TEAC IDE Card/II
203 1.56.2.2 enami product LINKSYS ECARD_2 { "LINKSYS", "E-CARD", NULL, NULL } Linksys E-Card
204 1.56.2.2 enami product COREGA ETHER_PCC_T { "corega&spK.K.", "corega&spEther&spPCC-T", NULL, NULL } Corega
205 1.56.2.2 enami product COREGA ETHER_II_PCC_T { "corega&spK.K.", "corega&spEtherII&spPCC-T", NULL, NULL } Corega
206 1.56.2.2 enami product COREGA FAST_ETHER_PCC_TX { "corega&spK.K.", "corega&spFastEther&spPCC-TX", NULL, NULL } Corega
207 1.56.2.2 enami product SVEC COMBOCARD { "Ethernet", "Adapter", NULL, NULL } SVEC/Hawking Tech. Combo Card
208 1.56.2.2 enami product SVEC LANCARD { "SVEC", "FD605&spPCMCIA&spEtherNet&spCard", "V1-1", NULL } SVEC PCMCIA Lan Card
209 1.56.2.2 enami product AMBICOM AMB8002T { "AmbiCom&spInc", "AMB8002T", NULL, NULL } AmbiCom AMB8002T
210 1.56.2.2 enami product IODATA PCLAT { "I-O&spDATA", "PCLA", "ETHERNET", NULL } IO-DATA PCLA/T
211