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