Home | History | Annotate | Line # | Download | only in pcmcia
pcmciadevs_data.h revision 1.99
      1   1.1  christos /*	$NetBSD: pcmciadevs_data.h,v 1.99 2000/11/03 09:07:25 toddpw 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.99    toddpw  *	NetBSD: pcmciadevs,v 1.99 2000/11/02 07:15:44 msaitoh 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 struct pcmcia_knowndev pcmcia_knowndevs[] = {
     47   1.1  christos 	{
     48  1.47     soren 	    PCMCIA_VENDOR_ADAPTEC, PCMCIA_PRODUCT_ADAPTEC_APA1460,
     49  1.47     soren 	    PCMCIA_CIS_ADAPTEC_APA1460,
     50   1.1  christos 	    0,
     51   1.1  christos 	    "Adaptec Corporation",
     52  1.47     soren 	    "Adaptec APA-1460 SlimSCSI"	},
     53   1.1  christos 	},
     54   1.1  christos 	{
     55  1.47     soren 	    PCMCIA_VENDOR_ADAPTEC, PCMCIA_PRODUCT_ADAPTEC_APA1460A,
     56  1.47     soren 	    PCMCIA_CIS_ADAPTEC_APA1460A,
     57   1.1  christos 	    0,
     58   1.1  christos 	    "Adaptec Corporation",
     59  1.47     soren 	    "Adaptec APA-1460A SlimSCSI"	},
     60  1.93      joda 	},
     61  1.93      joda 	{
     62  1.93      joda 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3CRWE737A,
     63  1.93      joda 	    PCMCIA_CIS_3COM_3CRWE737A,
     64  1.93      joda 	    0,
     65  1.93      joda 	    "3Com Corporation",
     66  1.93      joda 	    "3Com AirConnect Wireless LAN"	},
     67  1.80       cgd 	},
     68  1.80       cgd 	{
     69  1.80       cgd 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3C1,
     70  1.80       cgd 	    PCMCIA_CIS_3COM_3C1,
     71  1.80       cgd 	    0,
     72  1.80       cgd 	    "3Com Corporation",
     73  1.80       cgd 	    "3Com Megahertz 3C1 10Mbps LAN CF+ Card"	},
     74   1.1  christos 	},
     75   1.1  christos 	{
     76   1.1  christos 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3C562,
     77   1.1  christos 	    PCMCIA_CIS_3COM_3C562,
     78   1.1  christos 	    0,
     79   1.1  christos 	    "3Com Corporation",
     80   1.2  christos 	    "3Com 3c562 33.6 Modem/10Mbps Ethernet"	},
     81   1.1  christos 	},
     82   1.1  christos 	{
     83   1.1  christos 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3C589,
     84   1.1  christos 	    PCMCIA_CIS_3COM_3C589,
     85   1.1  christos 	    0,
     86   1.1  christos 	    "3Com Corporation",
     87   1.4  christos 	    "3Com 3c589 10Mbps Ethernet"	},
     88  1.14   thorpej 	},
     89  1.14   thorpej 	{
     90  1.14   thorpej 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3C574,
     91  1.14   thorpej 	    PCMCIA_CIS_3COM_3C574,
     92  1.14   thorpej 	    0,
     93  1.14   thorpej 	    "3Com Corporation",
     94  1.14   thorpej 	    "3Com 3c574-TX 10/100Mbps Ethernet"	},
     95  1.30      marc 	},
     96  1.30      marc 	{
     97  1.59     soren 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3CXM056BNW,
     98  1.59     soren 	    PCMCIA_CIS_3COM_3CXM056BNW,
     99  1.59     soren 	    0,
    100  1.59     soren 	    "3Com Corporation",
    101  1.59     soren 	    "3Com/NoteWorthy 3CXM056-BNW 56K Modem"	},
    102  1.59     soren 	},
    103  1.59     soren 	{
    104  1.30      marc 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3CXEM556,
    105  1.30      marc 	    PCMCIA_CIS_3COM_3CXEM556,
    106  1.30      marc 	    0,
    107  1.30      marc 	    "3Com Corporation",
    108  1.30      marc 	    "3Com/Megahertz 3CXEM556 Ethernet/Modem"	},
    109  1.45      tron 	},
    110  1.45      tron 	{
    111  1.45      tron 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3CXEM556INT,
    112  1.45      tron 	    PCMCIA_CIS_3COM_3CXEM556INT,
    113  1.45      tron 	    0,
    114  1.45      tron 	    "3Com Corporation",
    115  1.45      tron 	    "3Com/Megahertz 3CXEM556-INT Ethernet/Modem"	},
    116  1.52   thorpej 	},
    117  1.52   thorpej 	{
    118  1.52   thorpej 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3CCFEM556BI,
    119  1.52   thorpej 	    PCMCIA_CIS_3COM_3CCFEM556BI,
    120  1.52   thorpej 	    0,
    121  1.52   thorpej 	    "3Com Corporation",
    122  1.52   thorpej 	    "3Com/Megahertz 3CCFEM556BI Ethernet/Modem"	},
    123  1.26   thorpej 	},
    124  1.26   thorpej 	{
    125  1.90  gmcgarry 	    PCMCIA_VENDOR_COMPAQ2, PCMCIA_PRODUCT_COMPAQ2_CPQ_10_100,
    126  1.90  gmcgarry 	    PCMCIA_CIS_COMPAQ2_CPQ_10_100,
    127  1.90  gmcgarry 	    0,
    128  1.90  gmcgarry 	    "Compaq",
    129  1.90  gmcgarry 	    "Compaq Netelligent 10/100 Ethernet"	},
    130  1.90  gmcgarry 	},
    131  1.90  gmcgarry 	{
    132  1.26   thorpej 	    PCMCIA_VENDOR_COMPEX, PCMCIA_PRODUCT_COMPEX_LINKPORT_ENET_B,
    133  1.26   thorpej 	    PCMCIA_CIS_COMPEX_LINKPORT_ENET_B,
    134  1.26   thorpej 	    0,
    135  1.27   thorpej 	    "Compex Corporation",
    136  1.26   thorpej 	    "Compex Linkport ENET-B Ethernet"	},
    137  1.40       mjl 	},
    138  1.40       mjl 	{
    139  1.40       mjl 	    PCMCIA_VENDOR_LASAT, PCMCIA_PRODUCT_LASAT_CREDIT_288,
    140  1.40       mjl 	    PCMCIA_CIS_LASAT_CREDIT_288,
    141  1.40       mjl 	    0,
    142  1.41       mjl 	    "Lasat Communications A/S",
    143  1.40       mjl 	    "Lasat Credit 288 Modem"	},
    144   1.1  christos 	},
    145   1.1  christos 	{
    146  1.17       dbj 	    PCMCIA_VENDOR_DAYNA, PCMCIA_PRODUCT_DAYNA_COMMUNICARD_E_1,
    147  1.17       dbj 	    PCMCIA_CIS_DAYNA_COMMUNICARD_E_1,
    148  1.17       dbj 	    0,
    149  1.17       dbj 	    "Dayna Corporation",
    150  1.17       dbj 	    "Dayna CommuniCard E"	},
    151  1.17       dbj 	},
    152  1.17       dbj 	{
    153  1.17       dbj 	    PCMCIA_VENDOR_DAYNA, PCMCIA_PRODUCT_DAYNA_COMMUNICARD_E_2,
    154  1.17       dbj 	    PCMCIA_CIS_DAYNA_COMMUNICARD_E_2,
    155   1.1  christos 	    0,
    156   1.1  christos 	    "Dayna Corporation",
    157   1.4  christos 	    "Dayna CommuniCard E"	},
    158   1.1  christos 	},
    159   1.1  christos 	{
    160  1.16      kenh 	    PCMCIA_VENDOR_DIGITAL, PCMCIA_PRODUCT_DIGITAL_MOBILE_MEDIA_CDROM,
    161  1.16      kenh 	    PCMCIA_CIS_DIGITAL_MOBILE_MEDIA_CDROM,
    162  1.16      kenh 	    0,
    163  1.16      kenh 	    "Digital Equipment Corporation",
    164  1.16      kenh 	    "Digital Mobile Media CD-ROM"	},
    165  1.16      kenh 	},
    166  1.16      kenh 	{
    167  1.35   nathanw 	    PCMCIA_VENDOR_FUJITSU, PCMCIA_PRODUCT_FUJITSU_SCSI600,
    168  1.35   nathanw 	    PCMCIA_CIS_FUJITSU_SCSI600,
    169  1.34   nathanw 	    0,
    170  1.35   nathanw 	    "Fujitsu Corporation",
    171  1.34   nathanw 	    "Fujitsu SCSI 600 Interface"	},
    172  1.34   nathanw 	},
    173  1.34   nathanw 	{
    174   1.1  christos 	    PCMCIA_VENDOR_MOTOROLA, PCMCIA_PRODUCT_MOTOROLA_POWER144,
    175   1.1  christos 	    PCMCIA_CIS_MOTOROLA_POWER144,
    176   1.1  christos 	    0,
    177   1.1  christos 	    "Motorola Corporation",
    178   1.4  christos 	    "Motorola Power 14.4 Modem"	},
    179   1.1  christos 	},
    180   1.1  christos 	{
    181   1.1  christos 	    PCMCIA_VENDOR_MOTOROLA, PCMCIA_PRODUCT_MOTOROLA_PM100C,
    182   1.1  christos 	    PCMCIA_CIS_MOTOROLA_PM100C,
    183   1.1  christos 	    0,
    184   1.1  christos 	    "Motorola Corporation",
    185   1.4  christos 	    "Motorola Personal Messenger 100C CDPD Modem"	},
    186  1.37   thorpej 	},
    187  1.37   thorpej 	{
    188  1.37   thorpej 	    PCMCIA_VENDOR_FUJITSU, PCMCIA_PRODUCT_FUJITSU_LA501,
    189  1.37   thorpej 	    PCMCIA_CIS_FUJITSU_LA501,
    190  1.37   thorpej 	    0,
    191  1.37   thorpej 	    "Fujitsu Corporation",
    192  1.37   thorpej 	    "Fujitsu Towa LA501 Ethernet"	},
    193  1.53        is 	},
    194  1.53        is 	{
    195  1.53        is 	    PCMCIA_VENDOR_FUJITSU, PCMCIA_PRODUCT_FUJITSU_LA10S,
    196  1.53        is 	    PCMCIA_CIS_FUJITSU_LA10S,
    197  1.53        is 	    0,
    198  1.53        is 	    "Fujitsu Corporation",
    199  1.53        is 	    "Fujitsu Compact Flash Ethernet"	},
    200   1.1  christos 	},
    201   1.1  christos 	{
    202  1.60     soren 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_3270,
    203  1.60     soren 	    PCMCIA_CIS_IBM_3270,
    204  1.60     soren 	    0,
    205  1.60     soren 	    "IBM Corporation",
    206  1.92     soren 	    "IBM 3270 Emulation"	},
    207  1.60     soren 	},
    208  1.60     soren 	{
    209   1.1  christos 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_INFOMOVER,
    210   1.1  christos 	    PCMCIA_CIS_IBM_INFOMOVER,
    211   1.1  christos 	    0,
    212   1.1  christos 	    "IBM Corporation",
    213  1.92     soren 	    "IBM InfoMover"	},
    214   1.1  christos 	},
    215   1.1  christos 	{
    216  1.60     soren 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_5250,
    217  1.60     soren 	    PCMCIA_CIS_IBM_5250,
    218  1.60     soren 	    0,
    219  1.60     soren 	    "IBM Corporation",
    220  1.92     soren 	    "IBM 5250 Emulation"	},
    221  1.60     soren 	},
    222  1.60     soren 	{
    223  1.59     soren 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_TROPIC,
    224  1.59     soren 	    PCMCIA_CIS_IBM_TROPIC,
    225  1.59     soren 	    0,
    226  1.59     soren 	    "IBM Corporation",
    227  1.92     soren 	    "IBM Token Ring 4/16"	},
    228  1.92     soren 	},
    229  1.92     soren 	{
    230  1.92     soren 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_PORTABLE_CDROM,
    231  1.92     soren 	    PCMCIA_CIS_IBM_PORTABLE_CDROM,
    232  1.92     soren 	    0,
    233  1.92     soren 	    "IBM Corporation",
    234  1.92     soren 	    "IBM PCMCIA Portable CD-ROM Drive"	},
    235  1.59     soren 	},
    236  1.59     soren 	{
    237   1.1  christos 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_HOME_AND_AWAY,
    238   1.1  christos 	    PCMCIA_CIS_IBM_HOME_AND_AWAY,
    239   1.1  christos 	    0,
    240   1.1  christos 	    "IBM Corporation",
    241   1.4  christos 	    "IBM Home and Away Modem"	},
    242   1.1  christos 	},
    243   1.1  christos 	{
    244  1.29   nathanw 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_WIRELESS_LAN_ENTRY,
    245  1.29   nathanw 	    PCMCIA_CIS_IBM_WIRELESS_LAN_ENTRY,
    246  1.29   nathanw 	    0,
    247  1.29   nathanw 	    "IBM Corporation",
    248  1.92     soren 	    "IBM Wireless LAN Entry"	},
    249  1.44       cgd 	},
    250  1.44       cgd 	{
    251  1.60     soren 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_ETHERJET,
    252  1.60     soren 	    PCMCIA_CIS_IBM_ETHERJET,
    253  1.44       cgd 	    0,
    254  1.44       cgd 	    "IBM Corporation",
    255  1.60     soren 	    "IBM EtherJet Ethernet"	},
    256  1.36       abs 	},
    257  1.36       abs 	{
    258  1.90  gmcgarry 	    PCMCIA_VENDOR_INTEL, PCMCIA_PRODUCT_INTEL_EEPRO100,
    259  1.90  gmcgarry 	    PCMCIA_CIS_INTEL_EEPRO100,
    260  1.90  gmcgarry 	    0,
    261  1.90  gmcgarry 	    "Intel",
    262  1.90  gmcgarry 	    "Intel EtherExpress PRO/100"	},
    263  1.90  gmcgarry 	},
    264  1.90  gmcgarry 	{
    265  1.57     enami 	    PCMCIA_VENDOR_IODATA, PCMCIA_PRODUCT_IODATA_PCLATE,
    266  1.57     enami 	    PCMCIA_CIS_IODATA_PCLATE,
    267   1.1  christos 	    0,
    268   1.1  christos 	    "I-O DATA",
    269  1.57     enami 	    "I-O DATA PCLA/TE"	},
    270   1.1  christos 	},
    271   1.1  christos 	{
    272  1.91      onoe 	    PCMCIA_VENDOR_FARALLON, PCMCIA_PRODUCT_FARALLON_SKYLINE,
    273  1.91      onoe 	    PCMCIA_CIS_FARALLON_SKYLINE,
    274  1.91      onoe 	    0,
    275  1.91      onoe 	    "Farallon Communications",
    276  1.91      onoe 	    "SkyLINE Wireless"	},
    277  1.91      onoe 	},
    278  1.91      onoe 	{
    279  1.73     soren 	    PCMCIA_VENDOR_LEXARMEDIA, PCMCIA_PRODUCT_LEXARMEDIA_COMPATFLASH,
    280  1.73     soren 	    PCMCIA_CIS_LEXARMEDIA_COMPATFLASH,
    281  1.73     soren 	    0,
    282  1.73     soren 	    "Lexar Media",
    283  1.73     soren 	    "Lexar Media CompactFlash"	},
    284  1.74   thorpej 	},
    285  1.74   thorpej 	{
    286  1.74   thorpej 	    PCMCIA_VENDOR_LINKSYS, PCMCIA_PRODUCT_LINKSYS_ETHERFAST,
    287  1.74   thorpej 	    PCMCIA_CIS_LINKSYS_ETHERFAST,
    288  1.74   thorpej 	    0,
    289  1.74   thorpej 	    "Linksys Corporation",
    290  1.74   thorpej 	    "Linksys Etherfast 10/100 Ethernet"	},
    291  1.73     soren 	},
    292  1.73     soren 	{
    293  1.19       jtk 	    PCMCIA_VENDOR_LINKSYS, PCMCIA_PRODUCT_LINKSYS_ECARD_1,
    294  1.19       jtk 	    PCMCIA_CIS_LINKSYS_ECARD_1,
    295   1.1  christos 	    0,
    296   1.1  christos 	    "Linksys Corporation",
    297  1.23     itohy 	    "Linksys EthernetCard or D-Link DE-650"	},
    298   1.1  christos 	},
    299   1.1  christos 	{
    300   1.1  christos 	    PCMCIA_VENDOR_LINKSYS, PCMCIA_PRODUCT_LINKSYS_COMBO_ECARD,
    301   1.1  christos 	    PCMCIA_CIS_LINKSYS_COMBO_ECARD,
    302   1.1  christos 	    0,
    303   1.1  christos 	    "Linksys Corporation",
    304   1.4  christos 	    "Linksys Combo EthernetCard"	},
    305   1.9   thorpej 	},
    306   1.9   thorpej 	{
    307   1.9   thorpej 	    PCMCIA_VENDOR_LINKSYS, PCMCIA_PRODUCT_LINKSYS_TRUST_COMBO_ECARD,
    308   1.9   thorpej 	    PCMCIA_CIS_LINKSYS_TRUST_COMBO_ECARD,
    309   1.9   thorpej 	    0,
    310   1.9   thorpej 	    "Linksys Corporation",
    311   1.9   thorpej 	    "Trust (Linksys) Combo EthernetCard"	},
    312   1.1  christos 	},
    313   1.1  christos 	{
    314   1.1  christos 	    PCMCIA_VENDOR_MEGAHERTZ, PCMCIA_PRODUCT_MEGAHERTZ_XJ4288,
    315   1.1  christos 	    PCMCIA_CIS_MEGAHERTZ_XJ4288,
    316   1.1  christos 	    0,
    317   1.1  christos 	    "Megahertz Corporation",
    318   1.4  christos 	    "Megahertz XJ4288 Modem"	},
    319  1.59     soren 	},
    320  1.59     soren 	{
    321  1.59     soren 	    PCMCIA_VENDOR_MEGAHERTZ, PCMCIA_PRODUCT_MEGAHERTZ_XJ4336,
    322  1.59     soren 	    PCMCIA_CIS_MEGAHERTZ_XJ4336,
    323  1.59     soren 	    0,
    324  1.59     soren 	    "Megahertz Corporation",
    325  1.59     soren 	    "Megahertz XJ4336 Modem"	},
    326  1.20   thorpej 	},
    327  1.20   thorpej 	{
    328  1.20   thorpej 	    PCMCIA_VENDOR_MEGAHERTZ, PCMCIA_PRODUCT_MEGAHERTZ_XJ5560,
    329  1.20   thorpej 	    PCMCIA_CIS_MEGAHERTZ_XJ5560,
    330  1.20   thorpej 	    0,
    331  1.20   thorpej 	    "Megahertz Corporation",
    332  1.20   thorpej 	    "Megahertz X-JACK 56kbps Modem"	},
    333   1.1  christos 	},
    334   1.1  christos 	{
    335   1.1  christos 	    PCMCIA_VENDOR_MEGAHERTZ2, PCMCIA_PRODUCT_MEGAHERTZ2_XJACK,
    336   1.1  christos 	    PCMCIA_CIS_MEGAHERTZ2_XJACK,
    337   1.1  christos 	    0,
    338   1.1  christos 	    "Megahertz Corporation",
    339   1.4  christos 	    "Megahertz X-JACK Ethernet"	},
    340  1.36       abs 	},
    341  1.36       abs 	{
    342  1.36       abs 	    PCMCIA_VENDOR_MEGAHERTZ, PCMCIA_PRODUCT_MEGAHERTZ_XJEM3336,
    343  1.36       abs 	    PCMCIA_CIS_MEGAHERTZ_XJEM3336,
    344  1.36       abs 	    0,
    345  1.36       abs 	    "Megahertz Corporation",
    346  1.36       abs 	    "Megahertz X-JACK Ethernet Modem"	},
    347   1.1  christos 	},
    348   1.1  christos 	{
    349  1.78     enami 	    PCMCIA_VENDOR_MELCO, PCMCIA_PRODUCT_MELCO_LPC3_TX,
    350  1.78     enami 	    PCMCIA_CIS_MELCO_LPC3_TX,
    351  1.78     enami 	    0,
    352  1.78     enami 	    "Melco Corporation",
    353  1.78     enami 	    "Melco LPC3-TX"	},
    354  1.78     enami 	},
    355  1.78     enami 	{
    356  1.84   mycroft 	    PCMCIA_VENDOR_NOKIA, PCMCIA_PRODUCT_NOKIA_C020_WLAN,
    357  1.84   mycroft 	    PCMCIA_CIS_NOKIA_C020_WLAN,
    358  1.84   mycroft 	    0,
    359  1.84   mycroft 	    "Nokia Communications",
    360  1.84   mycroft 	    "Nokia C020 WLAN Card"	},
    361  1.84   mycroft 	},
    362  1.84   mycroft 	{
    363  1.91      onoe 	    PCMCIA_VENDOR_OLICOM, PCMCIA_PRODUCT_OLICOM_TR,
    364  1.91      onoe 	    PCMCIA_CIS_OLICOM_TR,
    365  1.91      onoe 	    0,
    366  1.91      onoe 	    "Olicom",
    367  1.91      onoe 	    "GoCard Token Ring 16/4"	},
    368  1.91      onoe 	},
    369  1.91      onoe 	{
    370  1.82   mycroft 	    PCMCIA_VENDOR_PANASONIC, PCMCIA_PRODUCT_PANASONIC_KXLC002,
    371  1.82   mycroft 	    PCMCIA_CIS_PANASONIC_KXLC002,
    372  1.82   mycroft 	    0,
    373  1.82   mycroft 	    "Matsushita Electric Industrial Co.",
    374  1.82   mycroft 	    "Panasonic 4X CD-ROM Interface Card"	},
    375  1.88      joda 	},
    376  1.88      joda 	{
    377  1.88      joda 	    PCMCIA_VENDOR_PANASONIC, PCMCIA_PRODUCT_PANASONIC_KXLC003,
    378  1.88      joda 	    PCMCIA_CIS_PANASONIC_KXLC003,
    379  1.88      joda 	    0,
    380  1.88      joda 	    "Matsushita Electric Industrial Co.",
    381  1.88      joda 	    "Panasonic 8X CD-ROM Interface Card"	},
    382  1.82   mycroft 	},
    383  1.82   mycroft 	{
    384   1.1  christos 	    PCMCIA_VENDOR_USROBOTICS, PCMCIA_PRODUCT_USROBOTICS_WORLDPORT144,
    385   1.1  christos 	    PCMCIA_CIS_USROBOTICS_WORLDPORT144,
    386   1.1  christos 	    0,
    387   1.1  christos 	    "US Robotics Corporation",
    388   1.4  christos 	    "US Robotics WorldPort 14.4 Modem"	},
    389   1.1  christos 	},
    390   1.1  christos 	{
    391  1.16      kenh 	    PCMCIA_VENDOR_SANDISK, PCMCIA_PRODUCT_SANDISK_SDCFB,
    392  1.16      kenh 	    PCMCIA_CIS_SANDISK_SDCFB,
    393  1.16      kenh 	    0,
    394  1.16      kenh 	    "Sandisk Corporation",
    395  1.16      kenh 	    "Sandisk CompactFlash Card"	},
    396  1.16      kenh 	},
    397  1.16      kenh 	{
    398   1.5   thorpej 	    PCMCIA_VENDOR_SIMPLETECH, PCMCIA_PRODUCT_SIMPLETECH_COMMUNICATOR288,
    399   1.5   thorpej 	    PCMCIA_CIS_SIMPLETECH_COMMUNICATOR288,
    400   1.5   thorpej 	    0,
    401   1.5   thorpej 	    "Simple Technology",
    402   1.5   thorpej 	    "Simple Technology 28.8 Communicator"	},
    403   1.5   thorpej 	},
    404   1.5   thorpej 	{
    405  1.42  sommerfe 	    PCMCIA_VENDOR_SIMPLETECH, PCMCIA_PRODUCT_SIMPLETECH_SPECTRUM24,
    406  1.42  sommerfe 	    PCMCIA_CIS_SIMPLETECH_SPECTRUM24,
    407  1.42  sommerfe 	    0,
    408  1.42  sommerfe 	    "Simple Technology",
    409  1.42  sommerfe 	    "Symbol Spectrum24 WLAN Adapter"	},
    410  1.42  sommerfe 	},
    411  1.42  sommerfe 	{
    412   1.1  christos 	    PCMCIA_VENDOR_SOCKET, PCMCIA_PRODUCT_SOCKET_PAGECARD,
    413   1.1  christos 	    PCMCIA_CIS_SOCKET_PAGECARD,
    414   1.1  christos 	    0,
    415   1.1  christos 	    "Socket Communications",
    416   1.4  christos 	    "Socket Communications PageCard"	},
    417   1.1  christos 	},
    418   1.1  christos 	{
    419  1.13   thorpej 	    PCMCIA_VENDOR_SOCKET, PCMCIA_PRODUCT_SOCKET_DUAL_RS232,
    420  1.13   thorpej 	    PCMCIA_CIS_SOCKET_DUAL_RS232,
    421  1.13   thorpej 	    0,
    422  1.13   thorpej 	    "Socket Communications",
    423  1.13   thorpej 	    "Socket Communications Dual RS232"	},
    424  1.55       jun 	},
    425  1.55       jun 	{
    426  1.99    toddpw 	    PCMCIA_VENDOR_SOCKET, PCMCIA_PRODUCT_SOCKET_LP_ETHER_CF,
    427  1.99    toddpw 	    PCMCIA_CIS_SOCKET_LP_ETHER_CF,
    428  1.55       jun 	    0,
    429  1.99    toddpw 	    "Socket Communications",
    430  1.99    toddpw 	    "Socket Communications LP-E CF"	},
    431  1.99    toddpw 	},
    432  1.99    toddpw 	{
    433  1.99    toddpw 	    PCMCIA_VENDOR_SOCKET, PCMCIA_PRODUCT_SOCKET_LP_ETHER,
    434  1.99    toddpw 	    PCMCIA_CIS_SOCKET_LP_ETHER,
    435  1.99    toddpw 	    0,
    436  1.99    toddpw 	    "Socket Communications",
    437  1.99    toddpw 	    "Socket Communications LP-E"	},
    438  1.13   thorpej 	},
    439  1.13   thorpej 	{
    440   1.1  christos 	    PCMCIA_VENDOR_TDK, PCMCIA_PRODUCT_TDK_LAK_CD021BX,
    441   1.1  christos 	    PCMCIA_CIS_TDK_LAK_CD021BX,
    442   1.1  christos 	    0,
    443   1.1  christos 	    "TDK Corporation",
    444   1.4  christos 	    "TDK LAK-CD021BX Ethernet"	},
    445   1.1  christos 	},
    446   1.1  christos 	{
    447   1.1  christos 	    PCMCIA_VENDOR_TDK, PCMCIA_PRODUCT_TDK_DFL9610,
    448   1.1  christos 	    PCMCIA_CIS_TDK_DFL9610,
    449   1.1  christos 	    0,
    450   1.1  christos 	    "TDK Corporation",
    451   1.4  christos 	    "TDK DFL9610 Ethernet & Digital Cellular"	},
    452  1.61       jun 	},
    453  1.61       jun 	{
    454  1.61       jun 	    PCMCIA_VENDOR_TDK, PCMCIA_PRODUCT_TDK_LAK_CF010,
    455  1.61       jun 	    PCMCIA_CIS_TDK_LAK_CF010,
    456  1.61       jun 	    0,
    457  1.61       jun 	    "TDK Corporation",
    458  1.61       jun 	    "TDK LAC-CF010"	},
    459  1.22   thorpej 	},
    460  1.22   thorpej 	{
    461  1.90  gmcgarry 	    PCMCIA_VENDOR_XIRCOM, PCMCIA_PRODUCT_XIRCOM_CE,
    462  1.90  gmcgarry 	    PCMCIA_CIS_XIRCOM_CE,
    463  1.28   nathanw 	    0,
    464  1.90  gmcgarry 	    "Xircom",
    465  1.28   nathanw 	    "Xircom CreditCard Ethernet"	},
    466  1.29   nathanw 	},
    467  1.29   nathanw 	{
    468  1.90  gmcgarry 	    PCMCIA_VENDOR_XIRCOM, PCMCIA_PRODUCT_XIRCOM_CE2,
    469  1.90  gmcgarry 	    PCMCIA_CIS_XIRCOM_CE2,
    470  1.29   nathanw 	    0,
    471  1.90  gmcgarry 	    "Xircom",
    472  1.90  gmcgarry 	    "Xircom CreditCard Ethernet II"	},
    473  1.90  gmcgarry 	},
    474  1.90  gmcgarry 	{
    475  1.90  gmcgarry 	    PCMCIA_VENDOR_XIRCOM, PCMCIA_PRODUCT_XIRCOM_CE3,
    476  1.90  gmcgarry 	    PCMCIA_CIS_XIRCOM_CE3,
    477  1.90  gmcgarry 	    0,
    478  1.90  gmcgarry 	    "Xircom",
    479  1.90  gmcgarry 	    "Xircom CreditCard 10/100 Ethernet"	},
    480  1.28   nathanw 	},
    481  1.28   nathanw 	{
    482  1.90  gmcgarry 	    PCMCIA_VENDOR_XIRCOM, PCMCIA_PRODUCT_XIRCOM_CEM,
    483  1.90  gmcgarry 	    PCMCIA_CIS_XIRCOM_CEM,
    484  1.22   thorpej 	    0,
    485  1.90  gmcgarry 	    "Xircom",
    486  1.90  gmcgarry 	    "Xircom CreditCard Ethernet + Modem"	},
    487  1.58       jtk 	},
    488  1.58       jtk 	{
    489  1.90  gmcgarry 	    PCMCIA_VENDOR_XIRCOM, PCMCIA_PRODUCT_XIRCOM_CEM28,
    490  1.90  gmcgarry 	    PCMCIA_CIS_XIRCOM_CEM28,
    491  1.58       jtk 	    0,
    492  1.90  gmcgarry 	    "Xircom",
    493  1.90  gmcgarry 	    "Xircom CreditCard Ethernet + Modem 28"	},
    494  1.95  gmcgarry 	},
    495  1.95  gmcgarry 	{
    496  1.95  gmcgarry 	    PCMCIA_VENDOR_XIRCOM, PCMCIA_PRODUCT_XIRCOM_CEM33,
    497  1.95  gmcgarry 	    PCMCIA_CIS_XIRCOM_CEM33,
    498  1.95  gmcgarry 	    0,
    499  1.95  gmcgarry 	    "Xircom",
    500  1.95  gmcgarry 	    "Xircom CreditCard Ethernet + Modem 33"	},
    501  1.95  gmcgarry 	},
    502  1.95  gmcgarry 	{
    503  1.95  gmcgarry 	    PCMCIA_VENDOR_XIRCOM, PCMCIA_PRODUCT_XIRCOM_CEM56,
    504  1.95  gmcgarry 	    PCMCIA_CIS_XIRCOM_CEM56,
    505  1.95  gmcgarry 	    0,
    506  1.95  gmcgarry 	    "Xircom",
    507  1.95  gmcgarry 	    "Xircom CreditCard Ethernet + Modem 56"	},
    508  1.95  gmcgarry 	},
    509  1.95  gmcgarry 	{
    510  1.95  gmcgarry 	    PCMCIA_VENDOR_XIRCOM, PCMCIA_PRODUCT_XIRCOM_REM56,
    511  1.95  gmcgarry 	    PCMCIA_CIS_XIRCOM_REM56,
    512  1.95  gmcgarry 	    0,
    513  1.95  gmcgarry 	    "Xircom",
    514  1.95  gmcgarry 	    "Xircom RealPort Ethernet 10/100 + Modem 56"	},
    515  1.33  christos 	},
    516  1.33  christos 	{
    517  1.90  gmcgarry 	    PCMCIA_VENDOR_XIRCOM, PCMCIA_PRODUCT_XIRCOM_CNW_801,
    518  1.90  gmcgarry 	    PCMCIA_CIS_XIRCOM_CNW_801,
    519  1.33  christos 	    0,
    520  1.90  gmcgarry 	    "Xircom",
    521  1.62    itojun 	    "Xircom CreditCard Netwave (Canada)"	},
    522  1.62    itojun 	},
    523  1.62    itojun 	{
    524  1.90  gmcgarry 	    PCMCIA_VENDOR_XIRCOM, PCMCIA_PRODUCT_XIRCOM_CNW_802,
    525  1.90  gmcgarry 	    PCMCIA_CIS_XIRCOM_CNW_802,
    526  1.62    itojun 	    0,
    527  1.90  gmcgarry 	    "Xircom",
    528  1.62    itojun 	    "Xircom CreditCard Netwave (US)"	},
    529   1.1  christos 	},
    530   1.1  christos 	{
    531   1.6   thorpej 	    PCMCIA_VENDOR_NEWMEDIA, PCMCIA_PRODUCT_NEWMEDIA_BASICS,
    532   1.6   thorpej 	    PCMCIA_CIS_NEWMEDIA_BASICS,
    533   1.6   thorpej 	    0,
    534  1.43       hwr 	    "New Media Corporation",
    535  1.43       hwr 	    "New Media BASICS Ethernet"	},
    536  1.39       mjl 	},
    537  1.39       mjl 	{
    538  1.39       mjl 	    PCMCIA_VENDOR_NEWMEDIA, PCMCIA_PRODUCT_NEWMEDIA_BUSTOASTER,
    539  1.39       mjl 	    PCMCIA_CIS_NEWMEDIA_BUSTOASTER,
    540  1.39       mjl 	    0,
    541  1.43       hwr 	    "New Media Corporation",
    542  1.43       hwr 	    "New Media BusToaster SCSI Host Adapter"	},
    543   1.8   thorpej 	},
    544   1.8   thorpej 	{
    545  1.11   thorpej 	    PCMCIA_VENDOR_SMC, PCMCIA_PRODUCT_SMC_8016,
    546  1.11   thorpej 	    PCMCIA_CIS_SMC_8016,
    547  1.10   thorpej 	    0,
    548  1.10   thorpej 	    "Standard Microsystems Corporation",
    549  1.11   thorpej 	    "SMC 8016 EtherCard"	},
    550  1.38  christos 	},
    551  1.38  christos 	{
    552  1.38  christos 	    PCMCIA_VENDOR_SMC, PCMCIA_PRODUCT_SMC_EZCARD,
    553  1.38  christos 	    PCMCIA_CIS_SMC_EZCARD,
    554  1.38  christos 	    0,
    555  1.38  christos 	    "Standard Microsystems Corporation",
    556  1.72   thorpej 	    "SMC EZCard 10 PCMCIA"	},
    557  1.10   thorpej 	},
    558  1.10   thorpej 	{
    559  1.46      tron 	    PCMCIA_VENDOR_CONTEC, PCMCIA_PRODUCT_CONTEC_CNETPC,
    560  1.46      tron 	    PCMCIA_CIS_CONTEC_CNETPC,
    561  1.46      tron 	    0,
    562  1.46      tron 	    "Contec",
    563  1.46      tron 	    "Contec C-NET(PC)C"	},
    564  1.46      tron 	},
    565  1.46      tron 	{
    566  1.46      tron 	    PCMCIA_VENDOR_ALLIEDTELESIS, PCMCIA_PRODUCT_ALLIEDTELESIS_LA_PCM,
    567  1.46      tron 	    PCMCIA_CIS_ALLIEDTELESIS_LA_PCM,
    568  1.46      tron 	    0,
    569  1.46      tron 	    "Allied Telesis K.K.",
    570  1.46      tron 	    "Allied Telesis LA-PCM"	},
    571  1.46      tron 	},
    572  1.46      tron 	{
    573  1.42  sommerfe 	    PCMCIA_VENDOR_LUCENT, PCMCIA_PRODUCT_LUCENT_WAVELAN_IEEE,
    574  1.42  sommerfe 	    PCMCIA_CIS_LUCENT_WAVELAN_IEEE,
    575  1.42  sommerfe 	    0,
    576  1.42  sommerfe 	    "Lucent Technologies",
    577  1.42  sommerfe 	    "WaveLAN/IEEE"	},
    578  1.42  sommerfe 	},
    579  1.42  sommerfe 	{
    580  1.67      jlam 	    PCMCIA_VENDOR_AIRONET, PCMCIA_PRODUCT_AIRONET_PC4500,
    581  1.67      jlam 	    PCMCIA_CIS_AIRONET_PC4500,
    582  1.67      jlam 	    0,
    583  1.67      jlam 	    "Aironet Wireless Communications",
    584  1.67      jlam 	    "Aironet PC4500 Wireless LAN Adapter"	},
    585  1.67      jlam 	},
    586  1.67      jlam 	{
    587  1.67      jlam 	    PCMCIA_VENDOR_AIRONET, PCMCIA_PRODUCT_AIRONET_PC4800,
    588  1.67      jlam 	    PCMCIA_CIS_AIRONET_PC4800,
    589  1.67      jlam 	    0,
    590  1.67      jlam 	    "Aironet Wireless Communications",
    591  1.67      jlam 	    "Aironet PC4800 Wireless LAN Adapter"	},
    592  1.67      jlam 	},
    593  1.67      jlam 	{
    594  1.56  sommerfe 	    PCMCIA_VENDOR_BAY, PCMCIA_PRODUCT_BAY_STACK_650,
    595  1.56  sommerfe 	    PCMCIA_CIS_BAY_STACK_650,
    596  1.56  sommerfe 	    0,
    597  1.56  sommerfe 	    "Bay Networks",
    598  1.56  sommerfe 	    "BayStack 650 Wireless LAN"	},
    599  1.69  sommerfe 	},
    600  1.69  sommerfe 	{
    601  1.81      onoe 	    PCMCIA_VENDOR_BAY, PCMCIA_PRODUCT_BAY_SURFER_PRO,
    602  1.81      onoe 	    PCMCIA_CIS_BAY_SURFER_PRO,
    603  1.81      onoe 	    0,
    604  1.81      onoe 	    "Bay Networks",
    605  1.81      onoe 	    "AirSurfer Pro Wireless LAN"	},
    606  1.81      onoe 	},
    607  1.81      onoe 	{
    608  1.69  sommerfe 	    PCMCIA_VENDOR_BAY, PCMCIA_PRODUCT_BAY_STACK_660,
    609  1.69  sommerfe 	    PCMCIA_CIS_BAY_STACK_660,
    610  1.69  sommerfe 	    0,
    611  1.69  sommerfe 	    "Bay Networks",
    612  1.69  sommerfe 	    "BayStack 660 Wireless LAN"	},
    613  1.56  sommerfe 	},
    614  1.56  sommerfe 	{
    615  1.68    chopps 	    PCMCIA_VENDOR_RAYTHEON, PCMCIA_PRODUCT_RAYTHEON_WLAN,
    616  1.68    chopps 	    PCMCIA_CIS_RAYTHEON_WLAN,
    617  1.64  augustss 	    0,
    618  1.68    chopps 	    "Raytheon",
    619  1.64  augustss 	    "WLAN Adapter"	},
    620  1.64  augustss 	},
    621  1.64  augustss 	{
    622  1.89        is 	    PCMCIA_VENDOR_RATOC, PCMCIA_PRODUCT_RATOC_REX_R280,
    623  1.89        is 	    PCMCIA_CIS_RATOC_REX_R280,
    624  1.89        is 	    0,
    625  1.89        is 	    "RATOC System Inc.",
    626  1.89        is 	    "RATOC REX-R280"	},
    627  1.89        is 	},
    628  1.89        is 	{
    629  1.96      onoe 	    PCMCIA_VENDOR_SAMSUNG, PCMCIA_PRODUCT_SAMSUNG_SWL_2000N,
    630  1.96      onoe 	    PCMCIA_CIS_SAMSUNG_SWL_2000N,
    631  1.96      onoe 	    0,
    632  1.96      onoe 	    "Samsung",
    633  1.96      onoe 	    "Samsung MagicLAN SWL-2000N"	},
    634  1.96      onoe 	},
    635  1.96      onoe 	{
    636  1.98   msaitoh 	    PCMCIA_VENDOR_TELECOMDEVICE, PCMCIA_PRODUCT_TELECOMDEVICE_TCD_HPC100,
    637  1.98   msaitoh 	    PCMCIA_CIS_TELECOMDEVICE_TCD_HPC100,
    638  1.98   msaitoh 	    0,
    639  1.98   msaitoh 	    "Telecom Device",
    640  1.98   msaitoh 	    "Telecom Device TCD-HPC100"	},
    641  1.98   msaitoh 	},
    642  1.98   msaitoh 	{
    643  1.98   msaitoh 	    PCMCIA_VENDOR_MACNICA, PCMCIA_PRODUCT_MACNICA_ME1_JEIDA,
    644  1.98   msaitoh 	    PCMCIA_CIS_MACNICA_ME1_JEIDA,
    645  1.98   msaitoh 	    0,
    646  1.98   msaitoh 	    "MACNICA",
    647  1.98   msaitoh 	    "MACNICA ME1 for JEIDA"	},
    648  1.98   msaitoh 	},
    649  1.98   msaitoh 	{
    650   1.1  christos 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_MEGAHERTZ_XJ2288,
    651   1.1  christos 	    PCMCIA_CIS_MEGAHERTZ_XJ2288,
    652   1.1  christos 	    0,
    653   1.1  christos 	    "Megahertz Corporation",
    654   1.1  christos 	    "Megahertz XJ2288 Modem"	},
    655   1.1  christos 	},
    656   1.1  christos 	{
    657   1.1  christos 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_PREMAX_PE200,
    658   1.1  christos 	    PCMCIA_CIS_PREMAX_PE200,
    659   1.1  christos 	    0,
    660   1.4  christos 	    "Premax",
    661   1.1  christos 	    "PreMax PE-200"	},
    662   1.1  christos 	},
    663   1.1  christos 	{
    664   1.1  christos 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_PLANET_SMARTCOM2000,
    665   1.1  christos 	    PCMCIA_CIS_PLANET_SMARTCOM2000,
    666   1.1  christos 	    0,
    667   1.4  christos 	    "Planet",
    668   1.1  christos 	    "Planet SmartCOM 2000"	},
    669   1.1  christos 	},
    670   1.1  christos 	{
    671  1.51     enami 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_PLANEX_FNW3600T,
    672  1.51     enami 	    PCMCIA_CIS_PLANEX_FNW3600T,
    673  1.50     enami 	    0,
    674  1.50     enami 	    "Planex Communications Inc",
    675  1.51     enami 	    "Planex FNW-3600-T"	},
    676  1.50     enami 	},
    677  1.50     enami 	{
    678  1.78     enami 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_PLANEX_FNW3700T,
    679  1.78     enami 	    PCMCIA_CIS_PLANEX_FNW3700T,
    680  1.78     enami 	    0,
    681  1.78     enami 	    "Planex Communications Inc",
    682  1.78     enami 	    "Planex FNW-3700-T"	},
    683  1.78     enami 	},
    684  1.78     enami 	{
    685   1.1  christos 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_DLINK_DE650,
    686   1.1  christos 	    PCMCIA_CIS_DLINK_DE650,
    687   1.1  christos 	    0,
    688   1.4  christos 	    "D-Link",
    689   1.1  christos 	    "D-Link DE-650"	},
    690   1.7   thorpej 	},
    691   1.7   thorpej 	{
    692   1.7   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_DLINK_DE660,
    693   1.7   thorpej 	    PCMCIA_CIS_DLINK_DE660,
    694   1.7   thorpej 	    0,
    695   1.7   thorpej 	    "D-Link",
    696   1.7   thorpej 	    "D-Link DE-660"	},
    697  1.83      tron 	},
    698  1.83      tron 	{
    699  1.83      tron 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_RPTI_EP400,
    700  1.83      tron 	    PCMCIA_CIS_RPTI_EP400,
    701  1.83      tron 	    0,
    702  1.83      tron 	    "RPTI",
    703  1.83      tron 	    "RPTI EP400"	},
    704   1.1  christos 	},
    705   1.1  christos 	{
    706   1.1  christos 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_RPTI_EP401,
    707   1.1  christos 	    PCMCIA_CIS_RPTI_EP401,
    708   1.1  christos 	    0,
    709   1.4  christos 	    "RPTI",
    710   1.1  christos 	    "RPTI EP401"	},
    711   1.1  christos 	},
    712   1.1  christos 	{
    713   1.1  christos 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_ACCTON_EN2212,
    714   1.1  christos 	    PCMCIA_CIS_ACCTON_EN2212,
    715   1.1  christos 	    0,
    716   1.4  christos 	    "ACCTON",
    717   1.1  christos 	    "Accton EN2212"	},
    718   1.1  christos 	},
    719   1.1  christos 	{
    720   1.1  christos 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_YEDATA_EXTERNAL_FDD,
    721   1.1  christos 	    PCMCIA_CIS_YEDATA_EXTERNAL_FDD,
    722   1.1  christos 	    0,
    723   1.4  christos 	    "Y-E DATA",
    724   1.1  christos 	    "Y-E DATA External FDD"	},
    725   1.1  christos 	},
    726   1.1  christos 	{
    727   1.1  christos 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_DIGITAL_DEPCMXX,
    728   1.1  christos 	    PCMCIA_CIS_DIGITAL_DEPCMXX,
    729   1.1  christos 	    0,
    730   1.4  christos 	    "Digital Equipment Corporation",
    731   1.1  christos 	    "DEC DEPCM-BA"	},
    732   1.1  christos 	},
    733   1.1  christos 	{
    734  1.16      kenh 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_TEAC_IDECARDII,
    735  1.16      kenh 	    PCMCIA_CIS_TEAC_IDECARDII,
    736  1.16      kenh 	    0,
    737  1.16      kenh 	    "TEAC",
    738  1.16      kenh 	    "TEAC IDE Card/II"	},
    739  1.19       jtk 	},
    740  1.19       jtk 	{
    741  1.19       jtk 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_LINKSYS_ECARD_2,
    742  1.19       jtk 	    PCMCIA_CIS_LINKSYS_ECARD_2,
    743  1.19       jtk 	    0,
    744  1.19       jtk 	    "Linksys Corporation",
    745  1.19       jtk 	    "Linksys E-Card"	},
    746  1.16      kenh 	},
    747  1.16      kenh 	{
    748  1.49     enami 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_COREGA_ETHER_PCC_T,
    749  1.49     enami 	    PCMCIA_CIS_COREGA_ETHER_PCC_T,
    750  1.49     enami 	    0,
    751  1.49     enami 	    "Corega K.K.",
    752  1.75     enami 	    "Corega Ether PCC-T"	},
    753  1.49     enami 	},
    754  1.49     enami 	{
    755  1.49     enami 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_COREGA_ETHER_II_PCC_T,
    756  1.49     enami 	    PCMCIA_CIS_COREGA_ETHER_II_PCC_T,
    757  1.54       jun 	    0,
    758  1.54       jun 	    "Corega K.K.",
    759  1.75     enami 	    "Corega EtherII PCC-T"	},
    760  1.54       jun 	},
    761  1.54       jun 	{
    762  1.54       jun 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_COREGA_FAST_ETHER_PCC_TX,
    763  1.54       jun 	    PCMCIA_CIS_COREGA_FAST_ETHER_PCC_TX,
    764  1.24   thorpej 	    0,
    765  1.24   thorpej 	    "Corega K.K.",
    766  1.75     enami 	    "Corega FastEther PCC-TX"	},
    767  1.24   thorpej 	},
    768  1.24   thorpej 	{
    769  1.85    itojun 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_COREGA_WIRELESS_LAN_PCC_11,
    770  1.85    itojun 	    PCMCIA_CIS_COREGA_WIRELESS_LAN_PCC_11,
    771  1.85    itojun 	    0,
    772  1.85    itojun 	    "Corega K.K.",
    773  1.85    itojun 	    "Corega Wireless LAN PCC-11"	},
    774  1.85    itojun 	},
    775  1.85    itojun 	{
    776  1.25   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_SVEC_COMBOCARD,
    777  1.25   thorpej 	    PCMCIA_CIS_SVEC_COMBOCARD,
    778  1.25   thorpej 	    0,
    779  1.25   thorpej 	    "SVEC/Hawking Technology",
    780  1.25   thorpej 	    "SVEC/Hawking Tech. Combo Card"	},
    781  1.32      marc 	},
    782  1.32      marc 	{
    783  1.32      marc 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_SVEC_LANCARD,
    784  1.32      marc 	    PCMCIA_CIS_SVEC_LANCARD,
    785  1.32      marc 	    0,
    786  1.32      marc 	    "SVEC/Hawking Technology",
    787  1.32      marc 	    "SVEC PCMCIA Lan Card"	},
    788  1.71   mycroft 	},
    789  1.71   mycroft 	{
    790  1.71   mycroft 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_SVEC_PN650TX,
    791  1.71   mycroft 	    PCMCIA_CIS_SVEC_PN650TX,
    792  1.71   mycroft 	    0,
    793  1.71   mycroft 	    "SVEC/Hawking Technology",
    794  1.71   mycroft 	    "SVEC PN650TX 10/100 Dual Speed Fast Ethernet PC Card"	},
    795  1.34   nathanw 	},
    796  1.34   nathanw 	{
    797  1.48        is 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_AMBICOM_AMB8002T,
    798  1.48        is 	    PCMCIA_CIS_AMBICOM_AMB8002T,
    799  1.48        is 	    0,
    800  1.48        is 	    "AmbiCom Inc",
    801  1.48        is 	    "AmbiCom AMB8002T"	},
    802  1.57     enami 	},
    803  1.57     enami 	{
    804  1.57     enami 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_IODATA_PCLAT,
    805  1.57     enami 	    PCMCIA_CIS_IODATA_PCLAT,
    806  1.57     enami 	    0,
    807  1.57     enami 	    "I-O DATA",
    808  1.57     enami 	    "IO-DATA PCLA/T"	},
    809  1.48        is 	},
    810  1.48        is 	{
    811  1.63      danw 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_EPSON_EEN10B,
    812  1.63      danw 	    PCMCIA_CIS_EPSON_EEN10B,
    813  1.63      danw 	    0,
    814  1.63      danw 	    "Seiko Epson Corporation",
    815  1.63      danw 	    "Epson EEN10B"	},
    816  1.63      danw 	},
    817  1.63      danw 	{
    818  1.65  augustss 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_EXP_EXPMULTIMEDIA,
    819  1.65  augustss 	    PCMCIA_CIS_EXP_EXPMULTIMEDIA,
    820  1.65  augustss 	    0,
    821  1.65  augustss 	    "EXP Computer Inc",
    822  1.65  augustss 	    "EXP IDE/ATAPI DVD Card"	},
    823  1.65  augustss 	},
    824  1.65  augustss 	{
    825  1.81      onoe 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_AMD_AM79C930,
    826  1.81      onoe 	    PCMCIA_CIS_AMD_AM79C930,
    827  1.76     enami 	    0,
    828  1.81      onoe 	    "AMD",
    829  1.81      onoe 	    "AMD Am79C930"	},
    830  1.76     enami 	},
    831  1.76     enami 	{
    832  1.77     enami 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_ICOM_SL200,
    833  1.77     enami 	    PCMCIA_CIS_ICOM_SL200,
    834  1.77     enami 	    0,
    835  1.77     enami 	    "ICOM Inc",
    836  1.77     enami 	    "Icom SL-200"	},
    837  1.77     enami 	},
    838  1.77     enami 	{
    839  1.78     enami 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_XIRCOM_CFE_10,
    840  1.78     enami 	    PCMCIA_CIS_XIRCOM_CFE_10,
    841  1.78     enami 	    0,
    842  1.78     enami 	    "Xircom",
    843  1.78     enami 	    "Xircom CompactCard CFE-10"	},
    844  1.78     enami 	},
    845  1.78     enami 	{
    846  1.79       uch 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_BILLIONTON_LNT10TN,
    847  1.79       uch 	    PCMCIA_CIS_BILLIONTON_LNT10TN,
    848  1.79       uch 	    0,
    849  1.79       uch 	    "Billionton Systems Inc.",
    850  1.79       uch 	    "Billionton Systems Inc. LNT-10TN NE2000 Compatible Card"	},
    851  1.87       scw 	},
    852  1.87       scw 	{
    853  1.87       scw 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_NDC_ND5100_E,
    854  1.87       scw 	    PCMCIA_CIS_NDC_ND5100_E,
    855  1.87       scw 	    0,
    856  1.87       scw 	    "",
    857  1.87       scw 	    "Sohoware ND5100E NE2000 Compatible Card"	},
    858  1.79       uch 	},
    859  1.79       uch 	{
    860  1.94      onoe 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_INTERSIL_PRISM2,
    861  1.94      onoe 	    PCMCIA_CIS_INTERSIL_PRISM2,
    862  1.94      onoe 	    0,
    863  1.94      onoe 	    "Intersil",
    864  1.94      onoe 	    "Intersil Prism II"	},
    865  1.94      onoe 	},
    866  1.94      onoe 	{
    867  1.98   msaitoh 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_MELCO_LPC2_TX,
    868  1.98   msaitoh 	    PCMCIA_CIS_MELCO_LPC2_TX,
    869  1.98   msaitoh 	    0,
    870  1.98   msaitoh 	    "Melco Corporation",
    871  1.98   msaitoh 	    "Melco LPC2-TX"	},
    872  1.98   msaitoh 	},
    873  1.98   msaitoh 	{
    874  1.34   nathanw 	    PCMCIA_VENDOR_FUJITSU, 0,
    875  1.34   nathanw 	    PCMCIA_KNOWNDEV_NOPROD,
    876  1.34   nathanw 	    PCMCIA_CIS_INVALID,
    877  1.34   nathanw 	    "Fujitsu Corporation",
    878  1.82   mycroft 	    NULL,
    879  1.82   mycroft 	},
    880  1.82   mycroft 	{
    881  1.82   mycroft 	    PCMCIA_VENDOR_PANASONIC, 0,
    882  1.82   mycroft 	    PCMCIA_KNOWNDEV_NOPROD,
    883  1.82   mycroft 	    PCMCIA_CIS_INVALID,
    884  1.82   mycroft 	    "Matsushita Electric Industrial Co.",
    885  1.34   nathanw 	    NULL,
    886  1.25   thorpej 	},
    887  1.25   thorpej 	{
    888  1.16      kenh 	    PCMCIA_VENDOR_SANDISK, 0,
    889  1.16      kenh 	    PCMCIA_KNOWNDEV_NOPROD,
    890  1.16      kenh 	    PCMCIA_CIS_INVALID,
    891  1.16      kenh 	    "Sandisk Corporation",
    892  1.16      kenh 	    NULL,
    893  1.16      kenh 	},
    894  1.16      kenh 	{
    895  1.12   thorpej 	    PCMCIA_VENDOR_NEWMEDIA, 0,
    896  1.12   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
    897  1.12   thorpej 	    PCMCIA_CIS_INVALID,
    898  1.43       hwr 	    "New Media Corporation",
    899  1.12   thorpej 	    NULL,
    900  1.12   thorpej 	},
    901  1.12   thorpej 	{
    902  1.66      joda 	    PCMCIA_VENDOR_INTEL, 0,
    903  1.66      joda 	    PCMCIA_KNOWNDEV_NOPROD,
    904  1.66      joda 	    PCMCIA_CIS_INVALID,
    905  1.66      joda 	    "Intel",
    906  1.66      joda 	    NULL,
    907  1.66      joda 	},
    908  1.66      joda 	{
    909   1.1  christos 	    PCMCIA_VENDOR_IBM, 0,
    910   1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    911   1.1  christos 	    PCMCIA_CIS_INVALID,
    912   1.1  christos 	    "IBM Corporation",
    913   1.1  christos 	    NULL,
    914   1.1  christos 	},
    915   1.1  christos 	{
    916   1.1  christos 	    PCMCIA_VENDOR_MOTOROLA, 0,
    917   1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    918   1.1  christos 	    PCMCIA_CIS_INVALID,
    919   1.1  christos 	    "Motorola Corporation",
    920   1.1  christos 	    NULL,
    921   1.1  christos 	},
    922   1.1  christos 	{
    923   1.1  christos 	    PCMCIA_VENDOR_3COM, 0,
    924   1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    925   1.1  christos 	    PCMCIA_CIS_INVALID,
    926   1.1  christos 	    "3Com Corporation",
    927   1.1  christos 	    NULL,
    928   1.1  christos 	},
    929   1.1  christos 	{
    930   1.1  christos 	    PCMCIA_VENDOR_MEGAHERTZ, 0,
    931   1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    932   1.1  christos 	    PCMCIA_CIS_INVALID,
    933   1.1  christos 	    "Megahertz Corporation",
    934   1.1  christos 	    NULL,
    935   1.1  christos 	},
    936   1.1  christos 	{
    937   1.1  christos 	    PCMCIA_VENDOR_SOCKET, 0,
    938   1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    939   1.1  christos 	    PCMCIA_CIS_INVALID,
    940   1.1  christos 	    "Socket Communications",
    941   1.1  christos 	    NULL,
    942   1.1  christos 	},
    943   1.1  christos 	{
    944   1.1  christos 	    PCMCIA_VENDOR_TDK, 0,
    945   1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    946   1.1  christos 	    PCMCIA_CIS_INVALID,
    947   1.1  christos 	    "TDK Corporation",
    948   1.1  christos 	    NULL,
    949   1.1  christos 	},
    950   1.1  christos 	{
    951  1.66      joda 	    PCMCIA_VENDOR_XIRCOM, 0,
    952  1.66      joda 	    PCMCIA_KNOWNDEV_NOPROD,
    953  1.66      joda 	    PCMCIA_CIS_INVALID,
    954  1.66      joda 	    "Xircom",
    955  1.66      joda 	    NULL,
    956  1.66      joda 	},
    957  1.66      joda 	{
    958  1.12   thorpej 	    PCMCIA_VENDOR_SMC, 0,
    959  1.12   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
    960  1.12   thorpej 	    PCMCIA_CIS_INVALID,
    961  1.12   thorpej 	    "Standard Microsystems Corporation",
    962  1.12   thorpej 	    NULL,
    963  1.12   thorpej 	},
    964  1.12   thorpej 	{
    965   1.1  christos 	    PCMCIA_VENDOR_USROBOTICS, 0,
    966   1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    967   1.1  christos 	    PCMCIA_CIS_INVALID,
    968   1.1  christos 	    "US Robotics Corporation",
    969   1.1  christos 	    NULL,
    970   1.1  christos 	},
    971   1.1  christos 	{
    972   1.1  christos 	    PCMCIA_VENDOR_MEGAHERTZ2, 0,
    973   1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    974   1.1  christos 	    PCMCIA_CIS_INVALID,
    975   1.1  christos 	    "Megahertz Corporation",
    976   1.1  christos 	    NULL,
    977   1.1  christos 	},
    978   1.1  christos 	{
    979  1.91      onoe 	    PCMCIA_VENDOR_OLICOM, 0,
    980  1.91      onoe 	    PCMCIA_KNOWNDEV_NOPROD,
    981  1.91      onoe 	    PCMCIA_CIS_INVALID,
    982  1.91      onoe 	    "Olicom",
    983  1.91      onoe 	    NULL,
    984  1.91      onoe 	},
    985  1.91      onoe 	{
    986   1.1  christos 	    PCMCIA_VENDOR_ADAPTEC, 0,
    987   1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    988   1.1  christos 	    PCMCIA_CIS_INVALID,
    989   1.1  christos 	    "Adaptec Corporation",
    990   1.1  christos 	    NULL,
    991   1.1  christos 	},
    992   1.1  christos 	{
    993  1.66      joda 	    PCMCIA_VENDOR_COMPAQ, 0,
    994  1.66      joda 	    PCMCIA_KNOWNDEV_NOPROD,
    995  1.66      joda 	    PCMCIA_CIS_INVALID,
    996  1.66      joda 	    "Compaq",
    997  1.66      joda 	    NULL,
    998  1.66      joda 	},
    999  1.66      joda 	{
   1000   1.1  christos 	    PCMCIA_VENDOR_LINKSYS, 0,
   1001   1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   1002   1.1  christos 	    PCMCIA_CIS_INVALID,
   1003   1.1  christos 	    "Linksys Corporation",
   1004   1.5   thorpej 	    NULL,
   1005   1.5   thorpej 	},
   1006   1.5   thorpej 	{
   1007   1.5   thorpej 	    PCMCIA_VENDOR_SIMPLETECH, 0,
   1008   1.5   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   1009   1.5   thorpej 	    PCMCIA_CIS_INVALID,
   1010   1.5   thorpej 	    "Simple Technology",
   1011  1.42  sommerfe 	    NULL,
   1012  1.42  sommerfe 	},
   1013  1.42  sommerfe 	{
   1014  1.42  sommerfe 	    PCMCIA_VENDOR_LUCENT, 0,
   1015  1.42  sommerfe 	    PCMCIA_KNOWNDEV_NOPROD,
   1016  1.42  sommerfe 	    PCMCIA_CIS_INVALID,
   1017  1.42  sommerfe 	    "Lucent Technologies",
   1018  1.67      jlam 	    NULL,
   1019  1.67      jlam 	},
   1020  1.67      jlam 	{
   1021  1.67      jlam 	    PCMCIA_VENDOR_AIRONET, 0,
   1022  1.67      jlam 	    PCMCIA_KNOWNDEV_NOPROD,
   1023  1.67      jlam 	    PCMCIA_CIS_INVALID,
   1024  1.67      jlam 	    "Aironet Wireless Communications",
   1025  1.66      joda 	    NULL,
   1026  1.66      joda 	},
   1027  1.66      joda 	{
   1028  1.66      joda 	    PCMCIA_VENDOR_COMPAQ2, 0,
   1029  1.66      joda 	    PCMCIA_KNOWNDEV_NOPROD,
   1030  1.66      joda 	    PCMCIA_CIS_INVALID,
   1031  1.66      joda 	    "Compaq",
   1032   1.1  christos 	    NULL,
   1033   1.1  christos 	},
   1034   1.1  christos 	{
   1035   1.1  christos 	    PCMCIA_VENDOR_DAYNA, 0,
   1036   1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   1037   1.1  christos 	    PCMCIA_CIS_INVALID,
   1038   1.1  christos 	    "Dayna Corporation",
   1039  1.64  augustss 	    NULL,
   1040  1.64  augustss 	},
   1041  1.64  augustss 	{
   1042  1.68    chopps 	    PCMCIA_VENDOR_RAYTHEON, 0,
   1043  1.64  augustss 	    PCMCIA_KNOWNDEV_NOPROD,
   1044  1.64  augustss 	    PCMCIA_CIS_INVALID,
   1045  1.68    chopps 	    "Raytheon",
   1046  1.56  sommerfe 	    NULL,
   1047  1.56  sommerfe 	},
   1048  1.56  sommerfe 	{
   1049  1.97       imp 	    PCMCIA_VENDOR_IODATA, 0,
   1050  1.56  sommerfe 	    PCMCIA_KNOWNDEV_NOPROD,
   1051  1.56  sommerfe 	    PCMCIA_CIS_INVALID,
   1052  1.97       imp 	    "I-O DATA",
   1053   1.1  christos 	    NULL,
   1054   1.1  christos 	},
   1055   1.1  christos 	{
   1056  1.97       imp 	    PCMCIA_VENDOR_BAY, 0,
   1057   1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   1058   1.1  christos 	    PCMCIA_CIS_INVALID,
   1059  1.97       imp 	    "Bay Networks",
   1060  1.91      onoe 	    NULL,
   1061  1.91      onoe 	},
   1062  1.91      onoe 	{
   1063  1.91      onoe 	    PCMCIA_VENDOR_FARALLON, 0,
   1064  1.91      onoe 	    PCMCIA_KNOWNDEV_NOPROD,
   1065  1.91      onoe 	    PCMCIA_CIS_INVALID,
   1066  1.91      onoe 	    "Farallon Communications",
   1067  1.84   mycroft 	    NULL,
   1068  1.84   mycroft 	},
   1069  1.84   mycroft 	{
   1070  1.98   msaitoh 	    PCMCIA_VENDOR_TELECOMDEVICE, 0,
   1071  1.98   msaitoh 	    PCMCIA_KNOWNDEV_NOPROD,
   1072  1.98   msaitoh 	    PCMCIA_CIS_INVALID,
   1073  1.98   msaitoh 	    "Telecom Device",
   1074  1.98   msaitoh 	    NULL,
   1075  1.98   msaitoh 	},
   1076  1.98   msaitoh 	{
   1077  1.84   mycroft 	    PCMCIA_VENDOR_NOKIA, 0,
   1078  1.84   mycroft 	    PCMCIA_KNOWNDEV_NOPROD,
   1079  1.84   mycroft 	    PCMCIA_CIS_INVALID,
   1080  1.84   mycroft 	    "Nokia Communications",
   1081  1.96      onoe 	    NULL,
   1082  1.96      onoe 	},
   1083  1.96      onoe 	{
   1084  1.96      onoe 	    PCMCIA_VENDOR_SAMSUNG, 0,
   1085  1.96      onoe 	    PCMCIA_KNOWNDEV_NOPROD,
   1086  1.96      onoe 	    PCMCIA_CIS_INVALID,
   1087  1.96      onoe 	    "Samsung",
   1088  1.41       mjl 	    NULL,
   1089  1.41       mjl 	},
   1090  1.41       mjl 	{
   1091  1.41       mjl 	    PCMCIA_VENDOR_LASAT, 0,
   1092  1.41       mjl 	    PCMCIA_KNOWNDEV_NOPROD,
   1093  1.41       mjl 	    PCMCIA_CIS_INVALID,
   1094  1.41       mjl 	    "Lasat Communications A/S",
   1095  1.73     soren 	    NULL,
   1096  1.73     soren 	},
   1097  1.73     soren 	{
   1098  1.73     soren 	    PCMCIA_VENDOR_LEXARMEDIA, 0,
   1099  1.73     soren 	    PCMCIA_KNOWNDEV_NOPROD,
   1100  1.73     soren 	    PCMCIA_CIS_INVALID,
   1101  1.73     soren 	    "Lexar Media",
   1102  1.27   thorpej 	    NULL,
   1103  1.27   thorpej 	},
   1104  1.27   thorpej 	{
   1105  1.27   thorpej 	    PCMCIA_VENDOR_COMPEX, 0,
   1106  1.27   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   1107  1.27   thorpej 	    PCMCIA_CIS_INVALID,
   1108  1.27   thorpej 	    "Compex Corporation",
   1109  1.24   thorpej 	    NULL,
   1110  1.24   thorpej 	},
   1111  1.24   thorpej 	{
   1112  1.78     enami 	    PCMCIA_VENDOR_MELCO, 0,
   1113  1.78     enami 	    PCMCIA_KNOWNDEV_NOPROD,
   1114  1.78     enami 	    PCMCIA_CIS_INVALID,
   1115  1.78     enami 	    "Melco Corporation",
   1116  1.78     enami 	    NULL,
   1117  1.78     enami 	},
   1118  1.78     enami 	{
   1119  1.46      tron 	    PCMCIA_VENDOR_CONTEC, 0,
   1120  1.46      tron 	    PCMCIA_KNOWNDEV_NOPROD,
   1121  1.46      tron 	    PCMCIA_CIS_INVALID,
   1122  1.46      tron 	    "Contec",
   1123  1.98   msaitoh 	    NULL,
   1124  1.98   msaitoh 	},
   1125  1.98   msaitoh 	{
   1126  1.98   msaitoh 	    PCMCIA_VENDOR_MACNICA, 0,
   1127  1.98   msaitoh 	    PCMCIA_KNOWNDEV_NOPROD,
   1128  1.98   msaitoh 	    PCMCIA_CIS_INVALID,
   1129  1.98   msaitoh 	    "MACNICA",
   1130  1.46      tron 	    NULL,
   1131  1.46      tron 	},
   1132  1.46      tron 	{
   1133  1.24   thorpej 	    PCMCIA_VENDOR_COREGA, 0,
   1134  1.24   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   1135  1.24   thorpej 	    PCMCIA_CIS_INVALID,
   1136  1.24   thorpej 	    "Corega K.K.",
   1137  1.46      tron 	    NULL,
   1138  1.46      tron 	},
   1139  1.46      tron 	{
   1140  1.46      tron 	    PCMCIA_VENDOR_ALLIEDTELESIS, 0,
   1141  1.46      tron 	    PCMCIA_KNOWNDEV_NOPROD,
   1142  1.46      tron 	    PCMCIA_CIS_INVALID,
   1143  1.46      tron 	    "Allied Telesis K.K.",
   1144   1.4  christos 	    NULL,
   1145   1.4  christos 	},
   1146   1.4  christos 	{
   1147  1.16      kenh 	    PCMCIA_VENDOR_HAGIWARASYSCOM, 0,
   1148  1.16      kenh 	    PCMCIA_KNOWNDEV_NOPROD,
   1149  1.16      kenh 	    PCMCIA_CIS_INVALID,
   1150  1.16      kenh 	    "Hagiwara SYS-COM",
   1151  1.89        is 	    NULL,
   1152  1.89        is 	},
   1153  1.89        is 	{
   1154  1.89        is 	    PCMCIA_VENDOR_RATOC, 0,
   1155  1.89        is 	    PCMCIA_KNOWNDEV_NOPROD,
   1156  1.89        is 	    PCMCIA_CIS_INVALID,
   1157  1.89        is 	    "RATOC System Inc.",
   1158  1.16      kenh 	    NULL,
   1159  1.16      kenh 	},
   1160  1.16      kenh 	{
   1161   1.4  christos 	    PCMCIA_VENDOR_PREMAX, 0,
   1162   1.4  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   1163   1.4  christos 	    PCMCIA_CIS_INVALID,
   1164   1.4  christos 	    "Premax",
   1165   1.4  christos 	    NULL,
   1166   1.4  christos 	},
   1167   1.4  christos 	{
   1168   1.4  christos 	    PCMCIA_VENDOR_PLANET, 0,
   1169   1.4  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   1170   1.4  christos 	    PCMCIA_CIS_INVALID,
   1171   1.4  christos 	    "Planet",
   1172  1.50     enami 	    NULL,
   1173  1.50     enami 	},
   1174  1.50     enami 	{
   1175  1.50     enami 	    PCMCIA_VENDOR_PLANEX, 0,
   1176  1.50     enami 	    PCMCIA_KNOWNDEV_NOPROD,
   1177  1.50     enami 	    PCMCIA_CIS_INVALID,
   1178  1.50     enami 	    "Planex Communications Inc",
   1179   1.4  christos 	    NULL,
   1180   1.4  christos 	},
   1181   1.4  christos 	{
   1182   1.4  christos 	    PCMCIA_VENDOR_DLINK, 0,
   1183   1.4  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   1184   1.4  christos 	    PCMCIA_CIS_INVALID,
   1185   1.4  christos 	    "D-Link",
   1186   1.4  christos 	    NULL,
   1187   1.4  christos 	},
   1188   1.4  christos 	{
   1189   1.4  christos 	    PCMCIA_VENDOR_RPTI, 0,
   1190   1.4  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   1191   1.4  christos 	    PCMCIA_CIS_INVALID,
   1192   1.4  christos 	    "RPTI",
   1193   1.4  christos 	    NULL,
   1194   1.4  christos 	},
   1195   1.4  christos 	{
   1196   1.4  christos 	    PCMCIA_VENDOR_ACCTON, 0,
   1197   1.4  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   1198   1.4  christos 	    PCMCIA_CIS_INVALID,
   1199   1.4  christos 	    "ACCTON",
   1200   1.4  christos 	    NULL,
   1201   1.4  christos 	},
   1202   1.4  christos 	{
   1203   1.4  christos 	    PCMCIA_VENDOR_YEDATA, 0,
   1204   1.4  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   1205   1.4  christos 	    PCMCIA_CIS_INVALID,
   1206   1.4  christos 	    "Y-E DATA",
   1207   1.4  christos 	    NULL,
   1208   1.4  christos 	},
   1209   1.4  christos 	{
   1210   1.4  christos 	    PCMCIA_VENDOR_DIGITAL, 0,
   1211   1.4  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   1212   1.4  christos 	    PCMCIA_CIS_INVALID,
   1213   1.4  christos 	    "Digital Equipment Corporation",
   1214  1.16      kenh 	    NULL,
   1215  1.16      kenh 	},
   1216  1.16      kenh 	{
   1217  1.16      kenh 	    PCMCIA_VENDOR_TEAC, 0,
   1218  1.16      kenh 	    PCMCIA_KNOWNDEV_NOPROD,
   1219  1.16      kenh 	    PCMCIA_CIS_INVALID,
   1220  1.16      kenh 	    "TEAC",
   1221  1.25   thorpej 	    NULL,
   1222  1.25   thorpej 	},
   1223  1.25   thorpej 	{
   1224  1.25   thorpej 	    PCMCIA_VENDOR_SVEC, 0,
   1225  1.25   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   1226  1.25   thorpej 	    PCMCIA_CIS_INVALID,
   1227  1.25   thorpej 	    "SVEC/Hawking Technology",
   1228  1.48        is 	    NULL,
   1229  1.48        is 	},
   1230  1.48        is 	{
   1231  1.48        is 	    PCMCIA_VENDOR_AMBICOM, 0,
   1232  1.48        is 	    PCMCIA_KNOWNDEV_NOPROD,
   1233  1.48        is 	    PCMCIA_CIS_INVALID,
   1234  1.48        is 	    "AmbiCom Inc",
   1235  1.63      danw 	    NULL,
   1236  1.63      danw 	},
   1237  1.63      danw 	{
   1238  1.63      danw 	    PCMCIA_VENDOR_EPSON, 0,
   1239  1.63      danw 	    PCMCIA_KNOWNDEV_NOPROD,
   1240  1.63      danw 	    PCMCIA_CIS_INVALID,
   1241  1.63      danw 	    "Seiko Epson Corporation",
   1242  1.65  augustss 	    NULL,
   1243  1.65  augustss 	},
   1244  1.65  augustss 	{
   1245  1.65  augustss 	    PCMCIA_VENDOR_EXP, 0,
   1246  1.65  augustss 	    PCMCIA_KNOWNDEV_NOPROD,
   1247  1.65  augustss 	    PCMCIA_CIS_INVALID,
   1248  1.65  augustss 	    "EXP Computer Inc",
   1249  1.77     enami 	    NULL,
   1250  1.77     enami 	},
   1251  1.77     enami 	{
   1252  1.77     enami 	    PCMCIA_VENDOR_ICOM, 0,
   1253  1.77     enami 	    PCMCIA_KNOWNDEV_NOPROD,
   1254  1.77     enami 	    PCMCIA_CIS_INVALID,
   1255  1.77     enami 	    "ICOM Inc",
   1256  1.79       uch 	    NULL,
   1257  1.79       uch 	},
   1258  1.79       uch 	{
   1259  1.79       uch 	    PCMCIA_VENDOR_BILLIONTON, 0,
   1260  1.79       uch 	    PCMCIA_KNOWNDEV_NOPROD,
   1261  1.79       uch 	    PCMCIA_CIS_INVALID,
   1262  1.79       uch 	    "Billionton Systems Inc.",
   1263  1.81      onoe 	    NULL,
   1264  1.81      onoe 	},
   1265  1.81      onoe 	{
   1266  1.81      onoe 	    PCMCIA_VENDOR_AMD, 0,
   1267  1.81      onoe 	    PCMCIA_KNOWNDEV_NOPROD,
   1268  1.81      onoe 	    PCMCIA_CIS_INVALID,
   1269  1.81      onoe 	    "AMD",
   1270  1.94      onoe 	    NULL,
   1271  1.94      onoe 	},
   1272  1.94      onoe 	{
   1273  1.94      onoe 	    PCMCIA_VENDOR_INTERSIL, 0,
   1274  1.94      onoe 	    PCMCIA_KNOWNDEV_NOPROD,
   1275  1.94      onoe 	    PCMCIA_CIS_INVALID,
   1276  1.94      onoe 	    "Intersil",
   1277   1.1  christos 	    NULL,
   1278   1.1  christos 	},
   1279   1.1  christos 	{ 0, 0, { NULL, NULL, NULL, NULL }, 0, NULL, NULL, }
   1280   1.1  christos };
   1281