Home | History | Annotate | Line # | Download | only in pcmcia
pcmciadevs_data.h revision 1.80
      1   1.1  christos /*	$NetBSD: pcmciadevs_data.h,v 1.80 2000/03/13 20:31:23 cgd 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.80       cgd  *	NetBSD: pcmciadevs,v 1.81 2000/03/13 20:30:24 cgd 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.80       cgd 	},
     61  1.80       cgd 	{
     62  1.80       cgd 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3C1,
     63  1.80       cgd 	    PCMCIA_CIS_3COM_3C1,
     64  1.80       cgd 	    0,
     65  1.80       cgd 	    "3Com Corporation",
     66  1.80       cgd 	    "3Com Megahertz 3C1 10Mbps LAN CF+ Card"	},
     67   1.1  christos 	},
     68   1.1  christos 	{
     69   1.1  christos 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3C562,
     70   1.1  christos 	    PCMCIA_CIS_3COM_3C562,
     71   1.1  christos 	    0,
     72   1.1  christos 	    "3Com Corporation",
     73   1.2  christos 	    "3Com 3c562 33.6 Modem/10Mbps Ethernet"	},
     74   1.1  christos 	},
     75   1.1  christos 	{
     76   1.1  christos 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3C589,
     77   1.1  christos 	    PCMCIA_CIS_3COM_3C589,
     78   1.1  christos 	    0,
     79   1.1  christos 	    "3Com Corporation",
     80   1.4  christos 	    "3Com 3c589 10Mbps Ethernet"	},
     81  1.14   thorpej 	},
     82  1.14   thorpej 	{
     83  1.14   thorpej 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3C574,
     84  1.14   thorpej 	    PCMCIA_CIS_3COM_3C574,
     85  1.14   thorpej 	    0,
     86  1.14   thorpej 	    "3Com Corporation",
     87  1.14   thorpej 	    "3Com 3c574-TX 10/100Mbps Ethernet"	},
     88  1.30      marc 	},
     89  1.30      marc 	{
     90  1.59     soren 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3CXM056BNW,
     91  1.59     soren 	    PCMCIA_CIS_3COM_3CXM056BNW,
     92  1.59     soren 	    0,
     93  1.59     soren 	    "3Com Corporation",
     94  1.59     soren 	    "3Com/NoteWorthy 3CXM056-BNW 56K Modem"	},
     95  1.59     soren 	},
     96  1.59     soren 	{
     97  1.30      marc 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3CXEM556,
     98  1.30      marc 	    PCMCIA_CIS_3COM_3CXEM556,
     99  1.30      marc 	    0,
    100  1.30      marc 	    "3Com Corporation",
    101  1.30      marc 	    "3Com/Megahertz 3CXEM556 Ethernet/Modem"	},
    102  1.45      tron 	},
    103  1.45      tron 	{
    104  1.45      tron 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3CXEM556INT,
    105  1.45      tron 	    PCMCIA_CIS_3COM_3CXEM556INT,
    106  1.45      tron 	    0,
    107  1.45      tron 	    "3Com Corporation",
    108  1.45      tron 	    "3Com/Megahertz 3CXEM556-INT Ethernet/Modem"	},
    109  1.52   thorpej 	},
    110  1.52   thorpej 	{
    111  1.52   thorpej 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3CCFEM556BI,
    112  1.52   thorpej 	    PCMCIA_CIS_3COM_3CCFEM556BI,
    113  1.52   thorpej 	    0,
    114  1.52   thorpej 	    "3Com Corporation",
    115  1.52   thorpej 	    "3Com/Megahertz 3CCFEM556BI Ethernet/Modem"	},
    116  1.26   thorpej 	},
    117  1.26   thorpej 	{
    118  1.26   thorpej 	    PCMCIA_VENDOR_COMPEX, PCMCIA_PRODUCT_COMPEX_LINKPORT_ENET_B,
    119  1.26   thorpej 	    PCMCIA_CIS_COMPEX_LINKPORT_ENET_B,
    120  1.26   thorpej 	    0,
    121  1.27   thorpej 	    "Compex Corporation",
    122  1.26   thorpej 	    "Compex Linkport ENET-B Ethernet"	},
    123  1.40       mjl 	},
    124  1.40       mjl 	{
    125  1.40       mjl 	    PCMCIA_VENDOR_LASAT, PCMCIA_PRODUCT_LASAT_CREDIT_288,
    126  1.40       mjl 	    PCMCIA_CIS_LASAT_CREDIT_288,
    127  1.40       mjl 	    0,
    128  1.41       mjl 	    "Lasat Communications A/S",
    129  1.40       mjl 	    "Lasat Credit 288 Modem"	},
    130   1.1  christos 	},
    131   1.1  christos 	{
    132  1.17       dbj 	    PCMCIA_VENDOR_DAYNA, PCMCIA_PRODUCT_DAYNA_COMMUNICARD_E_1,
    133  1.17       dbj 	    PCMCIA_CIS_DAYNA_COMMUNICARD_E_1,
    134  1.17       dbj 	    0,
    135  1.17       dbj 	    "Dayna Corporation",
    136  1.17       dbj 	    "Dayna CommuniCard E"	},
    137  1.17       dbj 	},
    138  1.17       dbj 	{
    139  1.17       dbj 	    PCMCIA_VENDOR_DAYNA, PCMCIA_PRODUCT_DAYNA_COMMUNICARD_E_2,
    140  1.17       dbj 	    PCMCIA_CIS_DAYNA_COMMUNICARD_E_2,
    141   1.1  christos 	    0,
    142   1.1  christos 	    "Dayna Corporation",
    143   1.4  christos 	    "Dayna CommuniCard E"	},
    144   1.1  christos 	},
    145   1.1  christos 	{
    146  1.16      kenh 	    PCMCIA_VENDOR_DIGITAL, PCMCIA_PRODUCT_DIGITAL_MOBILE_MEDIA_CDROM,
    147  1.16      kenh 	    PCMCIA_CIS_DIGITAL_MOBILE_MEDIA_CDROM,
    148  1.16      kenh 	    0,
    149  1.16      kenh 	    "Digital Equipment Corporation",
    150  1.16      kenh 	    "Digital Mobile Media CD-ROM"	},
    151  1.16      kenh 	},
    152  1.16      kenh 	{
    153  1.35   nathanw 	    PCMCIA_VENDOR_FUJITSU, PCMCIA_PRODUCT_FUJITSU_SCSI600,
    154  1.35   nathanw 	    PCMCIA_CIS_FUJITSU_SCSI600,
    155  1.34   nathanw 	    0,
    156  1.35   nathanw 	    "Fujitsu Corporation",
    157  1.34   nathanw 	    "Fujitsu SCSI 600 Interface"	},
    158  1.34   nathanw 	},
    159  1.34   nathanw 	{
    160   1.1  christos 	    PCMCIA_VENDOR_MOTOROLA, PCMCIA_PRODUCT_MOTOROLA_POWER144,
    161   1.1  christos 	    PCMCIA_CIS_MOTOROLA_POWER144,
    162   1.1  christos 	    0,
    163   1.1  christos 	    "Motorola Corporation",
    164   1.4  christos 	    "Motorola Power 14.4 Modem"	},
    165   1.1  christos 	},
    166   1.1  christos 	{
    167   1.1  christos 	    PCMCIA_VENDOR_MOTOROLA, PCMCIA_PRODUCT_MOTOROLA_PM100C,
    168   1.1  christos 	    PCMCIA_CIS_MOTOROLA_PM100C,
    169   1.1  christos 	    0,
    170   1.1  christos 	    "Motorola Corporation",
    171   1.4  christos 	    "Motorola Personal Messenger 100C CDPD Modem"	},
    172  1.37   thorpej 	},
    173  1.37   thorpej 	{
    174  1.37   thorpej 	    PCMCIA_VENDOR_FUJITSU, PCMCIA_PRODUCT_FUJITSU_LA501,
    175  1.37   thorpej 	    PCMCIA_CIS_FUJITSU_LA501,
    176  1.37   thorpej 	    0,
    177  1.37   thorpej 	    "Fujitsu Corporation",
    178  1.37   thorpej 	    "Fujitsu Towa LA501 Ethernet"	},
    179  1.53        is 	},
    180  1.53        is 	{
    181  1.53        is 	    PCMCIA_VENDOR_FUJITSU, PCMCIA_PRODUCT_FUJITSU_LA10S,
    182  1.53        is 	    PCMCIA_CIS_FUJITSU_LA10S,
    183  1.53        is 	    0,
    184  1.53        is 	    "Fujitsu Corporation",
    185  1.53        is 	    "Fujitsu Compact Flash Ethernet"	},
    186   1.1  christos 	},
    187   1.1  christos 	{
    188  1.60     soren 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_3270,
    189  1.60     soren 	    PCMCIA_CIS_IBM_3270,
    190  1.60     soren 	    0,
    191  1.60     soren 	    "IBM Corporation",
    192  1.60     soren 	    "3270 Emulation"	},
    193  1.60     soren 	},
    194  1.60     soren 	{
    195   1.1  christos 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_INFOMOVER,
    196   1.1  christos 	    PCMCIA_CIS_IBM_INFOMOVER,
    197   1.1  christos 	    0,
    198   1.1  christos 	    "IBM Corporation",
    199   1.4  christos 	    "National Semiconductor InfoMover"	},
    200   1.1  christos 	},
    201   1.1  christos 	{
    202  1.60     soren 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_5250,
    203  1.60     soren 	    PCMCIA_CIS_IBM_5250,
    204  1.60     soren 	    0,
    205  1.60     soren 	    "IBM Corporation",
    206  1.60     soren 	    "5250 Emulation"	},
    207  1.60     soren 	},
    208  1.60     soren 	{
    209  1.59     soren 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_TROPIC,
    210  1.59     soren 	    PCMCIA_CIS_IBM_TROPIC,
    211  1.59     soren 	    0,
    212  1.59     soren 	    "IBM Corporation",
    213  1.59     soren 	    "Token Ring 4/16"	},
    214  1.59     soren 	},
    215  1.59     soren 	{
    216   1.1  christos 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_HOME_AND_AWAY,
    217   1.1  christos 	    PCMCIA_CIS_IBM_HOME_AND_AWAY,
    218   1.1  christos 	    0,
    219   1.1  christos 	    "IBM Corporation",
    220   1.4  christos 	    "IBM Home and Away Modem"	},
    221   1.1  christos 	},
    222   1.1  christos 	{
    223  1.29   nathanw 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_WIRELESS_LAN_ENTRY,
    224  1.29   nathanw 	    PCMCIA_CIS_IBM_WIRELESS_LAN_ENTRY,
    225  1.29   nathanw 	    0,
    226  1.29   nathanw 	    "IBM Corporation",
    227  1.29   nathanw 	    "Wireless LAN Entry"	},
    228  1.29   nathanw 	},
    229  1.29   nathanw 	{
    230  1.60     soren 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_PORTABLE_CDROM,
    231  1.60     soren 	    PCMCIA_CIS_IBM_PORTABLE_CDROM,
    232  1.36       abs 	    0,
    233  1.36       abs 	    "IBM Corporation",
    234  1.36       abs 	    "PCMCIA Portable CD-ROM Drive"	},
    235  1.44       cgd 	},
    236  1.44       cgd 	{
    237  1.60     soren 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_ETHERJET,
    238  1.60     soren 	    PCMCIA_CIS_IBM_ETHERJET,
    239  1.44       cgd 	    0,
    240  1.44       cgd 	    "IBM Corporation",
    241  1.60     soren 	    "IBM EtherJet Ethernet"	},
    242  1.36       abs 	},
    243  1.36       abs 	{
    244  1.57     enami 	    PCMCIA_VENDOR_IODATA, PCMCIA_PRODUCT_IODATA_PCLATE,
    245  1.57     enami 	    PCMCIA_CIS_IODATA_PCLATE,
    246   1.1  christos 	    0,
    247   1.1  christos 	    "I-O DATA",
    248  1.57     enami 	    "I-O DATA PCLA/TE"	},
    249   1.1  christos 	},
    250   1.1  christos 	{
    251  1.73     soren 	    PCMCIA_VENDOR_LEXARMEDIA, PCMCIA_PRODUCT_LEXARMEDIA_COMPATFLASH,
    252  1.73     soren 	    PCMCIA_CIS_LEXARMEDIA_COMPATFLASH,
    253  1.73     soren 	    0,
    254  1.73     soren 	    "Lexar Media",
    255  1.73     soren 	    "Lexar Media CompactFlash"	},
    256  1.74   thorpej 	},
    257  1.74   thorpej 	{
    258  1.74   thorpej 	    PCMCIA_VENDOR_LINKSYS, PCMCIA_PRODUCT_LINKSYS_ETHERFAST,
    259  1.74   thorpej 	    PCMCIA_CIS_LINKSYS_ETHERFAST,
    260  1.74   thorpej 	    0,
    261  1.74   thorpej 	    "Linksys Corporation",
    262  1.74   thorpej 	    "Linksys Etherfast 10/100 Ethernet"	},
    263  1.73     soren 	},
    264  1.73     soren 	{
    265  1.19       jtk 	    PCMCIA_VENDOR_LINKSYS, PCMCIA_PRODUCT_LINKSYS_ECARD_1,
    266  1.19       jtk 	    PCMCIA_CIS_LINKSYS_ECARD_1,
    267   1.1  christos 	    0,
    268   1.1  christos 	    "Linksys Corporation",
    269  1.23     itohy 	    "Linksys EthernetCard or D-Link DE-650"	},
    270   1.1  christos 	},
    271   1.1  christos 	{
    272   1.1  christos 	    PCMCIA_VENDOR_LINKSYS, PCMCIA_PRODUCT_LINKSYS_COMBO_ECARD,
    273   1.1  christos 	    PCMCIA_CIS_LINKSYS_COMBO_ECARD,
    274   1.1  christos 	    0,
    275   1.1  christos 	    "Linksys Corporation",
    276   1.4  christos 	    "Linksys Combo EthernetCard"	},
    277   1.9   thorpej 	},
    278   1.9   thorpej 	{
    279   1.9   thorpej 	    PCMCIA_VENDOR_LINKSYS, PCMCIA_PRODUCT_LINKSYS_TRUST_COMBO_ECARD,
    280   1.9   thorpej 	    PCMCIA_CIS_LINKSYS_TRUST_COMBO_ECARD,
    281   1.9   thorpej 	    0,
    282   1.9   thorpej 	    "Linksys Corporation",
    283   1.9   thorpej 	    "Trust (Linksys) Combo EthernetCard"	},
    284   1.1  christos 	},
    285   1.1  christos 	{
    286   1.1  christos 	    PCMCIA_VENDOR_MEGAHERTZ, PCMCIA_PRODUCT_MEGAHERTZ_XJ4288,
    287   1.1  christos 	    PCMCIA_CIS_MEGAHERTZ_XJ4288,
    288   1.1  christos 	    0,
    289   1.1  christos 	    "Megahertz Corporation",
    290   1.4  christos 	    "Megahertz XJ4288 Modem"	},
    291  1.59     soren 	},
    292  1.59     soren 	{
    293  1.59     soren 	    PCMCIA_VENDOR_MEGAHERTZ, PCMCIA_PRODUCT_MEGAHERTZ_XJ4336,
    294  1.59     soren 	    PCMCIA_CIS_MEGAHERTZ_XJ4336,
    295  1.59     soren 	    0,
    296  1.59     soren 	    "Megahertz Corporation",
    297  1.59     soren 	    "Megahertz XJ4336 Modem"	},
    298  1.20   thorpej 	},
    299  1.20   thorpej 	{
    300  1.20   thorpej 	    PCMCIA_VENDOR_MEGAHERTZ, PCMCIA_PRODUCT_MEGAHERTZ_XJ5560,
    301  1.20   thorpej 	    PCMCIA_CIS_MEGAHERTZ_XJ5560,
    302  1.20   thorpej 	    0,
    303  1.20   thorpej 	    "Megahertz Corporation",
    304  1.20   thorpej 	    "Megahertz X-JACK 56kbps Modem"	},
    305   1.1  christos 	},
    306   1.1  christos 	{
    307   1.1  christos 	    PCMCIA_VENDOR_MEGAHERTZ2, PCMCIA_PRODUCT_MEGAHERTZ2_XJACK,
    308   1.1  christos 	    PCMCIA_CIS_MEGAHERTZ2_XJACK,
    309   1.1  christos 	    0,
    310   1.1  christos 	    "Megahertz Corporation",
    311   1.4  christos 	    "Megahertz X-JACK Ethernet"	},
    312  1.36       abs 	},
    313  1.36       abs 	{
    314  1.36       abs 	    PCMCIA_VENDOR_MEGAHERTZ, PCMCIA_PRODUCT_MEGAHERTZ_XJEM3336,
    315  1.36       abs 	    PCMCIA_CIS_MEGAHERTZ_XJEM3336,
    316  1.36       abs 	    0,
    317  1.36       abs 	    "Megahertz Corporation",
    318  1.36       abs 	    "Megahertz X-JACK Ethernet Modem"	},
    319   1.1  christos 	},
    320   1.1  christos 	{
    321  1.78     enami 	    PCMCIA_VENDOR_MELCO, PCMCIA_PRODUCT_MELCO_LPC3_TX,
    322  1.78     enami 	    PCMCIA_CIS_MELCO_LPC3_TX,
    323  1.78     enami 	    0,
    324  1.78     enami 	    "Melco Corporation",
    325  1.78     enami 	    "Melco LPC3-TX"	},
    326  1.78     enami 	},
    327  1.78     enami 	{
    328   1.1  christos 	    PCMCIA_VENDOR_USROBOTICS, PCMCIA_PRODUCT_USROBOTICS_WORLDPORT144,
    329   1.1  christos 	    PCMCIA_CIS_USROBOTICS_WORLDPORT144,
    330   1.1  christos 	    0,
    331   1.1  christos 	    "US Robotics Corporation",
    332   1.4  christos 	    "US Robotics WorldPort 14.4 Modem"	},
    333   1.1  christos 	},
    334   1.1  christos 	{
    335  1.16      kenh 	    PCMCIA_VENDOR_SANDISK, PCMCIA_PRODUCT_SANDISK_SDCFB,
    336  1.16      kenh 	    PCMCIA_CIS_SANDISK_SDCFB,
    337  1.16      kenh 	    0,
    338  1.16      kenh 	    "Sandisk Corporation",
    339  1.16      kenh 	    "Sandisk CompactFlash Card"	},
    340  1.16      kenh 	},
    341  1.16      kenh 	{
    342   1.5   thorpej 	    PCMCIA_VENDOR_SIMPLETECH, PCMCIA_PRODUCT_SIMPLETECH_COMMUNICATOR288,
    343   1.5   thorpej 	    PCMCIA_CIS_SIMPLETECH_COMMUNICATOR288,
    344   1.5   thorpej 	    0,
    345   1.5   thorpej 	    "Simple Technology",
    346   1.5   thorpej 	    "Simple Technology 28.8 Communicator"	},
    347   1.5   thorpej 	},
    348   1.5   thorpej 	{
    349  1.42  sommerfe 	    PCMCIA_VENDOR_SIMPLETECH, PCMCIA_PRODUCT_SIMPLETECH_SPECTRUM24,
    350  1.42  sommerfe 	    PCMCIA_CIS_SIMPLETECH_SPECTRUM24,
    351  1.42  sommerfe 	    0,
    352  1.42  sommerfe 	    "Simple Technology",
    353  1.42  sommerfe 	    "Symbol Spectrum24 WLAN Adapter"	},
    354  1.42  sommerfe 	},
    355  1.42  sommerfe 	{
    356   1.1  christos 	    PCMCIA_VENDOR_SOCKET, PCMCIA_PRODUCT_SOCKET_PAGECARD,
    357   1.1  christos 	    PCMCIA_CIS_SOCKET_PAGECARD,
    358   1.1  christos 	    0,
    359   1.1  christos 	    "Socket Communications",
    360   1.4  christos 	    "Socket Communications PageCard"	},
    361   1.1  christos 	},
    362   1.1  christos 	{
    363  1.13   thorpej 	    PCMCIA_VENDOR_SOCKET, PCMCIA_PRODUCT_SOCKET_DUAL_RS232,
    364  1.13   thorpej 	    PCMCIA_CIS_SOCKET_DUAL_RS232,
    365  1.13   thorpej 	    0,
    366  1.13   thorpej 	    "Socket Communications",
    367  1.13   thorpej 	    "Socket Communications Dual RS232"	},
    368  1.55       jun 	},
    369  1.55       jun 	{
    370  1.55       jun 	    PCMCIA_VENDOR_SOCEKT, PCMCIA_PRODUCT_SOCEKT_LP_ETHER_CF,
    371  1.55       jun 	    PCMCIA_CIS_SOCEKT_LP_ETHER_CF,
    372  1.55       jun 	    0,
    373  1.55       jun 	    "",
    374  1.55       jun 	    "Socket Communications Low Power Ethernet CF"	},
    375  1.13   thorpej 	},
    376  1.13   thorpej 	{
    377   1.1  christos 	    PCMCIA_VENDOR_TDK, PCMCIA_PRODUCT_TDK_LAK_CD021BX,
    378   1.1  christos 	    PCMCIA_CIS_TDK_LAK_CD021BX,
    379   1.1  christos 	    0,
    380   1.1  christos 	    "TDK Corporation",
    381   1.4  christos 	    "TDK LAK-CD021BX Ethernet"	},
    382   1.1  christos 	},
    383   1.1  christos 	{
    384   1.1  christos 	    PCMCIA_VENDOR_TDK, PCMCIA_PRODUCT_TDK_DFL9610,
    385   1.1  christos 	    PCMCIA_CIS_TDK_DFL9610,
    386   1.1  christos 	    0,
    387   1.1  christos 	    "TDK Corporation",
    388   1.4  christos 	    "TDK DFL9610 Ethernet & Digital Cellular"	},
    389  1.61       jun 	},
    390  1.61       jun 	{
    391  1.61       jun 	    PCMCIA_VENDOR_TDK, PCMCIA_PRODUCT_TDK_LAK_CF010,
    392  1.61       jun 	    PCMCIA_CIS_TDK_LAK_CF010,
    393  1.61       jun 	    0,
    394  1.61       jun 	    "TDK Corporation",
    395  1.61       jun 	    "TDK LAC-CF010"	},
    396  1.22   thorpej 	},
    397  1.22   thorpej 	{
    398  1.29   nathanw 	    PCMCIA_VENDOR_TDK, PCMCIA_PRODUCT_TDK_XIR_CE_10,
    399  1.29   nathanw 	    PCMCIA_CIS_TDK_XIR_CE_10,
    400  1.28   nathanw 	    0,
    401  1.28   nathanw 	    "TDK Corporation",
    402  1.28   nathanw 	    "Xircom CreditCard Ethernet"	},
    403  1.29   nathanw 	},
    404  1.29   nathanw 	{
    405  1.29   nathanw 	    PCMCIA_VENDOR_TDK, PCMCIA_PRODUCT_TDK_XIR_CEM_10,
    406  1.29   nathanw 	    PCMCIA_CIS_TDK_XIR_CEM_10,
    407  1.29   nathanw 	    0,
    408  1.29   nathanw 	    "TDK Corporation",
    409  1.29   nathanw 	    "Xircom CreditCard Ethernet + Modem"	},
    410  1.28   nathanw 	},
    411  1.28   nathanw 	{
    412  1.22   thorpej 	    PCMCIA_VENDOR_TDK, PCMCIA_PRODUCT_TDK_XIR_PS_CE2_10,
    413  1.22   thorpej 	    PCMCIA_CIS_TDK_XIR_PS_CE2_10,
    414  1.22   thorpej 	    0,
    415  1.22   thorpej 	    "TDK Corporation",
    416  1.22   thorpej 	    "Xircom CreditCard CE2 Ethernet"	},
    417  1.58       jtk 	},
    418  1.58       jtk 	{
    419  1.58       jtk 	    PCMCIA_VENDOR_TDK, PCMCIA_PRODUCT_TDK_XIR_CE3_10_100,
    420  1.58       jtk 	    PCMCIA_CIS_TDK_XIR_CE3_10_100,
    421  1.58       jtk 	    0,
    422  1.58       jtk 	    "TDK Corporation",
    423  1.58       jtk 	    "Xircom CreditCard CE3 10/100 Ethernet"	},
    424  1.33  christos 	},
    425  1.33  christos 	{
    426  1.62    itojun 	    PCMCIA_VENDOR_TDK, PCMCIA_PRODUCT_TDK_XIR_CNW_801,
    427  1.62    itojun 	    PCMCIA_CIS_TDK_XIR_CNW_801,
    428  1.33  christos 	    0,
    429  1.33  christos 	    "TDK Corporation",
    430  1.62    itojun 	    "Xircom CreditCard Netwave (Canada)"	},
    431  1.62    itojun 	},
    432  1.62    itojun 	{
    433  1.62    itojun 	    PCMCIA_VENDOR_TDK, PCMCIA_PRODUCT_TDK_XIR_CNW_802,
    434  1.62    itojun 	    PCMCIA_CIS_TDK_XIR_CNW_802,
    435  1.62    itojun 	    0,
    436  1.62    itojun 	    "TDK Corporation",
    437  1.62    itojun 	    "Xircom CreditCard Netwave (US)"	},
    438   1.1  christos 	},
    439   1.1  christos 	{
    440   1.6   thorpej 	    PCMCIA_VENDOR_NEWMEDIA, PCMCIA_PRODUCT_NEWMEDIA_BASICS,
    441   1.6   thorpej 	    PCMCIA_CIS_NEWMEDIA_BASICS,
    442   1.6   thorpej 	    0,
    443  1.43       hwr 	    "New Media Corporation",
    444  1.43       hwr 	    "New Media BASICS Ethernet"	},
    445  1.39       mjl 	},
    446  1.39       mjl 	{
    447  1.39       mjl 	    PCMCIA_VENDOR_NEWMEDIA, PCMCIA_PRODUCT_NEWMEDIA_BUSTOASTER,
    448  1.39       mjl 	    PCMCIA_CIS_NEWMEDIA_BUSTOASTER,
    449  1.39       mjl 	    0,
    450  1.43       hwr 	    "New Media Corporation",
    451  1.43       hwr 	    "New Media BusToaster SCSI Host Adapter"	},
    452   1.8   thorpej 	},
    453   1.8   thorpej 	{
    454  1.11   thorpej 	    PCMCIA_VENDOR_SMC, PCMCIA_PRODUCT_SMC_8016,
    455  1.11   thorpej 	    PCMCIA_CIS_SMC_8016,
    456  1.10   thorpej 	    0,
    457  1.10   thorpej 	    "Standard Microsystems Corporation",
    458  1.11   thorpej 	    "SMC 8016 EtherCard"	},
    459  1.38  christos 	},
    460  1.38  christos 	{
    461  1.38  christos 	    PCMCIA_VENDOR_SMC, PCMCIA_PRODUCT_SMC_EZCARD,
    462  1.38  christos 	    PCMCIA_CIS_SMC_EZCARD,
    463  1.38  christos 	    0,
    464  1.38  christos 	    "Standard Microsystems Corporation",
    465  1.72   thorpej 	    "SMC EZCard 10 PCMCIA"	},
    466  1.10   thorpej 	},
    467  1.10   thorpej 	{
    468  1.46      tron 	    PCMCIA_VENDOR_CONTEC, PCMCIA_PRODUCT_CONTEC_CNETPC,
    469  1.46      tron 	    PCMCIA_CIS_CONTEC_CNETPC,
    470  1.46      tron 	    0,
    471  1.46      tron 	    "Contec",
    472  1.46      tron 	    "Contec C-NET(PC)C"	},
    473  1.46      tron 	},
    474  1.46      tron 	{
    475  1.46      tron 	    PCMCIA_VENDOR_ALLIEDTELESIS, PCMCIA_PRODUCT_ALLIEDTELESIS_LA_PCM,
    476  1.46      tron 	    PCMCIA_CIS_ALLIEDTELESIS_LA_PCM,
    477  1.46      tron 	    0,
    478  1.46      tron 	    "Allied Telesis K.K.",
    479  1.46      tron 	    "Allied Telesis LA-PCM"	},
    480  1.46      tron 	},
    481  1.46      tron 	{
    482  1.42  sommerfe 	    PCMCIA_VENDOR_LUCENT, PCMCIA_PRODUCT_LUCENT_WAVELAN_IEEE,
    483  1.42  sommerfe 	    PCMCIA_CIS_LUCENT_WAVELAN_IEEE,
    484  1.42  sommerfe 	    0,
    485  1.42  sommerfe 	    "Lucent Technologies",
    486  1.42  sommerfe 	    "WaveLAN/IEEE"	},
    487  1.42  sommerfe 	},
    488  1.42  sommerfe 	{
    489  1.67      jlam 	    PCMCIA_VENDOR_AIRONET, PCMCIA_PRODUCT_AIRONET_PC4500,
    490  1.67      jlam 	    PCMCIA_CIS_AIRONET_PC4500,
    491  1.67      jlam 	    0,
    492  1.67      jlam 	    "Aironet Wireless Communications",
    493  1.67      jlam 	    "Aironet PC4500 Wireless LAN Adapter"	},
    494  1.67      jlam 	},
    495  1.67      jlam 	{
    496  1.67      jlam 	    PCMCIA_VENDOR_AIRONET, PCMCIA_PRODUCT_AIRONET_PC4800,
    497  1.67      jlam 	    PCMCIA_CIS_AIRONET_PC4800,
    498  1.67      jlam 	    0,
    499  1.67      jlam 	    "Aironet Wireless Communications",
    500  1.67      jlam 	    "Aironet PC4800 Wireless LAN Adapter"	},
    501  1.67      jlam 	},
    502  1.67      jlam 	{
    503  1.56  sommerfe 	    PCMCIA_VENDOR_BAY, PCMCIA_PRODUCT_BAY_STACK_650,
    504  1.56  sommerfe 	    PCMCIA_CIS_BAY_STACK_650,
    505  1.56  sommerfe 	    0,
    506  1.56  sommerfe 	    "Bay Networks",
    507  1.56  sommerfe 	    "BayStack 650 Wireless LAN"	},
    508  1.69  sommerfe 	},
    509  1.69  sommerfe 	{
    510  1.69  sommerfe 	    PCMCIA_VENDOR_BAY, PCMCIA_PRODUCT_BAY_STACK_660,
    511  1.69  sommerfe 	    PCMCIA_CIS_BAY_STACK_660,
    512  1.69  sommerfe 	    0,
    513  1.69  sommerfe 	    "Bay Networks",
    514  1.69  sommerfe 	    "BayStack 660 Wireless LAN"	},
    515  1.56  sommerfe 	},
    516  1.56  sommerfe 	{
    517  1.68    chopps 	    PCMCIA_VENDOR_RAYTHEON, PCMCIA_PRODUCT_RAYTHEON_WLAN,
    518  1.68    chopps 	    PCMCIA_CIS_RAYTHEON_WLAN,
    519  1.64  augustss 	    0,
    520  1.68    chopps 	    "Raytheon",
    521  1.64  augustss 	    "WLAN Adapter"	},
    522  1.64  augustss 	},
    523  1.64  augustss 	{
    524   1.1  christos 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_MEGAHERTZ_XJ2288,
    525   1.1  christos 	    PCMCIA_CIS_MEGAHERTZ_XJ2288,
    526   1.1  christos 	    0,
    527   1.1  christos 	    "Megahertz Corporation",
    528   1.1  christos 	    "Megahertz XJ2288 Modem"	},
    529   1.1  christos 	},
    530   1.1  christos 	{
    531   1.1  christos 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_PREMAX_PE200,
    532   1.1  christos 	    PCMCIA_CIS_PREMAX_PE200,
    533   1.1  christos 	    0,
    534   1.4  christos 	    "Premax",
    535   1.1  christos 	    "PreMax PE-200"	},
    536   1.1  christos 	},
    537   1.1  christos 	{
    538   1.1  christos 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_PLANET_SMARTCOM2000,
    539   1.1  christos 	    PCMCIA_CIS_PLANET_SMARTCOM2000,
    540   1.1  christos 	    0,
    541   1.4  christos 	    "Planet",
    542   1.1  christos 	    "Planet SmartCOM 2000"	},
    543   1.1  christos 	},
    544   1.1  christos 	{
    545  1.51     enami 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_PLANEX_FNW3600T,
    546  1.51     enami 	    PCMCIA_CIS_PLANEX_FNW3600T,
    547  1.50     enami 	    0,
    548  1.50     enami 	    "Planex Communications Inc",
    549  1.51     enami 	    "Planex FNW-3600-T"	},
    550  1.50     enami 	},
    551  1.50     enami 	{
    552  1.78     enami 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_PLANEX_FNW3700T,
    553  1.78     enami 	    PCMCIA_CIS_PLANEX_FNW3700T,
    554  1.78     enami 	    0,
    555  1.78     enami 	    "Planex Communications Inc",
    556  1.78     enami 	    "Planex FNW-3700-T"	},
    557  1.78     enami 	},
    558  1.78     enami 	{
    559   1.1  christos 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_DLINK_DE650,
    560   1.1  christos 	    PCMCIA_CIS_DLINK_DE650,
    561   1.1  christos 	    0,
    562   1.4  christos 	    "D-Link",
    563   1.1  christos 	    "D-Link DE-650"	},
    564   1.7   thorpej 	},
    565   1.7   thorpej 	{
    566   1.7   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_DLINK_DE660,
    567   1.7   thorpej 	    PCMCIA_CIS_DLINK_DE660,
    568   1.7   thorpej 	    0,
    569   1.7   thorpej 	    "D-Link",
    570   1.7   thorpej 	    "D-Link DE-660"	},
    571   1.1  christos 	},
    572   1.1  christos 	{
    573   1.1  christos 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_RPTI_EP401,
    574   1.1  christos 	    PCMCIA_CIS_RPTI_EP401,
    575   1.1  christos 	    0,
    576   1.4  christos 	    "RPTI",
    577   1.1  christos 	    "RPTI EP401"	},
    578   1.1  christos 	},
    579   1.1  christos 	{
    580   1.1  christos 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_ACCTON_EN2212,
    581   1.1  christos 	    PCMCIA_CIS_ACCTON_EN2212,
    582   1.1  christos 	    0,
    583   1.4  christos 	    "ACCTON",
    584   1.1  christos 	    "Accton EN2212"	},
    585   1.1  christos 	},
    586   1.1  christos 	{
    587   1.1  christos 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_YEDATA_EXTERNAL_FDD,
    588   1.1  christos 	    PCMCIA_CIS_YEDATA_EXTERNAL_FDD,
    589   1.1  christos 	    0,
    590   1.4  christos 	    "Y-E DATA",
    591   1.1  christos 	    "Y-E DATA External FDD"	},
    592   1.1  christos 	},
    593   1.1  christos 	{
    594   1.1  christos 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_DIGITAL_DEPCMXX,
    595   1.1  christos 	    PCMCIA_CIS_DIGITAL_DEPCMXX,
    596   1.1  christos 	    0,
    597   1.4  christos 	    "Digital Equipment Corporation",
    598   1.1  christos 	    "DEC DEPCM-BA"	},
    599   1.1  christos 	},
    600   1.1  christos 	{
    601  1.16      kenh 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_TEAC_IDECARDII,
    602  1.16      kenh 	    PCMCIA_CIS_TEAC_IDECARDII,
    603  1.16      kenh 	    0,
    604  1.16      kenh 	    "TEAC",
    605  1.16      kenh 	    "TEAC IDE Card/II"	},
    606  1.19       jtk 	},
    607  1.19       jtk 	{
    608  1.19       jtk 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_LINKSYS_ECARD_2,
    609  1.19       jtk 	    PCMCIA_CIS_LINKSYS_ECARD_2,
    610  1.19       jtk 	    0,
    611  1.19       jtk 	    "Linksys Corporation",
    612  1.19       jtk 	    "Linksys E-Card"	},
    613  1.16      kenh 	},
    614  1.16      kenh 	{
    615  1.49     enami 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_COREGA_ETHER_PCC_T,
    616  1.49     enami 	    PCMCIA_CIS_COREGA_ETHER_PCC_T,
    617  1.49     enami 	    0,
    618  1.49     enami 	    "Corega K.K.",
    619  1.75     enami 	    "Corega Ether PCC-T"	},
    620  1.49     enami 	},
    621  1.49     enami 	{
    622  1.49     enami 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_COREGA_ETHER_II_PCC_T,
    623  1.49     enami 	    PCMCIA_CIS_COREGA_ETHER_II_PCC_T,
    624  1.54       jun 	    0,
    625  1.54       jun 	    "Corega K.K.",
    626  1.75     enami 	    "Corega EtherII PCC-T"	},
    627  1.54       jun 	},
    628  1.54       jun 	{
    629  1.54       jun 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_COREGA_FAST_ETHER_PCC_TX,
    630  1.54       jun 	    PCMCIA_CIS_COREGA_FAST_ETHER_PCC_TX,
    631  1.24   thorpej 	    0,
    632  1.24   thorpej 	    "Corega K.K.",
    633  1.75     enami 	    "Corega FastEther PCC-TX"	},
    634  1.24   thorpej 	},
    635  1.24   thorpej 	{
    636  1.25   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_SVEC_COMBOCARD,
    637  1.25   thorpej 	    PCMCIA_CIS_SVEC_COMBOCARD,
    638  1.25   thorpej 	    0,
    639  1.25   thorpej 	    "SVEC/Hawking Technology",
    640  1.25   thorpej 	    "SVEC/Hawking Tech. Combo Card"	},
    641  1.32      marc 	},
    642  1.32      marc 	{
    643  1.32      marc 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_SVEC_LANCARD,
    644  1.32      marc 	    PCMCIA_CIS_SVEC_LANCARD,
    645  1.32      marc 	    0,
    646  1.32      marc 	    "SVEC/Hawking Technology",
    647  1.32      marc 	    "SVEC PCMCIA Lan Card"	},
    648  1.71   mycroft 	},
    649  1.71   mycroft 	{
    650  1.71   mycroft 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_SVEC_PN650TX,
    651  1.71   mycroft 	    PCMCIA_CIS_SVEC_PN650TX,
    652  1.71   mycroft 	    0,
    653  1.71   mycroft 	    "SVEC/Hawking Technology",
    654  1.71   mycroft 	    "SVEC PN650TX 10/100 Dual Speed Fast Ethernet PC Card"	},
    655  1.34   nathanw 	},
    656  1.34   nathanw 	{
    657  1.48        is 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_AMBICOM_AMB8002T,
    658  1.48        is 	    PCMCIA_CIS_AMBICOM_AMB8002T,
    659  1.48        is 	    0,
    660  1.48        is 	    "AmbiCom Inc",
    661  1.48        is 	    "AmbiCom AMB8002T"	},
    662  1.57     enami 	},
    663  1.57     enami 	{
    664  1.57     enami 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_IODATA_PCLAT,
    665  1.57     enami 	    PCMCIA_CIS_IODATA_PCLAT,
    666  1.57     enami 	    0,
    667  1.57     enami 	    "I-O DATA",
    668  1.57     enami 	    "IO-DATA PCLA/T"	},
    669  1.48        is 	},
    670  1.48        is 	{
    671  1.63      danw 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_EPSON_EEN10B,
    672  1.63      danw 	    PCMCIA_CIS_EPSON_EEN10B,
    673  1.63      danw 	    0,
    674  1.63      danw 	    "Seiko Epson Corporation",
    675  1.63      danw 	    "Epson EEN10B"	},
    676  1.63      danw 	},
    677  1.63      danw 	{
    678  1.65  augustss 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_EXP_EXPMULTIMEDIA,
    679  1.65  augustss 	    PCMCIA_CIS_EXP_EXPMULTIMEDIA,
    680  1.65  augustss 	    0,
    681  1.65  augustss 	    "EXP Computer Inc",
    682  1.65  augustss 	    "EXP IDE/ATAPI DVD Card"	},
    683  1.65  augustss 	},
    684  1.65  augustss 	{
    685  1.76     enami 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_MELCO_WLI_PCM,
    686  1.76     enami 	    PCMCIA_CIS_MELCO_WLI_PCM,
    687  1.76     enami 	    0,
    688  1.78     enami 	    "Melco Corporation",
    689  1.76     enami 	    "Melco WLI-PCM"	},
    690  1.76     enami 	},
    691  1.76     enami 	{
    692  1.77     enami 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_ICOM_SL200,
    693  1.77     enami 	    PCMCIA_CIS_ICOM_SL200,
    694  1.77     enami 	    0,
    695  1.77     enami 	    "ICOM Inc",
    696  1.77     enami 	    "Icom SL-200"	},
    697  1.77     enami 	},
    698  1.77     enami 	{
    699  1.78     enami 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_XIRCOM_CFE_10,
    700  1.78     enami 	    PCMCIA_CIS_XIRCOM_CFE_10,
    701  1.78     enami 	    0,
    702  1.78     enami 	    "Xircom",
    703  1.78     enami 	    "Xircom CompactCard CFE-10"	},
    704  1.78     enami 	},
    705  1.78     enami 	{
    706  1.79       uch 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_BILLIONTON_LNT10TN,
    707  1.79       uch 	    PCMCIA_CIS_BILLIONTON_LNT10TN,
    708  1.79       uch 	    0,
    709  1.79       uch 	    "Billionton Systems Inc.",
    710  1.79       uch 	    "Billionton Systems Inc. LNT-10TN NE2000 Compatible Card"	},
    711  1.79       uch 	},
    712  1.79       uch 	{
    713  1.34   nathanw 	    PCMCIA_VENDOR_FUJITSU, 0,
    714  1.34   nathanw 	    PCMCIA_KNOWNDEV_NOPROD,
    715  1.34   nathanw 	    PCMCIA_CIS_INVALID,
    716  1.34   nathanw 	    "Fujitsu Corporation",
    717  1.34   nathanw 	    NULL,
    718  1.25   thorpej 	},
    719  1.25   thorpej 	{
    720  1.16      kenh 	    PCMCIA_VENDOR_SANDISK, 0,
    721  1.16      kenh 	    PCMCIA_KNOWNDEV_NOPROD,
    722  1.16      kenh 	    PCMCIA_CIS_INVALID,
    723  1.16      kenh 	    "Sandisk Corporation",
    724  1.16      kenh 	    NULL,
    725  1.16      kenh 	},
    726  1.16      kenh 	{
    727  1.12   thorpej 	    PCMCIA_VENDOR_NEWMEDIA, 0,
    728  1.12   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
    729  1.12   thorpej 	    PCMCIA_CIS_INVALID,
    730  1.43       hwr 	    "New Media Corporation",
    731  1.12   thorpej 	    NULL,
    732  1.12   thorpej 	},
    733  1.12   thorpej 	{
    734  1.66      joda 	    PCMCIA_VENDOR_INTEL, 0,
    735  1.66      joda 	    PCMCIA_KNOWNDEV_NOPROD,
    736  1.66      joda 	    PCMCIA_CIS_INVALID,
    737  1.66      joda 	    "Intel",
    738  1.66      joda 	    NULL,
    739  1.66      joda 	},
    740  1.66      joda 	{
    741   1.1  christos 	    PCMCIA_VENDOR_IBM, 0,
    742   1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    743   1.1  christos 	    PCMCIA_CIS_INVALID,
    744   1.1  christos 	    "IBM Corporation",
    745   1.1  christos 	    NULL,
    746   1.1  christos 	},
    747   1.1  christos 	{
    748   1.1  christos 	    PCMCIA_VENDOR_MOTOROLA, 0,
    749   1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    750   1.1  christos 	    PCMCIA_CIS_INVALID,
    751   1.1  christos 	    "Motorola Corporation",
    752   1.1  christos 	    NULL,
    753   1.1  christos 	},
    754   1.1  christos 	{
    755   1.1  christos 	    PCMCIA_VENDOR_3COM, 0,
    756   1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    757   1.1  christos 	    PCMCIA_CIS_INVALID,
    758   1.1  christos 	    "3Com Corporation",
    759   1.1  christos 	    NULL,
    760   1.1  christos 	},
    761   1.1  christos 	{
    762   1.1  christos 	    PCMCIA_VENDOR_MEGAHERTZ, 0,
    763   1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    764   1.1  christos 	    PCMCIA_CIS_INVALID,
    765   1.1  christos 	    "Megahertz Corporation",
    766   1.1  christos 	    NULL,
    767   1.1  christos 	},
    768   1.1  christos 	{
    769   1.1  christos 	    PCMCIA_VENDOR_SOCKET, 0,
    770   1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    771   1.1  christos 	    PCMCIA_CIS_INVALID,
    772   1.1  christos 	    "Socket Communications",
    773   1.1  christos 	    NULL,
    774   1.1  christos 	},
    775   1.1  christos 	{
    776   1.1  christos 	    PCMCIA_VENDOR_TDK, 0,
    777   1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    778   1.1  christos 	    PCMCIA_CIS_INVALID,
    779   1.1  christos 	    "TDK Corporation",
    780   1.1  christos 	    NULL,
    781   1.1  christos 	},
    782   1.1  christos 	{
    783  1.66      joda 	    PCMCIA_VENDOR_XIRCOM, 0,
    784  1.66      joda 	    PCMCIA_KNOWNDEV_NOPROD,
    785  1.66      joda 	    PCMCIA_CIS_INVALID,
    786  1.66      joda 	    "Xircom",
    787  1.66      joda 	    NULL,
    788  1.66      joda 	},
    789  1.66      joda 	{
    790  1.12   thorpej 	    PCMCIA_VENDOR_SMC, 0,
    791  1.12   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
    792  1.12   thorpej 	    PCMCIA_CIS_INVALID,
    793  1.12   thorpej 	    "Standard Microsystems Corporation",
    794  1.12   thorpej 	    NULL,
    795  1.12   thorpej 	},
    796  1.12   thorpej 	{
    797   1.1  christos 	    PCMCIA_VENDOR_USROBOTICS, 0,
    798   1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    799   1.1  christos 	    PCMCIA_CIS_INVALID,
    800   1.1  christos 	    "US Robotics Corporation",
    801   1.1  christos 	    NULL,
    802   1.1  christos 	},
    803   1.1  christos 	{
    804   1.1  christos 	    PCMCIA_VENDOR_MEGAHERTZ2, 0,
    805   1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    806   1.1  christos 	    PCMCIA_CIS_INVALID,
    807   1.1  christos 	    "Megahertz Corporation",
    808   1.1  christos 	    NULL,
    809   1.1  christos 	},
    810   1.1  christos 	{
    811   1.1  christos 	    PCMCIA_VENDOR_ADAPTEC, 0,
    812   1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    813   1.1  christos 	    PCMCIA_CIS_INVALID,
    814   1.1  christos 	    "Adaptec Corporation",
    815   1.1  christos 	    NULL,
    816   1.1  christos 	},
    817   1.1  christos 	{
    818  1.66      joda 	    PCMCIA_VENDOR_COMPAQ, 0,
    819  1.66      joda 	    PCMCIA_KNOWNDEV_NOPROD,
    820  1.66      joda 	    PCMCIA_CIS_INVALID,
    821  1.66      joda 	    "Compaq",
    822  1.66      joda 	    NULL,
    823  1.66      joda 	},
    824  1.66      joda 	{
    825   1.1  christos 	    PCMCIA_VENDOR_LINKSYS, 0,
    826   1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    827   1.1  christos 	    PCMCIA_CIS_INVALID,
    828   1.1  christos 	    "Linksys Corporation",
    829   1.5   thorpej 	    NULL,
    830   1.5   thorpej 	},
    831   1.5   thorpej 	{
    832   1.5   thorpej 	    PCMCIA_VENDOR_SIMPLETECH, 0,
    833   1.5   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
    834   1.5   thorpej 	    PCMCIA_CIS_INVALID,
    835   1.5   thorpej 	    "Simple Technology",
    836  1.42  sommerfe 	    NULL,
    837  1.42  sommerfe 	},
    838  1.42  sommerfe 	{
    839  1.42  sommerfe 	    PCMCIA_VENDOR_LUCENT, 0,
    840  1.42  sommerfe 	    PCMCIA_KNOWNDEV_NOPROD,
    841  1.42  sommerfe 	    PCMCIA_CIS_INVALID,
    842  1.42  sommerfe 	    "Lucent Technologies",
    843  1.67      jlam 	    NULL,
    844  1.67      jlam 	},
    845  1.67      jlam 	{
    846  1.67      jlam 	    PCMCIA_VENDOR_AIRONET, 0,
    847  1.67      jlam 	    PCMCIA_KNOWNDEV_NOPROD,
    848  1.67      jlam 	    PCMCIA_CIS_INVALID,
    849  1.67      jlam 	    "Aironet Wireless Communications",
    850  1.66      joda 	    NULL,
    851  1.66      joda 	},
    852  1.66      joda 	{
    853  1.66      joda 	    PCMCIA_VENDOR_COMPAQ2, 0,
    854  1.66      joda 	    PCMCIA_KNOWNDEV_NOPROD,
    855  1.66      joda 	    PCMCIA_CIS_INVALID,
    856  1.66      joda 	    "Compaq",
    857   1.1  christos 	    NULL,
    858   1.1  christos 	},
    859   1.1  christos 	{
    860   1.1  christos 	    PCMCIA_VENDOR_DAYNA, 0,
    861   1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    862   1.1  christos 	    PCMCIA_CIS_INVALID,
    863   1.1  christos 	    "Dayna Corporation",
    864  1.64  augustss 	    NULL,
    865  1.64  augustss 	},
    866  1.64  augustss 	{
    867  1.68    chopps 	    PCMCIA_VENDOR_RAYTHEON, 0,
    868  1.64  augustss 	    PCMCIA_KNOWNDEV_NOPROD,
    869  1.64  augustss 	    PCMCIA_CIS_INVALID,
    870  1.68    chopps 	    "Raytheon",
    871  1.56  sommerfe 	    NULL,
    872  1.56  sommerfe 	},
    873  1.56  sommerfe 	{
    874  1.56  sommerfe 	    PCMCIA_VENDOR_BAY, 0,
    875  1.56  sommerfe 	    PCMCIA_KNOWNDEV_NOPROD,
    876  1.56  sommerfe 	    PCMCIA_CIS_INVALID,
    877  1.56  sommerfe 	    "Bay Networks",
    878   1.1  christos 	    NULL,
    879   1.1  christos 	},
    880   1.1  christos 	{
    881   1.1  christos 	    PCMCIA_VENDOR_IODATA, 0,
    882   1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    883   1.1  christos 	    PCMCIA_CIS_INVALID,
    884   1.1  christos 	    "I-O DATA",
    885  1.41       mjl 	    NULL,
    886  1.41       mjl 	},
    887  1.41       mjl 	{
    888  1.41       mjl 	    PCMCIA_VENDOR_LASAT, 0,
    889  1.41       mjl 	    PCMCIA_KNOWNDEV_NOPROD,
    890  1.41       mjl 	    PCMCIA_CIS_INVALID,
    891  1.41       mjl 	    "Lasat Communications A/S",
    892  1.73     soren 	    NULL,
    893  1.73     soren 	},
    894  1.73     soren 	{
    895  1.73     soren 	    PCMCIA_VENDOR_LEXARMEDIA, 0,
    896  1.73     soren 	    PCMCIA_KNOWNDEV_NOPROD,
    897  1.73     soren 	    PCMCIA_CIS_INVALID,
    898  1.73     soren 	    "Lexar Media",
    899  1.27   thorpej 	    NULL,
    900  1.27   thorpej 	},
    901  1.27   thorpej 	{
    902  1.27   thorpej 	    PCMCIA_VENDOR_COMPEX, 0,
    903  1.27   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
    904  1.27   thorpej 	    PCMCIA_CIS_INVALID,
    905  1.27   thorpej 	    "Compex Corporation",
    906  1.24   thorpej 	    NULL,
    907  1.24   thorpej 	},
    908  1.24   thorpej 	{
    909  1.78     enami 	    PCMCIA_VENDOR_MELCO, 0,
    910  1.78     enami 	    PCMCIA_KNOWNDEV_NOPROD,
    911  1.78     enami 	    PCMCIA_CIS_INVALID,
    912  1.78     enami 	    "Melco Corporation",
    913  1.78     enami 	    NULL,
    914  1.78     enami 	},
    915  1.78     enami 	{
    916  1.46      tron 	    PCMCIA_VENDOR_CONTEC, 0,
    917  1.46      tron 	    PCMCIA_KNOWNDEV_NOPROD,
    918  1.46      tron 	    PCMCIA_CIS_INVALID,
    919  1.46      tron 	    "Contec",
    920  1.46      tron 	    NULL,
    921  1.46      tron 	},
    922  1.46      tron 	{
    923  1.24   thorpej 	    PCMCIA_VENDOR_COREGA, 0,
    924  1.24   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
    925  1.24   thorpej 	    PCMCIA_CIS_INVALID,
    926  1.24   thorpej 	    "Corega K.K.",
    927  1.46      tron 	    NULL,
    928  1.46      tron 	},
    929  1.46      tron 	{
    930  1.46      tron 	    PCMCIA_VENDOR_ALLIEDTELESIS, 0,
    931  1.46      tron 	    PCMCIA_KNOWNDEV_NOPROD,
    932  1.46      tron 	    PCMCIA_CIS_INVALID,
    933  1.46      tron 	    "Allied Telesis K.K.",
    934   1.4  christos 	    NULL,
    935   1.4  christos 	},
    936   1.4  christos 	{
    937  1.16      kenh 	    PCMCIA_VENDOR_HAGIWARASYSCOM, 0,
    938  1.16      kenh 	    PCMCIA_KNOWNDEV_NOPROD,
    939  1.16      kenh 	    PCMCIA_CIS_INVALID,
    940  1.16      kenh 	    "Hagiwara SYS-COM",
    941  1.16      kenh 	    NULL,
    942  1.16      kenh 	},
    943  1.16      kenh 	{
    944   1.4  christos 	    PCMCIA_VENDOR_PREMAX, 0,
    945   1.4  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    946   1.4  christos 	    PCMCIA_CIS_INVALID,
    947   1.4  christos 	    "Premax",
    948   1.4  christos 	    NULL,
    949   1.4  christos 	},
    950   1.4  christos 	{
    951   1.4  christos 	    PCMCIA_VENDOR_PLANET, 0,
    952   1.4  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    953   1.4  christos 	    PCMCIA_CIS_INVALID,
    954   1.4  christos 	    "Planet",
    955  1.50     enami 	    NULL,
    956  1.50     enami 	},
    957  1.50     enami 	{
    958  1.50     enami 	    PCMCIA_VENDOR_PLANEX, 0,
    959  1.50     enami 	    PCMCIA_KNOWNDEV_NOPROD,
    960  1.50     enami 	    PCMCIA_CIS_INVALID,
    961  1.50     enami 	    "Planex Communications Inc",
    962   1.4  christos 	    NULL,
    963   1.4  christos 	},
    964   1.4  christos 	{
    965   1.4  christos 	    PCMCIA_VENDOR_DLINK, 0,
    966   1.4  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    967   1.4  christos 	    PCMCIA_CIS_INVALID,
    968   1.4  christos 	    "D-Link",
    969   1.4  christos 	    NULL,
    970   1.4  christos 	},
    971   1.4  christos 	{
    972   1.4  christos 	    PCMCIA_VENDOR_RPTI, 0,
    973   1.4  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    974   1.4  christos 	    PCMCIA_CIS_INVALID,
    975   1.4  christos 	    "RPTI",
    976   1.4  christos 	    NULL,
    977   1.4  christos 	},
    978   1.4  christos 	{
    979   1.4  christos 	    PCMCIA_VENDOR_ACCTON, 0,
    980   1.4  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    981   1.4  christos 	    PCMCIA_CIS_INVALID,
    982   1.4  christos 	    "ACCTON",
    983   1.4  christos 	    NULL,
    984   1.4  christos 	},
    985   1.4  christos 	{
    986   1.4  christos 	    PCMCIA_VENDOR_YEDATA, 0,
    987   1.4  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    988   1.4  christos 	    PCMCIA_CIS_INVALID,
    989   1.4  christos 	    "Y-E DATA",
    990   1.4  christos 	    NULL,
    991   1.4  christos 	},
    992   1.4  christos 	{
    993   1.4  christos 	    PCMCIA_VENDOR_DIGITAL, 0,
    994   1.4  christos 	    PCMCIA_KNOWNDEV_NOPROD,
    995   1.4  christos 	    PCMCIA_CIS_INVALID,
    996   1.4  christos 	    "Digital Equipment Corporation",
    997  1.16      kenh 	    NULL,
    998  1.16      kenh 	},
    999  1.16      kenh 	{
   1000  1.16      kenh 	    PCMCIA_VENDOR_TEAC, 0,
   1001  1.16      kenh 	    PCMCIA_KNOWNDEV_NOPROD,
   1002  1.16      kenh 	    PCMCIA_CIS_INVALID,
   1003  1.16      kenh 	    "TEAC",
   1004  1.25   thorpej 	    NULL,
   1005  1.25   thorpej 	},
   1006  1.25   thorpej 	{
   1007  1.25   thorpej 	    PCMCIA_VENDOR_SVEC, 0,
   1008  1.25   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   1009  1.25   thorpej 	    PCMCIA_CIS_INVALID,
   1010  1.25   thorpej 	    "SVEC/Hawking Technology",
   1011  1.48        is 	    NULL,
   1012  1.48        is 	},
   1013  1.48        is 	{
   1014  1.48        is 	    PCMCIA_VENDOR_AMBICOM, 0,
   1015  1.48        is 	    PCMCIA_KNOWNDEV_NOPROD,
   1016  1.48        is 	    PCMCIA_CIS_INVALID,
   1017  1.48        is 	    "AmbiCom Inc",
   1018  1.63      danw 	    NULL,
   1019  1.63      danw 	},
   1020  1.63      danw 	{
   1021  1.63      danw 	    PCMCIA_VENDOR_EPSON, 0,
   1022  1.63      danw 	    PCMCIA_KNOWNDEV_NOPROD,
   1023  1.63      danw 	    PCMCIA_CIS_INVALID,
   1024  1.63      danw 	    "Seiko Epson Corporation",
   1025  1.65  augustss 	    NULL,
   1026  1.65  augustss 	},
   1027  1.65  augustss 	{
   1028  1.65  augustss 	    PCMCIA_VENDOR_EXP, 0,
   1029  1.65  augustss 	    PCMCIA_KNOWNDEV_NOPROD,
   1030  1.65  augustss 	    PCMCIA_CIS_INVALID,
   1031  1.65  augustss 	    "EXP Computer Inc",
   1032  1.77     enami 	    NULL,
   1033  1.77     enami 	},
   1034  1.77     enami 	{
   1035  1.77     enami 	    PCMCIA_VENDOR_ICOM, 0,
   1036  1.77     enami 	    PCMCIA_KNOWNDEV_NOPROD,
   1037  1.77     enami 	    PCMCIA_CIS_INVALID,
   1038  1.77     enami 	    "ICOM Inc",
   1039  1.79       uch 	    NULL,
   1040  1.79       uch 	},
   1041  1.79       uch 	{
   1042  1.79       uch 	    PCMCIA_VENDOR_BILLIONTON, 0,
   1043  1.79       uch 	    PCMCIA_KNOWNDEV_NOPROD,
   1044  1.79       uch 	    PCMCIA_CIS_INVALID,
   1045  1.79       uch 	    "Billionton Systems Inc.",
   1046   1.1  christos 	    NULL,
   1047   1.1  christos 	},
   1048   1.1  christos 	{ 0, 0, { NULL, NULL, NULL, NULL }, 0, NULL, NULL, }
   1049   1.1  christos };
   1050