Home | History | Annotate | Line # | Download | only in pcmcia
pcmciadevs.h revision 1.36.2.1.4.1
      1           1.1  christos /*	$NetBSD: pcmciadevs.h,v 1.36.2.1.4.1 1999/11/30 13:34:24 itojun Exp $	*/
      2           1.1  christos 
      3           1.1  christos /*
      4           1.1  christos  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
      5           1.1  christos  *
      6           1.1  christos  * generated from:
      7      1.36.2.1     perry  *	NetBSD: pcmciadevs,v 1.33.2.1 1999/04/27 13:53:47 perry Exp
      8           1.1  christos  */
      9           1.1  christos 
     10          1.15  christos /*-
     11          1.15  christos  * Copyright (c) 1998 The NetBSD Foundation, Inc.
     12           1.1  christos  * All rights reserved.
     13           1.1  christos  *
     14          1.15  christos  * This code is derived from software contributed to The NetBSD Foundation
     15          1.15  christos  * by Christos Zoulas.
     16          1.15  christos  *
     17           1.1  christos  * Redistribution and use in source and binary forms, with or without
     18           1.1  christos  * modification, are permitted provided that the following conditions
     19           1.1  christos  * are met:
     20           1.1  christos  * 1. Redistributions of source code must retain the above copyright
     21           1.1  christos  *    notice, this list of conditions and the following disclaimer.
     22           1.1  christos  * 2. Redistributions in binary form must reproduce the above copyright
     23           1.1  christos  *    notice, this list of conditions and the following disclaimer in the
     24           1.1  christos  *    documentation and/or other materials provided with the distribution.
     25           1.1  christos  * 3. All advertising materials mentioning features or use of this software
     26           1.1  christos  *    must display the following acknowledgement:
     27          1.15  christos  *        This product includes software developed by the NetBSD
     28          1.15  christos  *        Foundation, Inc. and its contributors.
     29          1.15  christos  * 4. Neither the name of The NetBSD Foundation nor the names of its
     30          1.15  christos  *    contributors may be used to endorse or promote products derived
     31          1.15  christos  *    from this software without specific prior written permission.
     32           1.1  christos  *
     33          1.15  christos  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
     34          1.15  christos  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
     35          1.15  christos  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
     36          1.15  christos  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
     37          1.15  christos  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     38          1.15  christos  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     39          1.15  christos  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     40          1.15  christos  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     41          1.15  christos  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     42          1.15  christos  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
     43          1.15  christos  * POSSIBILITY OF SUCH DAMAGE.
     44           1.1  christos  */
     45           1.1  christos 
     46           1.1  christos /*
     47           1.1  christos  * List of known PCMCIA vendors
     48           1.1  christos  */
     49           1.1  christos 
     50          1.34   nathanw #define	PCMCIA_VENDOR_FUJITSU	0x0004	/* Fujitsu Corporation */
     51          1.16      kenh #define	PCMCIA_VENDOR_SANDISK	0x0045	/* Sandisk Corporation */
     52          1.12   thorpej #define	PCMCIA_VENDOR_NEWMEDIA	0x0057	/* NewMedia Corporation */
     53           1.4  christos #define	PCMCIA_VENDOR_IBM	0x00a4	/* IBM Corporation */
     54           1.4  christos #define	PCMCIA_VENDOR_MOTOROLA	0x0109	/* Motorola Corporation */
     55           1.4  christos #define	PCMCIA_VENDOR_3COM	0x0101	/* 3Com Corporation */
     56           1.4  christos #define	PCMCIA_VENDOR_MEGAHERTZ	0x0102	/* Megahertz Corporation */
     57           1.4  christos #define	PCMCIA_VENDOR_SOCKET	0x0104	/* Socket Communications */
     58           1.4  christos #define	PCMCIA_VENDOR_TDK	0x0105	/* TDK Corporation */
     59          1.12   thorpej #define	PCMCIA_VENDOR_SMC	0x0108	/* Standard Microsystems Corporation */
     60           1.4  christos #define	PCMCIA_VENDOR_USROBOTICS	0x0115	/* US Robotics Corporation */
     61           1.4  christos #define	PCMCIA_VENDOR_MEGAHERTZ2	0x0128	/* Megahertz Corporation */
     62           1.4  christos #define	PCMCIA_VENDOR_ADAPTEC	0x012f	/* Adaptec Corporation */
     63           1.4  christos #define	PCMCIA_VENDOR_LINKSYS	0x0149	/* Linksys Corporation */
     64           1.5   thorpej #define	PCMCIA_VENDOR_SIMPLETECH	0x014d	/* Simple Technology */
     65  1.36.2.1.4.1    itojun #define	PCMCIA_VENDOR_LUCENT	0x0156	/* Lucent Technologies */
     66           1.4  christos #define	PCMCIA_VENDOR_DAYNA	0x0194	/* Dayna Corporation */
     67  1.36.2.1.4.1    itojun #define	PCMCIA_VENDOR_BAY	0x01eb	/* Bay Networks */
     68           1.4  christos #define	PCMCIA_VENDOR_IODATA	0x01bf	/* I-O DATA */
     69          1.27   thorpej #define	PCMCIA_VENDOR_COMPEX	0x8a01	/* Compex Corporation */
     70          1.24   thorpej #define	PCMCIA_VENDOR_COREGA	0xc00f	/* Corega K.K. */
     71          1.16      kenh #define	PCMCIA_VENDOR_HAGIWARASYSCOM	0xc012	/* Hagiwara SYS-COM */
     72           1.1  christos 
     73           1.1  christos /*
     74           1.1  christos  * List of known products.  Grouped by vendor.
     75           1.1  christos  */
     76           1.1  christos /* Adaptec Products */
     77           1.1  christos #define	PCMCIA_CIS_ADAPTEC_APA1460_1	{ NULL, NULL, NULL, NULL }
     78           1.1  christos #define	PCMCIA_PRODUCT_ADAPTEC_APA1460_1	0x0001
     79           1.2  christos #define	PCMCIA_STR_ADAPTEC_APA1460_1	"Adaptec APA-1460/A SCSI Host Adapter"
     80           1.1  christos #define	PCMCIA_CIS_ADAPTEC_APA1460_2	{ NULL, NULL, NULL, NULL }
     81           1.1  christos #define	PCMCIA_PRODUCT_ADAPTEC_APA1460_2	0x0002
     82           1.2  christos #define	PCMCIA_STR_ADAPTEC_APA1460_2	"Adaptec APA-1460/B SCSI Host Adapter"
     83           1.1  christos 
     84           1.1  christos /* 3COM Products */
     85           1.1  christos #define	PCMCIA_CIS_3COM_3C562	{ NULL, NULL, NULL, NULL }
     86           1.1  christos #define	PCMCIA_PRODUCT_3COM_3C562	0x0562
     87           1.2  christos #define	PCMCIA_STR_3COM_3C562	"3Com 3c562 33.6 Modem/10Mbps Ethernet"
     88           1.1  christos #define	PCMCIA_CIS_3COM_3C589	{ NULL, NULL, NULL, NULL }
     89           1.1  christos #define	PCMCIA_PRODUCT_3COM_3C589	0x0589
     90           1.2  christos #define	PCMCIA_STR_3COM_3C589	"3Com 3c589 10Mbps Ethernet"
     91          1.14   thorpej #define	PCMCIA_CIS_3COM_3C574	{ NULL, NULL, NULL, NULL }
     92          1.14   thorpej #define	PCMCIA_PRODUCT_3COM_3C574	0x0574
     93          1.14   thorpej #define	PCMCIA_STR_3COM_3C574	"3Com 3c574-TX 10/100Mbps Ethernet"
     94          1.30      marc #define	PCMCIA_CIS_3COM_3CXEM556	{ NULL, NULL, NULL, NULL }
     95          1.30      marc #define	PCMCIA_PRODUCT_3COM_3CXEM556	0x0035
     96          1.30      marc #define	PCMCIA_STR_3COM_3CXEM556	"3Com/Megahertz 3CXEM556 Ethernet/Modem"
     97          1.26   thorpej 
     98          1.26   thorpej /* Compex Products */
     99          1.26   thorpej #define	PCMCIA_CIS_COMPEX_LINKPORT_ENET_B	{ NULL, NULL, NULL, NULL }
    100          1.26   thorpej #define	PCMCIA_PRODUCT_COMPEX_LINKPORT_ENET_B	0x0100
    101          1.26   thorpej #define	PCMCIA_STR_COMPEX_LINKPORT_ENET_B	"Compex Linkport ENET-B Ethernet"
    102           1.1  christos 
    103           1.1  christos /* Dayna Products */
    104          1.17       dbj #define	PCMCIA_CIS_DAYNA_COMMUNICARD_E_1	{ NULL, NULL, NULL, NULL }
    105          1.17       dbj #define	PCMCIA_PRODUCT_DAYNA_COMMUNICARD_E_1	0x002d
    106          1.17       dbj #define	PCMCIA_STR_DAYNA_COMMUNICARD_E_1	"Dayna CommuniCard E"
    107          1.17       dbj #define	PCMCIA_CIS_DAYNA_COMMUNICARD_E_2	{ NULL, NULL, NULL, NULL }
    108          1.17       dbj #define	PCMCIA_PRODUCT_DAYNA_COMMUNICARD_E_2	0x002f
    109          1.17       dbj #define	PCMCIA_STR_DAYNA_COMMUNICARD_E_2	"Dayna CommuniCard E"
    110           1.1  christos 
    111          1.16      kenh /* DIGITAL Products */
    112          1.16      kenh #define	PCMCIA_CIS_DIGITAL_MOBILE_MEDIA_CDROM	{ NULL, NULL, NULL, NULL }
    113          1.16      kenh #define	PCMCIA_PRODUCT_DIGITAL_MOBILE_MEDIA_CDROM	0x0d00
    114          1.16      kenh #define	PCMCIA_STR_DIGITAL_MOBILE_MEDIA_CDROM	"Digital Mobile Media CD-ROM"
    115          1.34   nathanw 
    116          1.34   nathanw /* Fujutsu Products */
    117          1.35   nathanw #define	PCMCIA_CIS_FUJITSU_SCSI600	{ NULL, NULL, NULL, NULL }
    118          1.35   nathanw #define	PCMCIA_PRODUCT_FUJITSU_SCSI600	0x0401
    119          1.35   nathanw #define	PCMCIA_STR_FUJITSU_SCSI600	"Fujitsu SCSI 600 Interface"
    120          1.16      kenh 
    121           1.1  christos /* Motorola Products */
    122           1.1  christos #define	PCMCIA_CIS_MOTOROLA_POWER144	{ NULL, NULL, NULL, NULL }
    123           1.1  christos #define	PCMCIA_PRODUCT_MOTOROLA_POWER144	0x0105
    124           1.1  christos #define	PCMCIA_STR_MOTOROLA_POWER144	"Motorola Power 14.4 Modem"
    125           1.1  christos #define	PCMCIA_CIS_MOTOROLA_PM100C	{ NULL, NULL, NULL, NULL }
    126           1.1  christos #define	PCMCIA_PRODUCT_MOTOROLA_PM100C	0x0302
    127           1.1  christos #define	PCMCIA_STR_MOTOROLA_PM100C	"Motorola Personal Messenger 100C CDPD Modem"
    128      1.36.2.1     perry 
    129      1.36.2.1     perry /* Fujitsu Products */
    130      1.36.2.1     perry #define	PCMCIA_CIS_FUJITSU_LA501	{ NULL, NULL, NULL, NULL }
    131      1.36.2.1     perry #define	PCMCIA_PRODUCT_FUJITSU_LA501	0x2000
    132      1.36.2.1     perry #define	PCMCIA_STR_FUJITSU_LA501	"Fujitsu Towa LA501 Ethernet"
    133           1.1  christos 
    134           1.1  christos /* IBM Products */
    135           1.1  christos #define	PCMCIA_CIS_IBM_INFOMOVER	{ NULL, NULL, NULL, NULL }
    136           1.1  christos #define	PCMCIA_PRODUCT_IBM_INFOMOVER	0x0002
    137           1.1  christos #define	PCMCIA_STR_IBM_INFOMOVER	"National Semiconductor InfoMover"
    138           1.1  christos #define	PCMCIA_CIS_IBM_HOME_AND_AWAY	{ NULL, NULL, NULL, NULL }
    139           1.1  christos #define	PCMCIA_PRODUCT_IBM_HOME_AND_AWAY	0x002e
    140           1.1  christos #define	PCMCIA_STR_IBM_HOME_AND_AWAY	"IBM Home and Away Modem"
    141          1.29   nathanw #define	PCMCIA_CIS_IBM_WIRELESS_LAN_ENTRY	{ NULL, NULL, NULL, NULL }
    142          1.29   nathanw #define	PCMCIA_PRODUCT_IBM_WIRELESS_LAN_ENTRY	0x0032
    143          1.29   nathanw #define	PCMCIA_STR_IBM_WIRELESS_LAN_ENTRY	"Wireless LAN Entry"
    144          1.36       abs #define	PCMCIA_CIS_IBM_PORTABLE_CDROM_DRIVE	{ NULL, NULL, NULL, NULL }
    145          1.36       abs #define	PCMCIA_PRODUCT_IBM_PORTABLE_CDROM_DRIVE	0x002d
    146          1.36       abs #define	PCMCIA_STR_IBM_PORTABLE_CDROM_DRIVE	"PCMCIA Portable CD-ROM Drive"
    147           1.1  christos 
    148           1.1  christos /* I-O DATA */
    149           1.1  christos #define	PCMCIA_CIS_IODATA_PCLAT	{ NULL, NULL, NULL, NULL }
    150           1.1  christos #define	PCMCIA_PRODUCT_IODATA_PCLAT	0x2216
    151           1.1  christos #define	PCMCIA_STR_IODATA_PCLAT	"I-O DATA PCLA/T"
    152           1.1  christos 
    153           1.1  christos /* Linksys corporation */
    154          1.19       jtk #define	PCMCIA_CIS_LINKSYS_ECARD_1	{ NULL, NULL, NULL, NULL }
    155          1.19       jtk #define	PCMCIA_PRODUCT_LINKSYS_ECARD_1	0x0265
    156          1.23     itohy #define	PCMCIA_STR_LINKSYS_ECARD_1	"Linksys EthernetCard or D-Link DE-650"
    157           1.1  christos #define	PCMCIA_CIS_LINKSYS_COMBO_ECARD	{ NULL, NULL, NULL, NULL }
    158           1.1  christos #define	PCMCIA_PRODUCT_LINKSYS_COMBO_ECARD	0xc1ab
    159           1.1  christos #define	PCMCIA_STR_LINKSYS_COMBO_ECARD	"Linksys Combo EthernetCard"
    160           1.9   thorpej #define	PCMCIA_CIS_LINKSYS_TRUST_COMBO_ECARD	{ NULL, NULL, NULL, NULL }
    161           1.9   thorpej #define	PCMCIA_PRODUCT_LINKSYS_TRUST_COMBO_ECARD	0x021b
    162           1.9   thorpej #define	PCMCIA_STR_LINKSYS_TRUST_COMBO_ECARD	"Trust (Linksys) Combo EthernetCard"
    163           1.1  christos 
    164           1.1  christos /* Megahertz Products */
    165           1.1  christos #define	PCMCIA_CIS_MEGAHERTZ_XJ4288	{ NULL, NULL, NULL, NULL }
    166           1.1  christos #define	PCMCIA_PRODUCT_MEGAHERTZ_XJ4288	0x0023
    167           1.1  christos #define	PCMCIA_STR_MEGAHERTZ_XJ4288	"Megahertz XJ4288 Modem"
    168          1.20   thorpej #define	PCMCIA_CIS_MEGAHERTZ_XJ5560	{ NULL, NULL, NULL, NULL }
    169          1.20   thorpej #define	PCMCIA_PRODUCT_MEGAHERTZ_XJ5560	0x0034
    170          1.20   thorpej #define	PCMCIA_STR_MEGAHERTZ_XJ5560	"Megahertz X-JACK 56kbps Modem"
    171           1.1  christos #define	PCMCIA_CIS_MEGAHERTZ2_XJACK	{ NULL, NULL, NULL, NULL }
    172           1.1  christos #define	PCMCIA_PRODUCT_MEGAHERTZ2_XJACK	0x0103
    173           1.1  christos #define	PCMCIA_STR_MEGAHERTZ2_XJACK	"Megahertz X-JACK Ethernet"
    174          1.36       abs #define	PCMCIA_CIS_MEGAHERTZ_XJEM3336	{ NULL, NULL, NULL, NULL }
    175          1.36       abs #define	PCMCIA_PRODUCT_MEGAHERTZ_XJEM3336	0x0006
    176          1.36       abs #define	PCMCIA_STR_MEGAHERTZ_XJEM3336	"Megahertz X-JACK Ethernet Modem"
    177           1.1  christos 
    178           1.1  christos /* US Robotics Products */
    179           1.1  christos #define	PCMCIA_CIS_USROBOTICS_WORLDPORT144	{ NULL, NULL, NULL, NULL }
    180           1.1  christos #define	PCMCIA_PRODUCT_USROBOTICS_WORLDPORT144	0x3330
    181           1.1  christos #define	PCMCIA_STR_USROBOTICS_WORLDPORT144	"US Robotics WorldPort 14.4 Modem"
    182           1.5   thorpej 
    183          1.16      kenh /* Sandisk Products */
    184          1.16      kenh #define	PCMCIA_CIS_SANDISK_SDCFB	{ NULL, NULL, NULL, NULL }
    185          1.16      kenh #define	PCMCIA_PRODUCT_SANDISK_SDCFB	0x0401
    186          1.16      kenh #define	PCMCIA_STR_SANDISK_SDCFB	"Sandisk CompactFlash Card"
    187          1.16      kenh 
    188           1.5   thorpej /* Simple Technology Products */
    189           1.5   thorpej #define	PCMCIA_CIS_SIMPLETECH_COMMUNICATOR288	{ NULL, NULL, NULL, NULL }
    190           1.5   thorpej #define	PCMCIA_PRODUCT_SIMPLETECH_COMMUNICATOR288	0x0100
    191           1.5   thorpej #define	PCMCIA_STR_SIMPLETECH_COMMUNICATOR288	"Simple Technology 28.8 Communicator"
    192           1.1  christos 
    193           1.1  christos /* Socket Communications Products */
    194           1.1  christos #define	PCMCIA_CIS_SOCKET_PAGECARD	{ NULL, NULL, NULL, NULL }
    195           1.1  christos #define	PCMCIA_PRODUCT_SOCKET_PAGECARD	0x0003
    196           1.1  christos #define	PCMCIA_STR_SOCKET_PAGECARD	"Socket Communications PageCard"
    197          1.13   thorpej #define	PCMCIA_CIS_SOCKET_DUAL_RS232	{ NULL, NULL, NULL, NULL }
    198          1.21   thorpej #define	PCMCIA_PRODUCT_SOCKET_DUAL_RS232	0x0006
    199          1.13   thorpej #define	PCMCIA_STR_SOCKET_DUAL_RS232	"Socket Communications Dual RS232"
    200           1.1  christos 
    201           1.1  christos /* TDK Products */
    202           1.1  christos #define	PCMCIA_CIS_TDK_LAK_CD021BX	{ NULL, NULL, NULL, NULL }
    203           1.1  christos #define	PCMCIA_PRODUCT_TDK_LAK_CD021BX	0x0200
    204           1.1  christos #define	PCMCIA_STR_TDK_LAK_CD021BX	"TDK LAK-CD021BX Ethernet"
    205           1.1  christos #define	PCMCIA_CIS_TDK_DFL9610	{ NULL, NULL, NULL, NULL }
    206           1.1  christos #define	PCMCIA_PRODUCT_TDK_DFL9610	0x0d0a
    207           1.1  christos #define	PCMCIA_STR_TDK_DFL9610	"TDK DFL9610 Ethernet & Digital Cellular"
    208          1.22   thorpej 
    209          1.22   thorpej /* TDK Vendor ID also used by Xircom! */
    210          1.29   nathanw #define	PCMCIA_CIS_TDK_XIR_CE_10	{ NULL, NULL, NULL, NULL }
    211          1.29   nathanw #define	PCMCIA_PRODUCT_TDK_XIR_CE_10	0x0108
    212          1.29   nathanw #define	PCMCIA_STR_TDK_XIR_CE_10	"Xircom CreditCard Ethernet"
    213          1.29   nathanw #define	PCMCIA_CIS_TDK_XIR_CEM_10	{ NULL, NULL, NULL, NULL }
    214          1.29   nathanw #define	PCMCIA_PRODUCT_TDK_XIR_CEM_10	0x110a
    215          1.29   nathanw #define	PCMCIA_STR_TDK_XIR_CEM_10	"Xircom CreditCard Ethernet + Modem"
    216          1.22   thorpej #define	PCMCIA_CIS_TDK_XIR_PS_CE2_10	{ NULL, NULL, NULL, NULL }
    217          1.22   thorpej #define	PCMCIA_PRODUCT_TDK_XIR_PS_CE2_10	0x010b
    218          1.22   thorpej #define	PCMCIA_STR_TDK_XIR_PS_CE2_10	"Xircom CreditCard CE2 Ethernet"
    219  1.36.2.1.4.1    itojun #define	PCMCIA_CIS_TDK_XIR_CNW_801	{ NULL, NULL, NULL, NULL }
    220  1.36.2.1.4.1    itojun #define	PCMCIA_PRODUCT_TDK_XIR_CNW_801	0x0801
    221  1.36.2.1.4.1    itojun #define	PCMCIA_STR_TDK_XIR_CNW_801	"Xircom CreditCard Netwave (Canada)"
    222  1.36.2.1.4.1    itojun #define	PCMCIA_CIS_TDK_XIR_CNW_802	{ NULL, NULL, NULL, NULL }
    223  1.36.2.1.4.1    itojun #define	PCMCIA_PRODUCT_TDK_XIR_CNW_802	0x0802
    224  1.36.2.1.4.1    itojun #define	PCMCIA_STR_TDK_XIR_CNW_802	"Xircom CreditCard Netwave (US)"
    225           1.6   thorpej 
    226           1.6   thorpej /* NewMedia Products */
    227           1.6   thorpej #define	PCMCIA_CIS_NEWMEDIA_BASICS	{ NULL, NULL, NULL, NULL }
    228           1.6   thorpej #define	PCMCIA_PRODUCT_NEWMEDIA_BASICS	0x0019
    229           1.6   thorpej #define	PCMCIA_STR_NEWMEDIA_BASICS	"NewMedia BASICS Ethernet"
    230          1.10   thorpej 
    231          1.10   thorpej /* Standard Microsystems Corporation Products */
    232          1.11   thorpej #define	PCMCIA_CIS_SMC_8016	{ NULL, NULL, NULL, NULL }
    233          1.11   thorpej #define	PCMCIA_PRODUCT_SMC_8016	0x0105
    234          1.11   thorpej #define	PCMCIA_STR_SMC_8016	"SMC 8016 EtherCard"
    235  1.36.2.1.4.1    itojun 
    236  1.36.2.1.4.1    itojun /* Lucent WaveLAN/IEEE */
    237  1.36.2.1.4.1    itojun #define	PCMCIA_CIS_LUCENT_WAVELAN_IEEE	{ NULL, NULL, NULL, NULL }
    238  1.36.2.1.4.1    itojun #define	PCMCIA_PRODUCT_LUCENT_WAVELAN_IEEE	0x0002
    239  1.36.2.1.4.1    itojun #define	PCMCIA_STR_LUCENT_WAVELAN_IEEE	"WaveLAN/IEEE"
    240  1.36.2.1.4.1    itojun 
    241  1.36.2.1.4.1    itojun /* Bay Networks */
    242  1.36.2.1.4.1    itojun #define	PCMCIA_CIS_BAY_STACK_650	{ NULL, NULL, NULL, NULL }
    243  1.36.2.1.4.1    itojun #define	PCMCIA_PRODUCT_BAY_STACK_650	0x804
    244  1.36.2.1.4.1    itojun #define	PCMCIA_STR_BAY_STACK_650	"BayStack 650 Wireless LAN"
    245           1.1  christos 
    246           1.1  christos /* Cards we know only by their cis */
    247           1.4  christos #define	PCMCIA_VENDOR_PREMAX	-1	/* Premax */
    248           1.4  christos #define	PCMCIA_VENDOR_PLANET	-1	/* Planet */
    249           1.4  christos #define	PCMCIA_VENDOR_DLINK	-1	/* D-Link */
    250           1.4  christos #define	PCMCIA_VENDOR_RPTI	-1	/* RPTI */
    251           1.4  christos #define	PCMCIA_VENDOR_ACCTON	-1	/* ACCTON */
    252           1.4  christos #define	PCMCIA_VENDOR_YEDATA	-1	/* Y-E DATA */
    253           1.4  christos #define	PCMCIA_VENDOR_DIGITAL	-1	/* Digital Equipment Corporation */
    254          1.16      kenh #define	PCMCIA_VENDOR_TEAC	-1	/* TEAC */
    255          1.25   thorpej #define	PCMCIA_VENDOR_SVEC	-1	/* SVEC/Hawking Technology */
    256           1.4  christos 
    257           1.1  christos #define	PCMCIA_CIS_MEGAHERTZ_XJ2288	{ "MEGAHERTZ", "MODEM XJ2288", NULL, NULL }
    258           1.1  christos #define	PCMCIA_PRODUCT_MEGAHERTZ_XJ2288	-1
    259           1.1  christos #define	PCMCIA_STR_MEGAHERTZ_XJ2288	"Megahertz XJ2288 Modem"
    260           1.1  christos #define	PCMCIA_CIS_PREMAX_PE200	{ "PMX   ", "PE-200", NULL, NULL }
    261           1.1  christos #define	PCMCIA_PRODUCT_PREMAX_PE200	-1
    262           1.1  christos #define	PCMCIA_STR_PREMAX_PE200	"PreMax PE-200"
    263           1.1  christos #define	PCMCIA_CIS_PLANET_SMARTCOM2000	{ "PCMCIA", "UE2212", NULL, NULL }
    264           1.1  christos #define	PCMCIA_PRODUCT_PLANET_SMARTCOM2000	-1
    265           1.1  christos #define	PCMCIA_STR_PLANET_SMARTCOM2000	"Planet SmartCOM 2000"
    266           1.1  christos #define	PCMCIA_CIS_DLINK_DE650	{ "D-Link", "DE-650", NULL, NULL }
    267           1.1  christos #define	PCMCIA_PRODUCT_DLINK_DE650	-1
    268           1.1  christos #define	PCMCIA_STR_DLINK_DE650	"D-Link DE-650"
    269           1.7   thorpej #define	PCMCIA_CIS_DLINK_DE660	{ "D-Link", "DE-660", NULL, NULL }
    270           1.7   thorpej #define	PCMCIA_PRODUCT_DLINK_DE660	-1
    271           1.7   thorpej #define	PCMCIA_STR_DLINK_DE660	"D-Link DE-660"
    272           1.1  christos #define	PCMCIA_CIS_RPTI_EP401	{ "RPTI", "EP401 Ethernet NE2000 Compatible", NULL, NULL }
    273           1.1  christos #define	PCMCIA_PRODUCT_RPTI_EP401	-1
    274           1.1  christos #define	PCMCIA_STR_RPTI_EP401	"RPTI EP401"
    275           1.1  christos #define	PCMCIA_CIS_ACCTON_EN2212	{ "ACCTON", "EN2212", NULL, NULL }
    276           1.1  christos #define	PCMCIA_PRODUCT_ACCTON_EN2212	-1
    277           1.1  christos #define	PCMCIA_STR_ACCTON_EN2212	"Accton EN2212"
    278           1.1  christos #define	PCMCIA_CIS_YEDATA_EXTERNAL_FDD	{ "Y-E DATA", "External FDD", NULL, NULL }
    279           1.1  christos #define	PCMCIA_PRODUCT_YEDATA_EXTERNAL_FDD	-1
    280           1.1  christos #define	PCMCIA_STR_YEDATA_EXTERNAL_FDD	"Y-E DATA External FDD"
    281           1.1  christos #define	PCMCIA_CIS_DIGITAL_DEPCMXX	{ "DIGITAL", "DEPCM-XX", NULL, NULL }
    282           1.1  christos #define	PCMCIA_PRODUCT_DIGITAL_DEPCMXX	-1
    283           1.1  christos #define	PCMCIA_STR_DIGITAL_DEPCMXX	"DEC DEPCM-BA"
    284          1.16      kenh #define	PCMCIA_CIS_TEAC_IDECARDII	{ NULL, "NinjaATA-", NULL, NULL }
    285          1.16      kenh #define	PCMCIA_PRODUCT_TEAC_IDECARDII	-1
    286          1.16      kenh #define	PCMCIA_STR_TEAC_IDECARDII	"TEAC IDE Card/II"
    287          1.19       jtk #define	PCMCIA_CIS_LINKSYS_ECARD_2	{ "LINKSYS", "E-CARD", NULL, NULL }
    288          1.19       jtk #define	PCMCIA_PRODUCT_LINKSYS_ECARD_2	-1
    289          1.19       jtk #define	PCMCIA_STR_LINKSYS_ECARD_2	"Linksys E-Card"
    290          1.24   thorpej #define	PCMCIA_CIS_COREGA_PCC_2	{ "corega K.K.", "corega Ether PCC-T", NULL, NULL }
    291          1.24   thorpej #define	PCMCIA_PRODUCT_COREGA_PCC_2	-1
    292          1.24   thorpej #define	PCMCIA_STR_COREGA_PCC_2	"Corega"
    293          1.25   thorpej #define	PCMCIA_CIS_SVEC_COMBOCARD	{ "Ethernet", "Adapter", NULL, NULL }
    294          1.25   thorpej #define	PCMCIA_PRODUCT_SVEC_COMBOCARD	-1
    295          1.25   thorpej #define	PCMCIA_STR_SVEC_COMBOCARD	"SVEC/Hawking Tech. Combo Card"
    296          1.32      marc #define	PCMCIA_CIS_SVEC_LANCARD	{ "SVEC", "FD605 PCMCIA EtherNet Card", "V1-1", NULL }
    297          1.32      marc #define	PCMCIA_PRODUCT_SVEC_LANCARD	-1
    298          1.32      marc #define	PCMCIA_STR_SVEC_LANCARD	"SVEC PCMCIA Lan Card"
    299