Home | History | Annotate | Line # | Download | only in pcmcia
pcmciadevs_data.h revision 1.132.2.6
      1  1.132.2.6  jdolecek /*	$NetBSD: pcmciadevs_data.h,v 1.132.2.6 2002/06/23 17:48:24 jdolecek 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.132.2.6  jdolecek  *	NetBSD: pcmciadevs,v 1.172 2002/06/08 18:01:14 martin Exp
      8        1.1  christos  */
      9  1.132.2.3   thorpej /* $FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.20 2001/11/19 05:02:55 imp Exp $*/
     10        1.1  christos 
     11       1.15  christos /*-
     12       1.15  christos  * Copyright (c) 1998 The NetBSD Foundation, Inc.
     13        1.1  christos  * All rights reserved.
     14        1.1  christos  *
     15       1.15  christos  * This code is derived from software contributed to The NetBSD Foundation
     16       1.15  christos  * by Christos Zoulas.
     17       1.15  christos  *
     18        1.1  christos  * Redistribution and use in source and binary forms, with or without
     19        1.1  christos  * modification, are permitted provided that the following conditions
     20        1.1  christos  * are met:
     21        1.1  christos  * 1. Redistributions of source code must retain the above copyright
     22        1.1  christos  *    notice, this list of conditions and the following disclaimer.
     23        1.1  christos  * 2. Redistributions in binary form must reproduce the above copyright
     24        1.1  christos  *    notice, this list of conditions and the following disclaimer in the
     25        1.1  christos  *    documentation and/or other materials provided with the distribution.
     26        1.1  christos  * 3. All advertising materials mentioning features or use of this software
     27        1.1  christos  *    must display the following acknowledgement:
     28       1.15  christos  *        This product includes software developed by the NetBSD
     29       1.15  christos  *        Foundation, Inc. and its contributors.
     30       1.15  christos  * 4. Neither the name of The NetBSD Foundation nor the names of its
     31       1.15  christos  *    contributors may be used to endorse or promote products derived
     32       1.15  christos  *    from this software without specific prior written permission.
     33        1.1  christos  *
     34       1.15  christos  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
     35       1.15  christos  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
     36       1.15  christos  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
     37       1.15  christos  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
     38       1.15  christos  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     39       1.15  christos  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     40       1.15  christos  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     41       1.15  christos  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     42       1.15  christos  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     43       1.15  christos  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
     44       1.15  christos  * POSSIBILITY OF SUCH DAMAGE.
     45        1.1  christos  */
     46        1.1  christos 
     47  1.132.2.3   thorpej struct pcmcia_knowndev {
     48  1.132.2.3   thorpej 	int vendorid;
     49  1.132.2.3   thorpej 	int productid;
     50  1.132.2.3   thorpej 	struct pcmcia_knowndev_cis {
     51  1.132.2.3   thorpej 		char *vendor;
     52  1.132.2.3   thorpej 		char *product;
     53  1.132.2.3   thorpej 		char *version;
     54  1.132.2.3   thorpej 		char *revision;
     55  1.132.2.3   thorpej 	}cis;
     56  1.132.2.3   thorpej 	int flags;
     57  1.132.2.3   thorpej 	char *vendorname;
     58  1.132.2.3   thorpej 	char *devicename;
     59  1.132.2.3   thorpej 	int reserve;
     60  1.132.2.3   thorpej };
     61  1.132.2.3   thorpej 
     62  1.132.2.3   thorpej #define	PCMCIA_CIS_INVALID		{ NULL, NULL, NULL, NULL }
     63  1.132.2.3   thorpej #define	PCMCIA_KNOWNDEV_NOPROD		0
     64  1.132.2.3   thorpej 
     65        1.1  christos struct pcmcia_knowndev pcmcia_knowndevs[] = {
     66        1.1  christos 	{
     67  1.132.2.3   thorpej 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3CRWE737A,
     68  1.132.2.3   thorpej 	    PCMCIA_CIS_3COM_3CRWE737A,
     69        1.1  christos 	    0,
     70  1.132.2.3   thorpej 	    "3Com Corporation",
     71  1.132.2.3   thorpej 	    "3Com AirConnect Wireless LAN",	}
     72  1.132.2.3   thorpej 	,
     73        1.1  christos 	{
     74  1.132.2.3   thorpej 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3CXM056BNW,
     75  1.132.2.3   thorpej 	    PCMCIA_CIS_3COM_3CXM056BNW,
     76        1.1  christos 	    0,
     77  1.132.2.3   thorpej 	    "3Com Corporation",
     78  1.132.2.3   thorpej 	    "3Com/NoteWorthy 3CXM056-BNW 56K Modem",	}
     79  1.132.2.3   thorpej 	,
     80       1.93      joda 	{
     81  1.132.2.3   thorpej 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3CXEM556,
     82  1.132.2.3   thorpej 	    PCMCIA_CIS_3COM_3CXEM556,
     83       1.93      joda 	    0,
     84       1.93      joda 	    "3Com Corporation",
     85  1.132.2.3   thorpej 	    "3Com/Megahertz 3CXEM556 Ethernet/Modem",	}
     86  1.132.2.3   thorpej 	,
     87       1.80       cgd 	{
     88  1.132.2.3   thorpej 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3CXEM556INT,
     89  1.132.2.3   thorpej 	    PCMCIA_CIS_3COM_3CXEM556INT,
     90       1.80       cgd 	    0,
     91       1.80       cgd 	    "3Com Corporation",
     92  1.132.2.3   thorpej 	    "3Com/Megahertz 3CXEM556-INT Ethernet/Modem",	}
     93  1.132.2.3   thorpej 	,
     94  1.132.2.3   thorpej 	{
     95  1.132.2.3   thorpej 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3CCFEM556BI,
     96  1.132.2.3   thorpej 	    PCMCIA_CIS_3COM_3CCFEM556BI,
     97  1.132.2.3   thorpej 	    0,
     98  1.132.2.3   thorpej 	    "3Com Corporation",
     99  1.132.2.3   thorpej 	    "3Com/Megahertz 3CCFEM556BI Ethernet/Modem",	}
    100  1.132.2.3   thorpej 	,
    101        1.1  christos 	{
    102        1.1  christos 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3C562,
    103        1.1  christos 	    PCMCIA_CIS_3COM_3C562,
    104        1.1  christos 	    0,
    105        1.1  christos 	    "3Com Corporation",
    106  1.132.2.3   thorpej 	    "3Com 3c562 33.6 Modem/10Mbps Ethernet",	}
    107  1.132.2.3   thorpej 	,
    108        1.1  christos 	{
    109        1.1  christos 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3C589,
    110        1.1  christos 	    PCMCIA_CIS_3COM_3C589,
    111        1.1  christos 	    0,
    112        1.1  christos 	    "3Com Corporation",
    113  1.132.2.3   thorpej 	    "3Com 3c589 10Mbps Ethernet",	}
    114  1.132.2.3   thorpej 	,
    115       1.14   thorpej 	{
    116       1.14   thorpej 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3C574,
    117       1.14   thorpej 	    PCMCIA_CIS_3COM_3C574,
    118       1.14   thorpej 	    0,
    119       1.14   thorpej 	    "3Com Corporation",
    120  1.132.2.3   thorpej 	    "3Com 3c574-TX 10/100Mbps Ethernet",	}
    121  1.132.2.3   thorpej 	,
    122       1.30      marc 	{
    123  1.132.2.3   thorpej 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3C1,
    124  1.132.2.3   thorpej 	    PCMCIA_CIS_3COM_3C1,
    125       1.59     soren 	    0,
    126       1.59     soren 	    "3Com Corporation",
    127  1.132.2.3   thorpej 	    "3Com Megahertz 3C1 10Mbps LAN CF+ Card",	}
    128  1.132.2.3   thorpej 	,
    129       1.59     soren 	{
    130  1.132.2.3   thorpej 	    PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3CRWE62092A,
    131  1.132.2.3   thorpej 	    PCMCIA_CIS_3COM_3CRWE62092A,
    132       1.30      marc 	    0,
    133       1.30      marc 	    "3Com Corporation",
    134  1.132.2.3   thorpej 	    "3Com 3CRWE62092A Wireless LAN",	}
    135  1.132.2.3   thorpej 	,
    136       1.45      tron 	{
    137  1.132.2.6  jdolecek 	    PCMCIA_VENDOR_ACTIONTEC, PCMCIA_PRODUCT_ACTIONTEC_PRISM,
    138  1.132.2.6  jdolecek 	    PCMCIA_CIS_ACTIONTEC_PRISM,
    139  1.132.2.6  jdolecek 	    0,
    140  1.132.2.6  jdolecek 	    "ACTIONTEC",
    141  1.132.2.6  jdolecek 	    "PRISM Wireless LAN PC Card",	}
    142  1.132.2.6  jdolecek 	,
    143  1.132.2.6  jdolecek 	{
    144  1.132.2.3   thorpej 	    PCMCIA_VENDOR_ADAPTEC, PCMCIA_PRODUCT_ADAPTEC_APA1460,
    145  1.132.2.3   thorpej 	    PCMCIA_CIS_ADAPTEC_APA1460,
    146       1.45      tron 	    0,
    147  1.132.2.3   thorpej 	    "Adaptec Corporation",
    148  1.132.2.3   thorpej 	    "Adaptec APA-1460 SlimSCSI",	}
    149  1.132.2.3   thorpej 	,
    150       1.52   thorpej 	{
    151  1.132.2.3   thorpej 	    PCMCIA_VENDOR_ADAPTEC, PCMCIA_PRODUCT_ADAPTEC_APA1460A,
    152  1.132.2.3   thorpej 	    PCMCIA_CIS_ADAPTEC_APA1460A,
    153       1.52   thorpej 	    0,
    154  1.132.2.3   thorpej 	    "Adaptec Corporation",
    155  1.132.2.3   thorpej 	    "Adaptec APA-1460A SlimSCSI",	}
    156  1.132.2.3   thorpej 	,
    157      1.132    itojun 	{
    158  1.132.2.3   thorpej 	    PCMCIA_VENDOR_AIRONET, PCMCIA_PRODUCT_AIRONET_PC4500,
    159  1.132.2.3   thorpej 	    PCMCIA_CIS_AIRONET_PC4500,
    160      1.132    itojun 	    0,
    161  1.132.2.3   thorpej 	    "Aironet Wireless Communications",
    162  1.132.2.3   thorpej 	    "Aironet PC4500 Wireless LAN Adapter",	}
    163  1.132.2.3   thorpej 	,
    164       1.26   thorpej 	{
    165  1.132.2.3   thorpej 	    PCMCIA_VENDOR_AIRONET, PCMCIA_PRODUCT_AIRONET_PC4800,
    166  1.132.2.3   thorpej 	    PCMCIA_CIS_AIRONET_PC4800,
    167       1.90  gmcgarry 	    0,
    168  1.132.2.3   thorpej 	    "Aironet Wireless Communications",
    169  1.132.2.3   thorpej 	    "Aironet PC4800 Wireless LAN Adapter",	}
    170  1.132.2.3   thorpej 	,
    171  1.132.2.3   thorpej 	{
    172  1.132.2.3   thorpej 	    PCMCIA_VENDOR_AIRONET, PCMCIA_PRODUCT_AIRONET_350,
    173  1.132.2.3   thorpej 	    PCMCIA_CIS_AIRONET_350,
    174  1.132.2.3   thorpej 	    0,
    175  1.132.2.3   thorpej 	    "Aironet Wireless Communications",
    176  1.132.2.3   thorpej 	    "Aironet 350 Wireless LAN Adapter",	}
    177  1.132.2.3   thorpej 	,
    178  1.132.2.3   thorpej 	{
    179  1.132.2.3   thorpej 	    PCMCIA_VENDOR_ALLIEDTELESIS, PCMCIA_PRODUCT_ALLIEDTELESIS_LA_PCM,
    180  1.132.2.3   thorpej 	    PCMCIA_CIS_ALLIEDTELESIS_LA_PCM,
    181  1.132.2.3   thorpej 	    0,
    182  1.132.2.3   thorpej 	    "Allied Telesis K.K.",
    183  1.132.2.3   thorpej 	    "Allied Telesis LA-PCM",	}
    184  1.132.2.3   thorpej 	,
    185  1.132.2.3   thorpej 	{
    186  1.132.2.3   thorpej 	    PCMCIA_VENDOR_ARCHOS, PCMCIA_PRODUCT_ARCHOS_ARC_ATAPI,
    187  1.132.2.3   thorpej 	    PCMCIA_CIS_ARCHOS_ARC_ATAPI,
    188  1.132.2.3   thorpej 	    0,
    189  1.132.2.3   thorpej 	    "Archos",
    190  1.132.2.3   thorpej 	    "MiniCD",	}
    191  1.132.2.3   thorpej 	,
    192  1.132.2.3   thorpej 	{
    193  1.132.2.3   thorpej 	    PCMCIA_VENDOR_BAY, PCMCIA_PRODUCT_BAY_STACK_650,
    194  1.132.2.3   thorpej 	    PCMCIA_CIS_BAY_STACK_650,
    195  1.132.2.3   thorpej 	    0,
    196  1.132.2.3   thorpej 	    "Bay Networks",
    197  1.132.2.3   thorpej 	    "BayStack 650 Wireless LAN",	}
    198  1.132.2.3   thorpej 	,
    199  1.132.2.3   thorpej 	{
    200  1.132.2.3   thorpej 	    PCMCIA_VENDOR_BAY, PCMCIA_PRODUCT_BAY_SURFER_PRO,
    201  1.132.2.3   thorpej 	    PCMCIA_CIS_BAY_SURFER_PRO,
    202  1.132.2.3   thorpej 	    0,
    203  1.132.2.3   thorpej 	    "Bay Networks",
    204  1.132.2.3   thorpej 	    "AirSurfer Pro Wireless LAN",	}
    205  1.132.2.3   thorpej 	,
    206  1.132.2.3   thorpej 	{
    207  1.132.2.3   thorpej 	    PCMCIA_VENDOR_BAY, PCMCIA_PRODUCT_BAY_STACK_660,
    208  1.132.2.3   thorpej 	    PCMCIA_CIS_BAY_STACK_660,
    209  1.132.2.3   thorpej 	    0,
    210  1.132.2.3   thorpej 	    "Bay Networks",
    211  1.132.2.3   thorpej 	    "BayStack 660 Wireless LAN",	}
    212  1.132.2.3   thorpej 	,
    213  1.132.2.3   thorpej 	{
    214  1.132.2.6  jdolecek 	    PCMCIA_VENDOR_BAY, PCMCIA_PRODUCT_BAY_EMOBILITY_11B,
    215  1.132.2.6  jdolecek 	    PCMCIA_CIS_BAY_EMOBILITY_11B,
    216  1.132.2.6  jdolecek 	    0,
    217  1.132.2.6  jdolecek 	    "Bay Networks",
    218  1.132.2.6  jdolecek 	    "e-Mobility 11Mb Wireless LAN",	}
    219  1.132.2.6  jdolecek 	,
    220  1.132.2.6  jdolecek 	{
    221  1.132.2.3   thorpej 	    PCMCIA_VENDOR_BREEZECOM, PCMCIA_PRODUCT_BREEZECOM_BREEZENET,
    222  1.132.2.3   thorpej 	    PCMCIA_CIS_BREEZECOM_BREEZENET,
    223  1.132.2.3   thorpej 	    0,
    224  1.132.2.3   thorpej 	    "BreezeCOM",
    225  1.132.2.3   thorpej 	    "BreezeCOM BreezeNET",	}
    226  1.132.2.3   thorpej 	,
    227  1.132.2.3   thorpej 	{
    228  1.132.2.3   thorpej 	    PCMCIA_VENDOR_BUFFALO, PCMCIA_PRODUCT_BUFFALO_WLI_PCM_S11,
    229  1.132.2.3   thorpej 	    PCMCIA_CIS_BUFFALO_WLI_PCM_S11,
    230  1.132.2.3   thorpej 	    0,
    231  1.132.2.3   thorpej 	    "BUFFALO (Melco Corporation)",
    232  1.132.2.3   thorpej 	    "BUFFALO AirStation 11Mbps WLAN",	}
    233  1.132.2.3   thorpej 	,
    234  1.132.2.3   thorpej 	{
    235  1.132.2.3   thorpej 	    PCMCIA_VENDOR_BUFFALO, PCMCIA_PRODUCT_BUFFALO_WLI_CF_S11G,
    236  1.132.2.3   thorpej 	    PCMCIA_CIS_BUFFALO_WLI_CF_S11G,
    237  1.132.2.3   thorpej 	    0,
    238  1.132.2.3   thorpej 	    "BUFFALO (Melco Corporation)",
    239  1.132.2.3   thorpej 	    "BUFFALO AirStation 11Mbps CF WLAN",	}
    240  1.132.2.3   thorpej 	,
    241      1.115    ichiro 	{
    242  1.132.2.6  jdolecek 	    PCMCIA_VENDOR_BUFFALO, PCMCIA_PRODUCT_BUFFALO_LPC3_CLT,
    243  1.132.2.6  jdolecek 	    PCMCIA_CIS_BUFFALO_LPC3_CLT,
    244  1.132.2.6  jdolecek 	    0,
    245  1.132.2.6  jdolecek 	    "BUFFALO (Melco Corporation)",
    246  1.132.2.6  jdolecek 	    "BUFFALO LPC3-CLT Ethernet Adapter",	}
    247  1.132.2.6  jdolecek 	,
    248  1.132.2.6  jdolecek 	{
    249      1.115    ichiro 	    PCMCIA_VENDOR_COMPAQ, PCMCIA_PRODUCT_COMPAQ_NC5004,
    250      1.115    ichiro 	    PCMCIA_CIS_COMPAQ_NC5004,
    251      1.115    ichiro 	    0,
    252      1.115    ichiro 	    "Compaq",
    253  1.132.2.3   thorpej 	    "Compaq Agency NC5004 Wireless Card",	}
    254  1.132.2.3   thorpej 	,
    255  1.132.2.3   thorpej 	{
    256  1.132.2.3   thorpej 	    PCMCIA_VENDOR_COMPAQ2, PCMCIA_PRODUCT_COMPAQ2_CPQ_10_100,
    257  1.132.2.3   thorpej 	    PCMCIA_CIS_COMPAQ2_CPQ_10_100,
    258  1.132.2.3   thorpej 	    0,
    259  1.132.2.3   thorpej 	    "Compaq",
    260  1.132.2.3   thorpej 	    "Compaq Netelligent 10/100 Ethernet",	}
    261  1.132.2.3   thorpej 	,
    262  1.132.2.3   thorpej 	{
    263  1.132.2.3   thorpej 	    PCMCIA_VENDOR_COMPEX, PCMCIA_PRODUCT_COMPEX_AMP_WIRELESS,
    264  1.132.2.3   thorpej 	    PCMCIA_CIS_COMPEX_AMP_WIRELESS,
    265  1.132.2.3   thorpej 	    0,
    266  1.132.2.3   thorpej 	    "Compex Corporation",
    267  1.132.2.3   thorpej 	    "AMP",	}
    268  1.132.2.3   thorpej 	,
    269       1.90  gmcgarry 	{
    270       1.26   thorpej 	    PCMCIA_VENDOR_COMPEX, PCMCIA_PRODUCT_COMPEX_LINKPORT_ENET_B,
    271       1.26   thorpej 	    PCMCIA_CIS_COMPEX_LINKPORT_ENET_B,
    272       1.26   thorpej 	    0,
    273       1.27   thorpej 	    "Compex Corporation",
    274  1.132.2.3   thorpej 	    "Compex Linkport ENET-B Ethernet",	}
    275  1.132.2.3   thorpej 	,
    276       1.40       mjl 	{
    277  1.132.2.3   thorpej 	    PCMCIA_VENDOR_CONTEC, PCMCIA_PRODUCT_CONTEC_CNETPC,
    278  1.132.2.3   thorpej 	    PCMCIA_CIS_CONTEC_CNETPC,
    279       1.40       mjl 	    0,
    280  1.132.2.3   thorpej 	    "Contec",
    281  1.132.2.3   thorpej 	    "Contec C-NET(PC)C",	}
    282  1.132.2.3   thorpej 	,
    283  1.132.2.3   thorpej 	{
    284  1.132.2.3   thorpej 	    PCMCIA_VENDOR_CONTEC, PCMCIA_PRODUCT_CONTEC_FX_DS110_PCC,
    285  1.132.2.3   thorpej 	    PCMCIA_CIS_CONTEC_FX_DS110_PCC,
    286  1.132.2.3   thorpej 	    0,
    287  1.132.2.3   thorpej 	    "Contec",
    288  1.132.2.3   thorpej 	    "Contec FLEXLAN/FX-DS110-PCC",	}
    289  1.132.2.3   thorpej 	,
    290        1.1  christos 	{
    291       1.17       dbj 	    PCMCIA_VENDOR_DAYNA, PCMCIA_PRODUCT_DAYNA_COMMUNICARD_E_1,
    292       1.17       dbj 	    PCMCIA_CIS_DAYNA_COMMUNICARD_E_1,
    293       1.17       dbj 	    0,
    294       1.17       dbj 	    "Dayna Corporation",
    295  1.132.2.3   thorpej 	    "Dayna CommuniCard E",	}
    296  1.132.2.3   thorpej 	,
    297       1.17       dbj 	{
    298       1.17       dbj 	    PCMCIA_VENDOR_DAYNA, PCMCIA_PRODUCT_DAYNA_COMMUNICARD_E_2,
    299       1.17       dbj 	    PCMCIA_CIS_DAYNA_COMMUNICARD_E_2,
    300        1.1  christos 	    0,
    301        1.1  christos 	    "Dayna Corporation",
    302  1.132.2.3   thorpej 	    "Dayna CommuniCard E",	}
    303  1.132.2.3   thorpej 	,
    304        1.1  christos 	{
    305       1.16      kenh 	    PCMCIA_VENDOR_DIGITAL, PCMCIA_PRODUCT_DIGITAL_MOBILE_MEDIA_CDROM,
    306       1.16      kenh 	    PCMCIA_CIS_DIGITAL_MOBILE_MEDIA_CDROM,
    307       1.16      kenh 	    0,
    308       1.16      kenh 	    "Digital Equipment Corporation",
    309  1.132.2.3   thorpej 	    "Digital Mobile Media CD-ROM",	}
    310  1.132.2.3   thorpej 	,
    311       1.16      kenh 	{
    312      1.119   thorpej 	    PCMCIA_VENDOR_DLINK_2, PCMCIA_PRODUCT_DLINK_2_DMF560TX,
    313      1.119   thorpej 	    PCMCIA_CIS_DLINK_2_DMF560TX,
    314      1.119   thorpej 	    0,
    315      1.119   thorpej 	    "D-Link",
    316  1.132.2.3   thorpej 	    "D-Link DMF-650TX",	}
    317  1.132.2.3   thorpej 	,
    318  1.132.2.3   thorpej 	{
    319  1.132.2.3   thorpej 	    PCMCIA_VENDOR_DUAL, PCMCIA_PRODUCT_DUAL_NE2000,
    320  1.132.2.3   thorpej 	    PCMCIA_CIS_DUAL_NE2000,
    321  1.132.2.3   thorpej 	    0,
    322  1.132.2.3   thorpej 	    "Dual",
    323  1.132.2.3   thorpej 	    "Dual NE2000",	}
    324  1.132.2.3   thorpej 	,
    325      1.119   thorpej 	{
    326  1.132.2.4  jdolecek 	    PCMCIA_VENDOR_EDIMAX, PCMCIA_PRODUCT_EDIMAX_EP4000A,
    327  1.132.2.4  jdolecek 	    PCMCIA_CIS_EDIMAX_EP4000A,
    328  1.132.2.4  jdolecek 	    0,
    329  1.132.2.4  jdolecek 	    "Edimax Technology Inc.",
    330  1.132.2.4  jdolecek 	    "Edimax EP4000A",	}
    331  1.132.2.4  jdolecek 	,
    332  1.132.2.4  jdolecek 	{
    333      1.100   hubertf 	    PCMCIA_VENDOR_ELSA, PCMCIA_PRODUCT_ELSA_MC2_IEEE,
    334      1.100   hubertf 	    PCMCIA_CIS_ELSA_MC2_IEEE,
    335      1.100   hubertf 	    0,
    336      1.100   hubertf 	    "Elsa",
    337  1.132.2.3   thorpej 	    "AirLancer MC-2 IEEE",	}
    338  1.132.2.3   thorpej 	,
    339      1.100   hubertf 	{
    340      1.100   hubertf 	    PCMCIA_VENDOR_ELSA, PCMCIA_PRODUCT_ELSA_XI300_IEEE,
    341      1.100   hubertf 	    PCMCIA_CIS_ELSA_XI300_IEEE,
    342      1.100   hubertf 	    0,
    343      1.100   hubertf 	    "Elsa",
    344  1.132.2.3   thorpej 	    "XI300 Wireless LAN",	}
    345  1.132.2.3   thorpej 	,
    346       1.34   nathanw 	{
    347  1.132.2.3   thorpej 	    PCMCIA_VENDOR_ELSA, PCMCIA_PRODUCT_ELSA_XI800_IEEE,
    348  1.132.2.3   thorpej 	    PCMCIA_CIS_ELSA_XI800_IEEE,
    349        1.1  christos 	    0,
    350  1.132.2.3   thorpej 	    "Elsa",
    351  1.132.2.3   thorpej 	    "XI800 CF Wireless LAN",	}
    352  1.132.2.3   thorpej 	,
    353        1.1  christos 	{
    354  1.132.2.3   thorpej 	    PCMCIA_VENDOR_EMTAC, PCMCIA_PRODUCT_EMTAC_WLAN,
    355  1.132.2.3   thorpej 	    PCMCIA_CIS_EMTAC_WLAN,
    356        1.1  christos 	    0,
    357  1.132.2.3   thorpej 	    "EMTAC Technology Corporation",
    358  1.132.2.3   thorpej 	    "EMTAC A2424i 11Mbps WLAN Card",	}
    359  1.132.2.3   thorpej 	,
    360       1.37   thorpej 	{
    361  1.132.2.4  jdolecek 	    PCMCIA_VENDOR_ERICSSON, PCMCIA_PRODUCT_ERICSSON_WIRELESSLAN,
    362  1.132.2.4  jdolecek 	    PCMCIA_CIS_ERICSSON_WIRELESSLAN,
    363  1.132.2.4  jdolecek 	    0,
    364  1.132.2.4  jdolecek 	    "Ericsson",
    365  1.132.2.4  jdolecek 	    "DSSS Wireless LAN PC Card",	}
    366  1.132.2.4  jdolecek 	,
    367  1.132.2.4  jdolecek 	{
    368  1.132.2.3   thorpej 	    PCMCIA_VENDOR_FARALLON, PCMCIA_PRODUCT_FARALLON_SKYLINE,
    369  1.132.2.3   thorpej 	    PCMCIA_CIS_FARALLON_SKYLINE,
    370      1.110       imp 	    0,
    371  1.132.2.3   thorpej 	    "Farallon Communications",
    372  1.132.2.3   thorpej 	    "SkyLINE Wireless",	}
    373  1.132.2.3   thorpej 	,
    374      1.110       imp 	{
    375  1.132.2.3   thorpej 	    PCMCIA_VENDOR_FUJITSU, PCMCIA_PRODUCT_FUJITSU_SCSI600,
    376  1.132.2.3   thorpej 	    PCMCIA_CIS_FUJITSU_SCSI600,
    377       1.37   thorpej 	    0,
    378       1.37   thorpej 	    "Fujitsu Corporation",
    379  1.132.2.3   thorpej 	    "Fujitsu SCSI 600 Interface",	}
    380  1.132.2.3   thorpej 	,
    381       1.53        is 	{
    382       1.53        is 	    PCMCIA_VENDOR_FUJITSU, PCMCIA_PRODUCT_FUJITSU_LA10S,
    383       1.53        is 	    PCMCIA_CIS_FUJITSU_LA10S,
    384       1.53        is 	    0,
    385       1.53        is 	    "Fujitsu Corporation",
    386  1.132.2.3   thorpej 	    "Fujitsu Compact Flash Ethernet",	}
    387  1.132.2.3   thorpej 	,
    388  1.132.2.3   thorpej 	{
    389  1.132.2.3   thorpej 	    PCMCIA_VENDOR_FUJITSU, PCMCIA_PRODUCT_FUJITSU_LA501,
    390  1.132.2.3   thorpej 	    PCMCIA_CIS_FUJITSU_LA501,
    391  1.132.2.3   thorpej 	    0,
    392  1.132.2.3   thorpej 	    "Fujitsu Corporation",
    393  1.132.2.3   thorpej 	    "Fujitsu Towa LA501 Ethernet",	}
    394  1.132.2.3   thorpej 	,
    395      1.102  drochner 	{
    396      1.102  drochner 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_MICRODRIVE,
    397      1.102  drochner 	    PCMCIA_CIS_IBM_MICRODRIVE,
    398      1.102  drochner 	    0,
    399      1.102  drochner 	    "IBM Corporation",
    400  1.132.2.3   thorpej 	    "IBM Microdrive",	}
    401  1.132.2.3   thorpej 	,
    402        1.1  christos 	{
    403       1.60     soren 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_3270,
    404       1.60     soren 	    PCMCIA_CIS_IBM_3270,
    405       1.60     soren 	    0,
    406       1.60     soren 	    "IBM Corporation",
    407  1.132.2.3   thorpej 	    "IBM 3270 Emulation",	}
    408  1.132.2.3   thorpej 	,
    409       1.60     soren 	{
    410        1.1  christos 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_INFOMOVER,
    411        1.1  christos 	    PCMCIA_CIS_IBM_INFOMOVER,
    412        1.1  christos 	    0,
    413        1.1  christos 	    "IBM Corporation",
    414  1.132.2.3   thorpej 	    "IBM InfoMover",	}
    415  1.132.2.3   thorpej 	,
    416        1.1  christos 	{
    417       1.60     soren 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_5250,
    418       1.60     soren 	    PCMCIA_CIS_IBM_5250,
    419       1.60     soren 	    0,
    420       1.60     soren 	    "IBM Corporation",
    421  1.132.2.3   thorpej 	    "IBM 5250 Emulation",	}
    422  1.132.2.3   thorpej 	,
    423       1.60     soren 	{
    424       1.59     soren 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_TROPIC,
    425       1.59     soren 	    PCMCIA_CIS_IBM_TROPIC,
    426       1.59     soren 	    0,
    427       1.59     soren 	    "IBM Corporation",
    428  1.132.2.3   thorpej 	    "IBM Token Ring 4/16",	}
    429  1.132.2.3   thorpej 	,
    430  1.132.2.3   thorpej 	{
    431  1.132.2.3   thorpej 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_SCSI,
    432  1.132.2.3   thorpej 	    PCMCIA_CIS_IBM_SCSI,
    433  1.132.2.3   thorpej 	    0,
    434  1.132.2.3   thorpej 	    "IBM Corporation",
    435  1.132.2.3   thorpej 	    "IBM SCSI PCMCIA",	}
    436  1.132.2.3   thorpej 	,
    437       1.92     soren 	{
    438       1.92     soren 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_PORTABLE_CDROM,
    439       1.92     soren 	    PCMCIA_CIS_IBM_PORTABLE_CDROM,
    440       1.92     soren 	    0,
    441       1.92     soren 	    "IBM Corporation",
    442  1.132.2.3   thorpej 	    "IBM PCMCIA Portable CD-ROM Drive",	}
    443  1.132.2.3   thorpej 	,
    444       1.59     soren 	{
    445        1.1  christos 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_HOME_AND_AWAY,
    446        1.1  christos 	    PCMCIA_CIS_IBM_HOME_AND_AWAY,
    447        1.1  christos 	    0,
    448        1.1  christos 	    "IBM Corporation",
    449  1.132.2.3   thorpej 	    "IBM Home and Away Modem",	}
    450  1.132.2.3   thorpej 	,
    451        1.1  christos 	{
    452       1.29   nathanw 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_WIRELESS_LAN_ENTRY,
    453       1.29   nathanw 	    PCMCIA_CIS_IBM_WIRELESS_LAN_ENTRY,
    454       1.29   nathanw 	    0,
    455       1.29   nathanw 	    "IBM Corporation",
    456  1.132.2.3   thorpej 	    "IBM Wireless LAN Entry",	}
    457  1.132.2.3   thorpej 	,
    458  1.132.2.3   thorpej 	{
    459  1.132.2.3   thorpej 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_SMART_CAPTURE_II,
    460  1.132.2.3   thorpej 	    PCMCIA_CIS_IBM_SMART_CAPTURE_II,
    461  1.132.2.3   thorpej 	    0,
    462  1.132.2.3   thorpej 	    "IBM Corporation",
    463  1.132.2.3   thorpej 	    "IBM Smart Capture Card II",	}
    464  1.132.2.3   thorpej 	,
    465       1.44       cgd 	{
    466       1.60     soren 	    PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_ETHERJET,
    467       1.60     soren 	    PCMCIA_CIS_IBM_ETHERJET,
    468       1.44       cgd 	    0,
    469       1.44       cgd 	    "IBM Corporation",
    470  1.132.2.3   thorpej 	    "IBM EtherJet Ethernet",	}
    471  1.132.2.3   thorpej 	,
    472       1.36       abs 	{
    473  1.132.2.3   thorpej 	    PCMCIA_VENDOR_INTEL, PCMCIA_PRODUCT_INTEL_PRO_WLAN_2011,
    474  1.132.2.3   thorpej 	    PCMCIA_CIS_INTEL_PRO_WLAN_2011,
    475       1.90  gmcgarry 	    0,
    476       1.90  gmcgarry 	    "Intel",
    477  1.132.2.3   thorpej 	    "Intel PRO/Wireless 2011 LAN PC Card",	}
    478  1.132.2.3   thorpej 	,
    479      1.125    ichiro 	{
    480  1.132.2.3   thorpej 	    PCMCIA_VENDOR_INTEL, PCMCIA_PRODUCT_INTEL_EEPRO100,
    481  1.132.2.3   thorpej 	    PCMCIA_CIS_INTEL_EEPRO100,
    482      1.125    ichiro 	    0,
    483      1.125    ichiro 	    "Intel",
    484  1.132.2.3   thorpej 	    "Intel EtherExpress PRO/100",	}
    485  1.132.2.3   thorpej 	,
    486       1.90  gmcgarry 	{
    487       1.57     enami 	    PCMCIA_VENDOR_IODATA, PCMCIA_PRODUCT_IODATA_PCLATE,
    488       1.57     enami 	    PCMCIA_CIS_IODATA_PCLATE,
    489        1.1  christos 	    0,
    490        1.1  christos 	    "I-O DATA",
    491  1.132.2.3   thorpej 	    "I-O DATA PCLA/TE",	}
    492  1.132.2.3   thorpej 	,
    493        1.1  christos 	{
    494      1.121    ichiro 	    PCMCIA_VENDOR_IODATA2, PCMCIA_PRODUCT_IODATA2_WNB11PCM,
    495      1.121    ichiro 	    PCMCIA_CIS_IODATA2_WNB11PCM,
    496      1.121    ichiro 	    0,
    497      1.121    ichiro 	    "I-O DATA",
    498  1.132.2.3   thorpej 	    "I-O DATA WN-B11/PCM",	}
    499  1.132.2.3   thorpej 	,
    500      1.121    ichiro 	{
    501  1.132.2.3   thorpej 	    PCMCIA_VENDOR_KINGSTON, PCMCIA_PRODUCT_KINGSTON_KNE2,
    502  1.132.2.3   thorpej 	    PCMCIA_CIS_KINGSTON_KNE2,
    503       1.91      onoe 	    0,
    504  1.132.2.3   thorpej 	    "Kingston",
    505  1.132.2.3   thorpej 	    "Kingston KNE-PC2 Ethernet",	}
    506  1.132.2.3   thorpej 	,
    507  1.132.2.3   thorpej 	{
    508  1.132.2.3   thorpej 	    PCMCIA_VENDOR_LASAT, PCMCIA_PRODUCT_LASAT_CREDIT_288,
    509  1.132.2.3   thorpej 	    PCMCIA_CIS_LASAT_CREDIT_288,
    510  1.132.2.3   thorpej 	    0,
    511  1.132.2.3   thorpej 	    "Lasat Communications A/S",
    512  1.132.2.3   thorpej 	    "Lasat Credit 288 Modem",	}
    513  1.132.2.3   thorpej 	,
    514       1.91      onoe 	{
    515      1.101     soren 	    PCMCIA_VENDOR_LEXARMEDIA, PCMCIA_PRODUCT_LEXARMEDIA_COMPACTFLASH,
    516      1.101     soren 	    PCMCIA_CIS_LEXARMEDIA_COMPACTFLASH,
    517       1.73     soren 	    0,
    518       1.73     soren 	    "Lexar Media",
    519  1.132.2.3   thorpej 	    "Lexar Media CompactFlash",	}
    520  1.132.2.3   thorpej 	,
    521  1.132.2.3   thorpej 	{
    522  1.132.2.3   thorpej 	    PCMCIA_VENDOR_LINKSYS, PCMCIA_PRODUCT_LINKSYS_TRUST_COMBO_ECARD,
    523  1.132.2.3   thorpej 	    PCMCIA_CIS_LINKSYS_TRUST_COMBO_ECARD,
    524  1.132.2.3   thorpej 	    0,
    525  1.132.2.3   thorpej 	    "Linksys Corporation",
    526  1.132.2.3   thorpej 	    "Trust (Linksys) Combo EthernetCard",	}
    527  1.132.2.3   thorpej 	,
    528       1.74   thorpej 	{
    529       1.74   thorpej 	    PCMCIA_VENDOR_LINKSYS, PCMCIA_PRODUCT_LINKSYS_ETHERFAST,
    530       1.74   thorpej 	    PCMCIA_CIS_LINKSYS_ETHERFAST,
    531       1.74   thorpej 	    0,
    532       1.74   thorpej 	    "Linksys Corporation",
    533  1.132.2.3   thorpej 	    "Linksys Etherfast 10/100 Ethernet",	}
    534  1.132.2.3   thorpej 	,
    535       1.73     soren 	{
    536       1.19       jtk 	    PCMCIA_VENDOR_LINKSYS, PCMCIA_PRODUCT_LINKSYS_ECARD_1,
    537       1.19       jtk 	    PCMCIA_CIS_LINKSYS_ECARD_1,
    538        1.1  christos 	    0,
    539        1.1  christos 	    "Linksys Corporation",
    540  1.132.2.3   thorpej 	    "Linksys EthernetCard or D-Link DE-650",	}
    541  1.132.2.3   thorpej 	,
    542        1.1  christos 	{
    543        1.1  christos 	    PCMCIA_VENDOR_LINKSYS, PCMCIA_PRODUCT_LINKSYS_COMBO_ECARD,
    544        1.1  christos 	    PCMCIA_CIS_LINKSYS_COMBO_ECARD,
    545        1.1  christos 	    0,
    546        1.1  christos 	    "Linksys Corporation",
    547  1.132.2.3   thorpej 	    "Linksys Combo EthernetCard",	}
    548  1.132.2.3   thorpej 	,
    549        1.9   thorpej 	{
    550  1.132.2.3   thorpej 	    PCMCIA_VENDOR_LINKSYS2, PCMCIA_PRODUCT_LINKSYS2_IWN,
    551  1.132.2.3   thorpej 	    PCMCIA_CIS_LINKSYS2_IWN,
    552        1.9   thorpej 	    0,
    553  1.132.2.3   thorpej 	    "The Linksys Group",
    554  1.132.2.3   thorpej 	    "Instant Wireless Network PC Card",	}
    555  1.132.2.3   thorpej 	,
    556  1.132.2.3   thorpej 	{
    557  1.132.2.6  jdolecek 	    PCMCIA_VENDOR_LINKSYS2, PCMCIA_PRODUCT_LINKSYS2_IWN3,
    558  1.132.2.6  jdolecek 	    PCMCIA_CIS_LINKSYS2_IWN3,
    559  1.132.2.6  jdolecek 	    0,
    560  1.132.2.6  jdolecek 	    "The Linksys Group",
    561  1.132.2.6  jdolecek 	    "Instant Wireless Network PC Card, Versin 3",	}
    562  1.132.2.6  jdolecek 	,
    563  1.132.2.6  jdolecek 	{
    564  1.132.2.6  jdolecek 	    PCMCIA_VENDOR_LINKSYS2, PCMCIA_PRODUCT_LINKSYS2_WCF11,
    565  1.132.2.6  jdolecek 	    PCMCIA_CIS_LINKSYS2_WCF11,
    566  1.132.2.6  jdolecek 	    0,
    567  1.132.2.6  jdolecek 	    "The Linksys Group",
    568  1.132.2.6  jdolecek 	    "Instant Wireless Network CF Card",	}
    569  1.132.2.6  jdolecek 	,
    570  1.132.2.6  jdolecek 	{
    571  1.132.2.3   thorpej 	    PCMCIA_VENDOR_LUCENT, PCMCIA_PRODUCT_LUCENT_WAVELAN_IEEE,
    572  1.132.2.3   thorpej 	    PCMCIA_CIS_LUCENT_WAVELAN_IEEE,
    573  1.132.2.3   thorpej 	    0,
    574  1.132.2.3   thorpej 	    "Lucent Technologies",
    575  1.132.2.3   thorpej 	    "WaveLAN/IEEE",	}
    576  1.132.2.3   thorpej 	,
    577  1.132.2.3   thorpej 	{
    578  1.132.2.3   thorpej 	    PCMCIA_VENDOR_MACNICA, PCMCIA_PRODUCT_MACNICA_ME1_JEIDA,
    579  1.132.2.3   thorpej 	    PCMCIA_CIS_MACNICA_ME1_JEIDA,
    580  1.132.2.3   thorpej 	    0,
    581  1.132.2.3   thorpej 	    "MACNICA",
    582  1.132.2.3   thorpej 	    "MACNICA ME1 for JEIDA",	}
    583  1.132.2.3   thorpej 	,
    584  1.132.2.3   thorpej 	{
    585  1.132.2.3   thorpej 	    PCMCIA_VENDOR_MEGAHERTZ, PCMCIA_PRODUCT_MEGAHERTZ_XJEM3336,
    586  1.132.2.3   thorpej 	    PCMCIA_CIS_MEGAHERTZ_XJEM3336,
    587  1.132.2.3   thorpej 	    0,
    588  1.132.2.3   thorpej 	    "Megahertz Corporation",
    589  1.132.2.3   thorpej 	    "Megahertz X-JACK Ethernet Modem",	}
    590  1.132.2.3   thorpej 	,
    591        1.1  christos 	{
    592        1.1  christos 	    PCMCIA_VENDOR_MEGAHERTZ, PCMCIA_PRODUCT_MEGAHERTZ_XJ4288,
    593        1.1  christos 	    PCMCIA_CIS_MEGAHERTZ_XJ4288,
    594        1.1  christos 	    0,
    595        1.1  christos 	    "Megahertz Corporation",
    596  1.132.2.3   thorpej 	    "Megahertz XJ4288 Modem",	}
    597  1.132.2.3   thorpej 	,
    598       1.59     soren 	{
    599       1.59     soren 	    PCMCIA_VENDOR_MEGAHERTZ, PCMCIA_PRODUCT_MEGAHERTZ_XJ4336,
    600       1.59     soren 	    PCMCIA_CIS_MEGAHERTZ_XJ4336,
    601       1.59     soren 	    0,
    602       1.59     soren 	    "Megahertz Corporation",
    603  1.132.2.3   thorpej 	    "Megahertz XJ4336 Modem",	}
    604  1.132.2.3   thorpej 	,
    605       1.20   thorpej 	{
    606       1.20   thorpej 	    PCMCIA_VENDOR_MEGAHERTZ, PCMCIA_PRODUCT_MEGAHERTZ_XJ5560,
    607       1.20   thorpej 	    PCMCIA_CIS_MEGAHERTZ_XJ5560,
    608       1.20   thorpej 	    0,
    609       1.20   thorpej 	    "Megahertz Corporation",
    610  1.132.2.3   thorpej 	    "Megahertz X-JACK 56kbps Modem",	}
    611  1.132.2.3   thorpej 	,
    612        1.1  christos 	{
    613  1.132.2.3   thorpej 	    PCMCIA_VENDOR_MEGAHERTZ2, PCMCIA_PRODUCT_MEGAHERTZ2_XJEM1144,
    614  1.132.2.3   thorpej 	    PCMCIA_CIS_MEGAHERTZ2_XJEM1144,
    615        1.1  christos 	    0,
    616        1.1  christos 	    "Megahertz Corporation",
    617  1.132.2.3   thorpej 	    "Megahertz X-JACK",	}
    618  1.132.2.3   thorpej 	,
    619       1.36       abs 	{
    620  1.132.2.3   thorpej 	    PCMCIA_VENDOR_MEGAHERTZ2, PCMCIA_PRODUCT_MEGAHERTZ2_XJACK,
    621  1.132.2.3   thorpej 	    PCMCIA_CIS_MEGAHERTZ2_XJACK,
    622       1.36       abs 	    0,
    623       1.36       abs 	    "Megahertz Corporation",
    624  1.132.2.3   thorpej 	    "Megahertz X-JACK Ethernet",	}
    625  1.132.2.3   thorpej 	,
    626        1.1  christos 	{
    627       1.78     enami 	    PCMCIA_VENDOR_MELCO, PCMCIA_PRODUCT_MELCO_LPC3_TX,
    628       1.78     enami 	    PCMCIA_CIS_MELCO_LPC3_TX,
    629       1.78     enami 	    0,
    630       1.78     enami 	    "Melco Corporation",
    631  1.132.2.3   thorpej 	    "Melco LPC3-TX",	}
    632  1.132.2.3   thorpej 	,
    633       1.78     enami 	{
    634  1.132.2.3   thorpej 	    PCMCIA_VENDOR_MOTOROLA, PCMCIA_PRODUCT_MOTOROLA_POWER144,
    635  1.132.2.3   thorpej 	    PCMCIA_CIS_MOTOROLA_POWER144,
    636  1.132.2.3   thorpej 	    0,
    637  1.132.2.3   thorpej 	    "Motorola Corporation",
    638  1.132.2.3   thorpej 	    "Motorola Power 14.4 Modem",	}
    639  1.132.2.3   thorpej 	,
    640  1.132.2.3   thorpej 	{
    641  1.132.2.3   thorpej 	    PCMCIA_VENDOR_MOTOROLA, PCMCIA_PRODUCT_MOTOROLA_PM100C,
    642  1.132.2.3   thorpej 	    PCMCIA_CIS_MOTOROLA_PM100C,
    643  1.132.2.3   thorpej 	    0,
    644  1.132.2.3   thorpej 	    "Motorola Corporation",
    645  1.132.2.3   thorpej 	    "Motorola Personal Messenger 100C CDPD Modem",	}
    646  1.132.2.3   thorpej 	,
    647  1.132.2.3   thorpej 	{
    648  1.132.2.3   thorpej 	    PCMCIA_VENDOR_MOTOROLA, PCMCIA_PRODUCT_MOTOROLA_MONTANA_336,
    649  1.132.2.3   thorpej 	    PCMCIA_CIS_MOTOROLA_MONTANA_336,
    650  1.132.2.3   thorpej 	    0,
    651  1.132.2.3   thorpej 	    "Motorola Corporation",
    652  1.132.2.3   thorpej 	    "Motorola Montana 33.6",	}
    653  1.132.2.3   thorpej 	,
    654  1.132.2.3   thorpej 	{
    655  1.132.2.3   thorpej 	    PCMCIA_VENDOR_NEWMEDIA, PCMCIA_PRODUCT_NEWMEDIA_BASICS,
    656  1.132.2.3   thorpej 	    PCMCIA_CIS_NEWMEDIA_BASICS,
    657  1.132.2.3   thorpej 	    0,
    658  1.132.2.3   thorpej 	    "New Media Corporation",
    659  1.132.2.3   thorpej 	    "New Media BASICS Ethernet",	}
    660  1.132.2.3   thorpej 	,
    661  1.132.2.3   thorpej 	{
    662  1.132.2.3   thorpej 	    PCMCIA_VENDOR_NEWMEDIA, PCMCIA_PRODUCT_NEWMEDIA_LANSURFER,
    663  1.132.2.3   thorpej 	    PCMCIA_CIS_NEWMEDIA_LANSURFER,
    664  1.132.2.3   thorpej 	    0,
    665  1.132.2.3   thorpej 	    "New Media Corporation",
    666  1.132.2.3   thorpej 	    "NewMedia LANSurfer",	}
    667  1.132.2.3   thorpej 	,
    668  1.132.2.3   thorpej 	{
    669  1.132.2.3   thorpej 	    PCMCIA_VENDOR_NEWMEDIA, PCMCIA_PRODUCT_NEWMEDIA_LIVEWIRE,
    670  1.132.2.3   thorpej 	    PCMCIA_CIS_NEWMEDIA_LIVEWIRE,
    671  1.132.2.3   thorpej 	    0,
    672  1.132.2.3   thorpej 	    "New Media Corporation",
    673  1.132.2.3   thorpej 	    "NewMedia LiveWire Ethernet LAN Adapter",	}
    674  1.132.2.3   thorpej 	,
    675  1.132.2.3   thorpej 	{
    676  1.132.2.3   thorpej 	    PCMCIA_VENDOR_NEWMEDIA, PCMCIA_PRODUCT_NEWMEDIA_MULTIMEDIA,
    677  1.132.2.3   thorpej 	    PCMCIA_CIS_NEWMEDIA_MULTIMEDIA,
    678  1.132.2.3   thorpej 	    0,
    679  1.132.2.3   thorpej 	    "New Media Corporation",
    680  1.132.2.3   thorpej 	    "NewMedia Multimedia",	}
    681  1.132.2.3   thorpej 	,
    682  1.132.2.3   thorpej 	{
    683  1.132.2.3   thorpej 	    PCMCIA_VENDOR_NEWMEDIA, PCMCIA_PRODUCT_NEWMEDIA_BUSTOASTER,
    684  1.132.2.3   thorpej 	    PCMCIA_CIS_NEWMEDIA_BUSTOASTER,
    685  1.132.2.3   thorpej 	    0,
    686  1.132.2.3   thorpej 	    "New Media Corporation",
    687  1.132.2.3   thorpej 	    "New Media BusToaster SCSI Host Adapter",	}
    688  1.132.2.3   thorpej 	,
    689  1.132.2.3   thorpej 	{
    690  1.132.2.3   thorpej 	    PCMCIA_VENDOR_NEWMEDIA, PCMCIA_PRODUCT_NEWMEDIA_WAVJAMMER,
    691  1.132.2.3   thorpej 	    PCMCIA_CIS_NEWMEDIA_WAVJAMMER,
    692  1.132.2.3   thorpej 	    0,
    693  1.132.2.3   thorpej 	    "New Media Corporation",
    694  1.132.2.3   thorpej 	    "NewMedia .WAVjammer",	}
    695  1.132.2.3   thorpej 	,
    696  1.132.2.3   thorpej 	{
    697  1.132.2.3   thorpej 	    PCMCIA_VENDOR_NEWMEDIA2, PCMCIA_PRODUCT_NEWMEDIA2_BUSTOASTER,
    698  1.132.2.3   thorpej 	    PCMCIA_CIS_NEWMEDIA2_BUSTOASTER,
    699  1.132.2.3   thorpej 	    0,
    700  1.132.2.3   thorpej 	    "NewMedia",
    701  1.132.2.3   thorpej 	    "NewMedia BusToaster",	}
    702  1.132.2.3   thorpej 	,
    703  1.132.2.3   thorpej 	{
    704  1.132.2.3   thorpej 	    PCMCIA_VENDOR_NETGEAR, PCMCIA_PRODUCT_NETGEAR_FA410TXC,
    705  1.132.2.3   thorpej 	    PCMCIA_CIS_NETGEAR_FA410TXC,
    706  1.132.2.3   thorpej 	    0,
    707  1.132.2.3   thorpej 	    "Netgear",
    708  1.132.2.3   thorpej 	    "Netgear FA410TXC",	}
    709  1.132.2.3   thorpej 	,
    710  1.132.2.3   thorpej 	{
    711  1.132.2.6  jdolecek 	    PCMCIA_VENDOR_NETGEAR, PCMCIA_PRODUCT_NETGEAR_FA411,
    712  1.132.2.6  jdolecek 	    PCMCIA_CIS_NETGEAR_FA411,
    713  1.132.2.6  jdolecek 	    0,
    714  1.132.2.6  jdolecek 	    "Netgear",
    715  1.132.2.6  jdolecek 	    "Netgear FA411",	}
    716  1.132.2.6  jdolecek 	,
    717  1.132.2.6  jdolecek 	{
    718  1.132.2.3   thorpej 	    PCMCIA_VENDOR_NI, PCMCIA_PRODUCT_NI_PCMCIA_GPIB,
    719  1.132.2.3   thorpej 	    PCMCIA_CIS_NI_PCMCIA_GPIB,
    720      1.127    ichiro 	    0,
    721      1.127    ichiro 	    "National Instruments",
    722  1.132.2.3   thorpej 	    "National Instruments PCMCIA-GPIB",	}
    723  1.132.2.3   thorpej 	,
    724      1.127    ichiro 	{
    725       1.84   mycroft 	    PCMCIA_VENDOR_NOKIA, PCMCIA_PRODUCT_NOKIA_C020_WLAN,
    726       1.84   mycroft 	    PCMCIA_CIS_NOKIA_C020_WLAN,
    727       1.84   mycroft 	    0,
    728       1.84   mycroft 	    "Nokia Communications",
    729  1.132.2.3   thorpej 	    "Nokia C020 WLAN Card",	}
    730  1.132.2.3   thorpej 	,
    731       1.84   mycroft 	{
    732       1.91      onoe 	    PCMCIA_VENDOR_OLICOM, PCMCIA_PRODUCT_OLICOM_TR,
    733       1.91      onoe 	    PCMCIA_CIS_OLICOM_TR,
    734       1.91      onoe 	    0,
    735       1.91      onoe 	    "Olicom",
    736  1.132.2.3   thorpej 	    "GoCard Token Ring 16/4",	}
    737  1.132.2.3   thorpej 	,
    738       1.91      onoe 	{
    739       1.82   mycroft 	    PCMCIA_VENDOR_PANASONIC, PCMCIA_PRODUCT_PANASONIC_KXLC002,
    740       1.82   mycroft 	    PCMCIA_CIS_PANASONIC_KXLC002,
    741       1.82   mycroft 	    0,
    742       1.82   mycroft 	    "Matsushita Electric Industrial Co.",
    743  1.132.2.3   thorpej 	    "Panasonic 4X CD-ROM Interface Card",	}
    744  1.132.2.3   thorpej 	,
    745       1.88      joda 	{
    746       1.88      joda 	    PCMCIA_VENDOR_PANASONIC, PCMCIA_PRODUCT_PANASONIC_KXLC003,
    747       1.88      joda 	    PCMCIA_CIS_PANASONIC_KXLC003,
    748       1.88      joda 	    0,
    749       1.88      joda 	    "Matsushita Electric Industrial Co.",
    750  1.132.2.3   thorpej 	    "Panasonic 8X CD-ROM Interface Card",	}
    751  1.132.2.3   thorpej 	,
    752  1.132.2.3   thorpej 	{
    753  1.132.2.3   thorpej 	    PCMCIA_VENDOR_PANASONIC, PCMCIA_PRODUCT_PANASONIC_KXLC005,
    754  1.132.2.3   thorpej 	    PCMCIA_CIS_PANASONIC_KXLC005,
    755  1.132.2.3   thorpej 	    0,
    756  1.132.2.3   thorpej 	    "Matsushita Electric Industrial Co.",
    757  1.132.2.3   thorpej 	    "Panasonic 16X CD-ROM Interface Card",	}
    758  1.132.2.3   thorpej 	,
    759  1.132.2.3   thorpej 	{
    760  1.132.2.3   thorpej 	    PCMCIA_VENDOR_PANASONIC, PCMCIA_PRODUCT_PANASONIC_KME,
    761  1.132.2.3   thorpej 	    PCMCIA_CIS_PANASONIC_KME,
    762  1.132.2.3   thorpej 	    0,
    763  1.132.2.3   thorpej 	    "Matsushita Electric Industrial Co.",
    764  1.132.2.3   thorpej 	    "Panasonic CD-R/RW Interface",	}
    765  1.132.2.3   thorpej 	,
    766  1.132.2.3   thorpej 	{
    767  1.132.2.3   thorpej 	    PCMCIA_VENDOR_PROXIM, PCMCIA_PRODUCT_PROXIM_ROAMABOUT_2400FH,
    768  1.132.2.3   thorpej 	    PCMCIA_CIS_PROXIM_ROAMABOUT_2400FH,
    769  1.132.2.3   thorpej 	    0,
    770  1.132.2.3   thorpej 	    "Proxim",
    771  1.132.2.3   thorpej 	    "Digital RoamAbout 2400FH",	}
    772  1.132.2.3   thorpej 	,
    773  1.132.2.3   thorpej 	{
    774  1.132.2.3   thorpej 	    PCMCIA_VENDOR_PROXIM, PCMCIA_PRODUCT_PROXIM_RANGELAN2_7401,
    775  1.132.2.3   thorpej 	    PCMCIA_CIS_PROXIM_RANGELAN2_7401,
    776  1.132.2.3   thorpej 	    0,
    777  1.132.2.3   thorpej 	    "Proxim",
    778  1.132.2.3   thorpej 	    "Proxim RangeLAN2 7401",	}
    779  1.132.2.3   thorpej 	,
    780       1.82   mycroft 	{
    781  1.132.2.2   thorpej 	    PCMCIA_VENDOR_PSION, PCMCIA_PRODUCT_PSION_GOLDCARD,
    782  1.132.2.2   thorpej 	    PCMCIA_CIS_PSION_GOLDCARD,
    783  1.132.2.2   thorpej 	    0,
    784  1.132.2.2   thorpej 	    "Psion",
    785  1.132.2.3   thorpej 	    "Psion Gold Card",	}
    786  1.132.2.3   thorpej 	,
    787  1.132.2.2   thorpej 	{
    788  1.132.2.3   thorpej 	    PCMCIA_VENDOR_QUATECH, PCMCIA_PRODUCT_QUATECH_DSP_225,
    789  1.132.2.3   thorpej 	    PCMCIA_CIS_QUATECH_DSP_225,
    790        1.1  christos 	    0,
    791  1.132.2.3   thorpej 	    "Quatech",
    792  1.132.2.3   thorpej 	    "Quatech Dual Serial Port",	}
    793  1.132.2.3   thorpej 	,
    794  1.132.2.3   thorpej 	{
    795  1.132.2.3   thorpej 	    PCMCIA_VENDOR_RATOC, PCMCIA_PRODUCT_RATOC_REX_R280,
    796  1.132.2.3   thorpej 	    PCMCIA_CIS_RATOC_REX_R280,
    797  1.132.2.3   thorpej 	    0,
    798  1.132.2.3   thorpej 	    "RATOC System Inc.",
    799  1.132.2.3   thorpej 	    "RATOC REX-R280",	}
    800  1.132.2.3   thorpej 	,
    801  1.132.2.3   thorpej 	{
    802  1.132.2.3   thorpej 	    PCMCIA_VENDOR_RAYTHEON, PCMCIA_PRODUCT_RAYTHEON_WLAN,
    803  1.132.2.3   thorpej 	    PCMCIA_CIS_RAYTHEON_WLAN,
    804  1.132.2.3   thorpej 	    0,
    805  1.132.2.3   thorpej 	    "Raytheon",
    806  1.132.2.3   thorpej 	    "WLAN Adapter",	}
    807  1.132.2.3   thorpej 	,
    808  1.132.2.3   thorpej 	{
    809  1.132.2.3   thorpej 	    PCMCIA_VENDOR_ROLAND, PCMCIA_PRODUCT_ROLAND_SCP55,
    810  1.132.2.3   thorpej 	    PCMCIA_CIS_ROLAND_SCP55,
    811  1.132.2.3   thorpej 	    0,
    812  1.132.2.3   thorpej 	    "Roland",
    813  1.132.2.3   thorpej 	    "Roland SCP-55",	}
    814  1.132.2.3   thorpej 	,
    815  1.132.2.3   thorpej 	{
    816  1.132.2.3   thorpej 	    PCMCIA_VENDOR_SAMSUNG, PCMCIA_PRODUCT_SAMSUNG_SWL_2000N,
    817  1.132.2.3   thorpej 	    PCMCIA_CIS_SAMSUNG_SWL_2000N,
    818  1.132.2.3   thorpej 	    0,
    819  1.132.2.3   thorpej 	    "Samsung",
    820  1.132.2.3   thorpej 	    "Samsung MagicLAN SWL-2000N",	}
    821  1.132.2.3   thorpej 	,
    822        1.1  christos 	{
    823       1.16      kenh 	    PCMCIA_VENDOR_SANDISK, PCMCIA_PRODUCT_SANDISK_SDCFB,
    824       1.16      kenh 	    PCMCIA_CIS_SANDISK_SDCFB,
    825       1.16      kenh 	    0,
    826       1.16      kenh 	    "Sandisk Corporation",
    827  1.132.2.3   thorpej 	    "Sandisk CompactFlash Card",	}
    828  1.132.2.3   thorpej 	,
    829       1.16      kenh 	{
    830        1.5   thorpej 	    PCMCIA_VENDOR_SIMPLETECH, PCMCIA_PRODUCT_SIMPLETECH_COMMUNICATOR288,
    831        1.5   thorpej 	    PCMCIA_CIS_SIMPLETECH_COMMUNICATOR288,
    832        1.5   thorpej 	    0,
    833        1.5   thorpej 	    "Simple Technology",
    834  1.132.2.3   thorpej 	    "Simple Technology 28.8 Communicator",	}
    835  1.132.2.3   thorpej 	,
    836        1.5   thorpej 	{
    837       1.42  sommerfe 	    PCMCIA_VENDOR_SIMPLETECH, PCMCIA_PRODUCT_SIMPLETECH_SPECTRUM24,
    838       1.42  sommerfe 	    PCMCIA_CIS_SIMPLETECH_SPECTRUM24,
    839       1.42  sommerfe 	    0,
    840       1.42  sommerfe 	    "Simple Technology",
    841  1.132.2.3   thorpej 	    "Symbol Spectrum24 WLAN Adapter",	}
    842  1.132.2.3   thorpej 	,
    843  1.132.2.3   thorpej 	{
    844  1.132.2.3   thorpej 	    PCMCIA_VENDOR_SMC, PCMCIA_PRODUCT_SMC_8016,
    845  1.132.2.3   thorpej 	    PCMCIA_CIS_SMC_8016,
    846  1.132.2.3   thorpej 	    0,
    847  1.132.2.3   thorpej 	    "Standard Microsystems Corporation",
    848  1.132.2.3   thorpej 	    "SMC 8016 EtherCard",	}
    849  1.132.2.3   thorpej 	,
    850  1.132.2.3   thorpej 	{
    851  1.132.2.3   thorpej 	    PCMCIA_VENDOR_SMC, PCMCIA_PRODUCT_SMC_EZCARD,
    852  1.132.2.3   thorpej 	    PCMCIA_CIS_SMC_EZCARD,
    853  1.132.2.3   thorpej 	    0,
    854  1.132.2.3   thorpej 	    "Standard Microsystems Corporation",
    855  1.132.2.3   thorpej 	    "SMC EZCard 10 PCMCIA",	}
    856  1.132.2.3   thorpej 	,
    857      1.126     jhawk 	{
    858      1.126     jhawk 	    PCMCIA_VENDOR_SOCKET, PCMCIA_PRODUCT_SOCKET_EA_ETHER,
    859      1.126     jhawk 	    PCMCIA_CIS_SOCKET_EA_ETHER,
    860      1.126     jhawk 	    0,
    861      1.126     jhawk 	    "Socket Communications",
    862  1.132.2.3   thorpej 	    "Socket Communications EA",	}
    863  1.132.2.3   thorpej 	,
    864  1.132.2.3   thorpej 	{
    865  1.132.2.3   thorpej 	    PCMCIA_VENDOR_SOCKET, PCMCIA_PRODUCT_SOCKET_LP_WLAN_CF,
    866  1.132.2.3   thorpej 	    PCMCIA_CIS_SOCKET_LP_WLAN_CF,
    867  1.132.2.3   thorpej 	    0,
    868  1.132.2.3   thorpej 	    "Socket Communications",
    869  1.132.2.3   thorpej 	    "Socket Communications Low Power WLAN Card",	}
    870  1.132.2.3   thorpej 	,
    871       1.42  sommerfe 	{
    872        1.1  christos 	    PCMCIA_VENDOR_SOCKET, PCMCIA_PRODUCT_SOCKET_PAGECARD,
    873        1.1  christos 	    PCMCIA_CIS_SOCKET_PAGECARD,
    874        1.1  christos 	    0,
    875        1.1  christos 	    "Socket Communications",
    876  1.132.2.3   thorpej 	    "Socket Communications PageCard",	}
    877  1.132.2.3   thorpej 	,
    878        1.1  christos 	{
    879       1.13   thorpej 	    PCMCIA_VENDOR_SOCKET, PCMCIA_PRODUCT_SOCKET_DUAL_RS232,
    880       1.13   thorpej 	    PCMCIA_CIS_SOCKET_DUAL_RS232,
    881       1.13   thorpej 	    0,
    882       1.13   thorpej 	    "Socket Communications",
    883  1.132.2.3   thorpej 	    "Socket Communications Dual RS232",	}
    884  1.132.2.3   thorpej 	,
    885  1.132.2.3   thorpej 	{
    886  1.132.2.3   thorpej 	    PCMCIA_VENDOR_SOCKET, PCMCIA_PRODUCT_SOCKET_LP_ETHER,
    887  1.132.2.3   thorpej 	    PCMCIA_CIS_SOCKET_LP_ETHER,
    888  1.132.2.3   thorpej 	    0,
    889  1.132.2.3   thorpej 	    "Socket Communications",
    890  1.132.2.3   thorpej 	    "Socket Communications LP-E",	}
    891  1.132.2.3   thorpej 	,
    892       1.55       jun 	{
    893       1.99    toddpw 	    PCMCIA_VENDOR_SOCKET, PCMCIA_PRODUCT_SOCKET_LP_ETHER_CF,
    894       1.99    toddpw 	    PCMCIA_CIS_SOCKET_LP_ETHER_CF,
    895       1.55       jun 	    0,
    896       1.99    toddpw 	    "Socket Communications",
    897  1.132.2.3   thorpej 	    "Socket Communications LP-E CF",	}
    898  1.132.2.3   thorpej 	,
    899       1.99    toddpw 	{
    900  1.132.2.3   thorpej 	    PCMCIA_VENDOR_SYMBOL, PCMCIA_PRODUCT_SYMBOL_LA4100,
    901  1.132.2.3   thorpej 	    PCMCIA_CIS_SYMBOL_LA4100,
    902       1.99    toddpw 	    0,
    903  1.132.2.3   thorpej 	    "Symbol",
    904  1.132.2.3   thorpej 	    "Symbol Spectrum24 LA4100 Series WLAN",	}
    905  1.132.2.3   thorpej 	,
    906       1.13   thorpej 	{
    907  1.132.2.3   thorpej 	    PCMCIA_VENDOR_TDK, PCMCIA_PRODUCT_TDK_LAK_CD011WL,
    908  1.132.2.3   thorpej 	    PCMCIA_CIS_TDK_LAK_CD011WL,
    909        1.1  christos 	    0,
    910        1.1  christos 	    "TDK Corporation",
    911  1.132.2.3   thorpej 	    "TDK LAK-CD011WL",	}
    912  1.132.2.3   thorpej 	,
    913        1.1  christos 	{
    914  1.132.2.3   thorpej 	    PCMCIA_VENDOR_TDK, PCMCIA_PRODUCT_TDK_LAK_CD021BX,
    915  1.132.2.3   thorpej 	    PCMCIA_CIS_TDK_LAK_CD021BX,
    916        1.1  christos 	    0,
    917        1.1  christos 	    "TDK Corporation",
    918  1.132.2.3   thorpej 	    "TDK LAK-CD021BX Ethernet",	}
    919  1.132.2.3   thorpej 	,
    920       1.61       jun 	{
    921       1.61       jun 	    PCMCIA_VENDOR_TDK, PCMCIA_PRODUCT_TDK_LAK_CF010,
    922       1.61       jun 	    PCMCIA_CIS_TDK_LAK_CF010,
    923       1.61       jun 	    0,
    924       1.61       jun 	    "TDK Corporation",
    925  1.132.2.3   thorpej 	    "TDK LAC-CF010",	}
    926  1.132.2.5  jdolecek 	,
    927  1.132.2.5  jdolecek 	{
    928  1.132.2.5  jdolecek 	    PCMCIA_VENDOR_TDK, PCMCIA_PRODUCT_TDK_C6500012,
    929  1.132.2.5  jdolecek 	    PCMCIA_CIS_TDK_C6500012,
    930  1.132.2.5  jdolecek 	    0,
    931  1.132.2.5  jdolecek 	    "TDK Corporation",
    932  1.132.2.5  jdolecek 	    "TDK ELSA MicroLink MC all",	}
    933  1.132.2.3   thorpej 	,
    934       1.22   thorpej 	{
    935  1.132.2.3   thorpej 	    PCMCIA_VENDOR_TDK, PCMCIA_PRODUCT_TDK_DFL9610,
    936  1.132.2.3   thorpej 	    PCMCIA_CIS_TDK_DFL9610,
    937      1.117    ichiro 	    0,
    938      1.118    ichiro 	    "TDK Corporation",
    939  1.132.2.3   thorpej 	    "TDK DFL9610 Ethernet & Digital Cellular",	}
    940  1.132.2.3   thorpej 	,
    941  1.132.2.3   thorpej 	{
    942  1.132.2.3   thorpej 	    PCMCIA_VENDOR_TELECOMDEVICE, PCMCIA_PRODUCT_TELECOMDEVICE_TCD_HPC100,
    943  1.132.2.3   thorpej 	    PCMCIA_CIS_TELECOMDEVICE_TCD_HPC100,
    944  1.132.2.3   thorpej 	    0,
    945  1.132.2.3   thorpej 	    "Telecom Device",
    946  1.132.2.3   thorpej 	    "Telecom Device TCD-HPC100",	}
    947  1.132.2.3   thorpej 	,
    948  1.132.2.3   thorpej 	{
    949  1.132.2.3   thorpej 	    PCMCIA_VENDOR_USROBOTICS, PCMCIA_PRODUCT_USROBOTICS_WORLDPORT144,
    950  1.132.2.3   thorpej 	    PCMCIA_CIS_USROBOTICS_WORLDPORT144,
    951  1.132.2.3   thorpej 	    0,
    952  1.132.2.3   thorpej 	    "US Robotics Corporation",
    953  1.132.2.3   thorpej 	    "US Robotics WorldPort 14.4 Modem",	}
    954  1.132.2.3   thorpej 	,
    955      1.117    ichiro 	{
    956       1.90  gmcgarry 	    PCMCIA_VENDOR_XIRCOM, PCMCIA_PRODUCT_XIRCOM_CE,
    957       1.90  gmcgarry 	    PCMCIA_CIS_XIRCOM_CE,
    958       1.28   nathanw 	    0,
    959       1.90  gmcgarry 	    "Xircom",
    960  1.132.2.3   thorpej 	    "Xircom CreditCard Ethernet",	}
    961  1.132.2.3   thorpej 	,
    962  1.132.2.3   thorpej 	{
    963  1.132.2.3   thorpej 	    PCMCIA_VENDOR_XIRCOM, PCMCIA_PRODUCT_XIRCOM_CE3,
    964  1.132.2.3   thorpej 	    PCMCIA_CIS_XIRCOM_CE3,
    965  1.132.2.3   thorpej 	    0,
    966  1.132.2.3   thorpej 	    "Xircom",
    967  1.132.2.3   thorpej 	    "Xircom CreditCard 10/100 Ethernet",	}
    968  1.132.2.3   thorpej 	,
    969       1.29   nathanw 	{
    970       1.90  gmcgarry 	    PCMCIA_VENDOR_XIRCOM, PCMCIA_PRODUCT_XIRCOM_CE2,
    971       1.90  gmcgarry 	    PCMCIA_CIS_XIRCOM_CE2,
    972       1.29   nathanw 	    0,
    973       1.90  gmcgarry 	    "Xircom",
    974  1.132.2.3   thorpej 	    "Xircom CreditCard Ethernet II",	}
    975  1.132.2.3   thorpej 	,
    976       1.90  gmcgarry 	{
    977  1.132.2.3   thorpej 	    PCMCIA_VENDOR_XIRCOM, PCMCIA_PRODUCT_XIRCOM_XE2000,
    978  1.132.2.3   thorpej 	    PCMCIA_CIS_XIRCOM_XE2000,
    979       1.90  gmcgarry 	    0,
    980       1.90  gmcgarry 	    "Xircom",
    981  1.132.2.3   thorpej 	    "Xircom XE2000 10/100 Ethernet",	}
    982  1.132.2.3   thorpej 	,
    983  1.132.2.3   thorpej 	{
    984  1.132.2.3   thorpej 	    PCMCIA_VENDOR_XIRCOM, PCMCIA_PRODUCT_XIRCOM_CNW_801,
    985  1.132.2.3   thorpej 	    PCMCIA_CIS_XIRCOM_CNW_801,
    986  1.132.2.3   thorpej 	    0,
    987  1.132.2.3   thorpej 	    "Xircom",
    988  1.132.2.3   thorpej 	    "Xircom CreditCard Netwave (Canada)",	}
    989  1.132.2.3   thorpej 	,
    990  1.132.2.3   thorpej 	{
    991  1.132.2.3   thorpej 	    PCMCIA_VENDOR_XIRCOM, PCMCIA_PRODUCT_XIRCOM_CNW_802,
    992  1.132.2.3   thorpej 	    PCMCIA_CIS_XIRCOM_CNW_802,
    993  1.132.2.3   thorpej 	    0,
    994  1.132.2.3   thorpej 	    "Xircom",
    995  1.132.2.3   thorpej 	    "Xircom CreditCard Netwave (US)",	}
    996  1.132.2.3   thorpej 	,
    997      1.113   thorpej 	{
    998      1.113   thorpej 	    PCMCIA_VENDOR_XIRCOM, PCMCIA_PRODUCT_XIRCOM_CT2,
    999      1.113   thorpej 	    PCMCIA_CIS_XIRCOM_CT2,
   1000      1.113   thorpej 	    0,
   1001      1.113   thorpej 	    "Xircom",
   1002  1.132.2.3   thorpej 	    "Xircom CreditCard Token Ring II",	}
   1003  1.132.2.3   thorpej 	,
   1004       1.28   nathanw 	{
   1005       1.90  gmcgarry 	    PCMCIA_VENDOR_XIRCOM, PCMCIA_PRODUCT_XIRCOM_CEM,
   1006       1.90  gmcgarry 	    PCMCIA_CIS_XIRCOM_CEM,
   1007       1.22   thorpej 	    0,
   1008       1.90  gmcgarry 	    "Xircom",
   1009  1.132.2.3   thorpej 	    "Xircom CreditCard Ethernet + Modem",	}
   1010  1.132.2.3   thorpej 	,
   1011  1.132.2.3   thorpej 	{
   1012  1.132.2.3   thorpej 	    PCMCIA_VENDOR_XIRCOM, PCMCIA_PRODUCT_XIRCOM_REM56,
   1013  1.132.2.3   thorpej 	    PCMCIA_CIS_XIRCOM_REM56,
   1014  1.132.2.3   thorpej 	    0,
   1015  1.132.2.3   thorpej 	    "Xircom",
   1016  1.132.2.3   thorpej 	    "Xircom RealPort Ethernet 10/100 + Modem 56",	}
   1017  1.132.2.3   thorpej 	,
   1018       1.58       jtk 	{
   1019       1.90  gmcgarry 	    PCMCIA_VENDOR_XIRCOM, PCMCIA_PRODUCT_XIRCOM_CEM28,
   1020       1.90  gmcgarry 	    PCMCIA_CIS_XIRCOM_CEM28,
   1021       1.58       jtk 	    0,
   1022       1.90  gmcgarry 	    "Xircom",
   1023  1.132.2.3   thorpej 	    "Xircom CreditCard Ethernet + Modem 28",	}
   1024  1.132.2.3   thorpej 	,
   1025       1.95  gmcgarry 	{
   1026       1.95  gmcgarry 	    PCMCIA_VENDOR_XIRCOM, PCMCIA_PRODUCT_XIRCOM_CEM33,
   1027       1.95  gmcgarry 	    PCMCIA_CIS_XIRCOM_CEM33,
   1028       1.95  gmcgarry 	    0,
   1029       1.95  gmcgarry 	    "Xircom",
   1030  1.132.2.3   thorpej 	    "Xircom CreditCard Ethernet + Modem 33",	}
   1031  1.132.2.3   thorpej 	,
   1032       1.95  gmcgarry 	{
   1033       1.95  gmcgarry 	    PCMCIA_VENDOR_XIRCOM, PCMCIA_PRODUCT_XIRCOM_CEM56,
   1034       1.95  gmcgarry 	    PCMCIA_CIS_XIRCOM_CEM56,
   1035       1.95  gmcgarry 	    0,
   1036       1.95  gmcgarry 	    "Xircom",
   1037  1.132.2.3   thorpej 	    "Xircom CreditCard Ethernet + Modem 56",	}
   1038  1.132.2.3   thorpej 	,
   1039       1.95  gmcgarry 	{
   1040  1.132.2.3   thorpej 	    PCMCIA_VENDOR_ZONET, PCMCIA_PRODUCT_ZONET_ZEN,
   1041  1.132.2.3   thorpej 	    PCMCIA_CIS_ZONET_ZEN,
   1042       1.95  gmcgarry 	    0,
   1043  1.132.2.3   thorpej 	    "Zonet Technology Inc.",
   1044  1.132.2.3   thorpej 	    "Zonet Zen 10/10",	}
   1045  1.132.2.3   thorpej 	,
   1046       1.33  christos 	{
   1047  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_ACCTON_EN2212,
   1048  1.132.2.3   thorpej 	    PCMCIA_CIS_ACCTON_EN2212,
   1049       1.33  christos 	    0,
   1050  1.132.2.3   thorpej 	    "ACCTON",
   1051  1.132.2.3   thorpej 	    "Accton EN2212",	}
   1052  1.132.2.3   thorpej 	,
   1053       1.62    itojun 	{
   1054  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_AMBICOM_AMB8002T,
   1055  1.132.2.3   thorpej 	    PCMCIA_CIS_AMBICOM_AMB8002T,
   1056       1.62    itojun 	    0,
   1057  1.132.2.3   thorpej 	    "AmbiCom Inc",
   1058  1.132.2.3   thorpej 	    "AmbiCom AMB8002T",	}
   1059  1.132.2.3   thorpej 	,
   1060        1.1  christos 	{
   1061  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_AMD_AM79C930,
   1062  1.132.2.3   thorpej 	    PCMCIA_CIS_AMD_AM79C930,
   1063        1.6   thorpej 	    0,
   1064  1.132.2.3   thorpej 	    "AMD",
   1065  1.132.2.3   thorpej 	    "AMD Am79C930",	}
   1066  1.132.2.3   thorpej 	,
   1067       1.39       mjl 	{
   1068  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_BILLIONTON_LNT10TN,
   1069  1.132.2.3   thorpej 	    PCMCIA_CIS_BILLIONTON_LNT10TN,
   1070       1.39       mjl 	    0,
   1071  1.132.2.3   thorpej 	    "Billionton Systems Inc.",
   1072  1.132.2.3   thorpej 	    "Billionton Systems Inc. LNT-10TN NE2000 Compatible Card",	}
   1073  1.132.2.3   thorpej 	,
   1074        1.8   thorpej 	{
   1075  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_CNET_NE2000,
   1076  1.132.2.3   thorpej 	    PCMCIA_CIS_CNET_NE2000,
   1077       1.10   thorpej 	    0,
   1078  1.132.2.3   thorpej 	    "CNet",
   1079  1.132.2.3   thorpej 	    "CNet CN40BC NE2000 Compatible",	}
   1080  1.132.2.3   thorpej 	,
   1081       1.38  christos 	{
   1082  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_COREGA_ETHER_PCC_T,
   1083  1.132.2.3   thorpej 	    PCMCIA_CIS_COREGA_ETHER_PCC_T,
   1084       1.38  christos 	    0,
   1085  1.132.2.3   thorpej 	    "Corega K.K.",
   1086  1.132.2.3   thorpej 	    "Corega Ether PCC-T",	}
   1087  1.132.2.3   thorpej 	,
   1088       1.10   thorpej 	{
   1089  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_COREGA_ETHER_PCC_TD,
   1090  1.132.2.3   thorpej 	    PCMCIA_CIS_COREGA_ETHER_PCC_TD,
   1091       1.46      tron 	    0,
   1092  1.132.2.3   thorpej 	    "Corega K.K.",
   1093  1.132.2.3   thorpej 	    "Corega Ether PCC-TD",	}
   1094  1.132.2.3   thorpej 	,
   1095      1.116    ichiro 	{
   1096  1.132.2.6  jdolecek 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_COREGA_ETHER_II_PCC_TD,
   1097  1.132.2.6  jdolecek 	    PCMCIA_CIS_COREGA_ETHER_II_PCC_TD,
   1098  1.132.2.6  jdolecek 	    0,
   1099  1.132.2.6  jdolecek 	    "Corega K.K.",
   1100  1.132.2.6  jdolecek 	    "Corega EtherII PCC-TD",	}
   1101  1.132.2.6  jdolecek 	,
   1102  1.132.2.6  jdolecek 	{
   1103  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_COREGA_ETHER_II_PCC_T,
   1104  1.132.2.3   thorpej 	    PCMCIA_CIS_COREGA_ETHER_II_PCC_T,
   1105      1.116    ichiro 	    0,
   1106  1.132.2.3   thorpej 	    "Corega K.K.",
   1107  1.132.2.3   thorpej 	    "Corega EtherII PCC-T",	}
   1108  1.132.2.3   thorpej 	,
   1109       1.46      tron 	{
   1110  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_COREGA_FAST_ETHER_PCC_TX,
   1111  1.132.2.3   thorpej 	    PCMCIA_CIS_COREGA_FAST_ETHER_PCC_TX,
   1112      1.109    nonaka 	    0,
   1113  1.132.2.3   thorpej 	    "Corega K.K.",
   1114  1.132.2.3   thorpej 	    "Corega FastEther PCC-TX",	}
   1115  1.132.2.3   thorpej 	,
   1116      1.109    nonaka 	{
   1117  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_COREGA_FETHER_PCC_TXD,
   1118  1.132.2.3   thorpej 	    PCMCIA_CIS_COREGA_FETHER_PCC_TXD,
   1119       1.46      tron 	    0,
   1120  1.132.2.3   thorpej 	    "Corega K.K.",
   1121  1.132.2.3   thorpej 	    "Corega FEther PCC-TXD",	}
   1122  1.132.2.3   thorpej 	,
   1123      1.110       imp 	{
   1124  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_COREGA_FETHER_PCC_TXF,
   1125  1.132.2.3   thorpej 	    PCMCIA_CIS_COREGA_FETHER_PCC_TXF,
   1126       1.42  sommerfe 	    0,
   1127  1.132.2.3   thorpej 	    "Corega K.K.",
   1128  1.132.2.3   thorpej 	    "Corega FEther PCC-TXF",	}
   1129  1.132.2.3   thorpej 	,
   1130       1.42  sommerfe 	{
   1131  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_COREGA_WIRELESS_LAN_PCC_11,
   1132  1.132.2.3   thorpej 	    PCMCIA_CIS_COREGA_WIRELESS_LAN_PCC_11,
   1133       1.67      jlam 	    0,
   1134  1.132.2.3   thorpej 	    "Corega K.K.",
   1135  1.132.2.3   thorpej 	    "Corega Wireless LAN PCC-11",	}
   1136  1.132.2.3   thorpej 	,
   1137       1.67      jlam 	{
   1138  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_COREGA_WIRELESS_LAN_PCCA_11,
   1139  1.132.2.3   thorpej 	    PCMCIA_CIS_COREGA_WIRELESS_LAN_PCCA_11,
   1140       1.67      jlam 	    0,
   1141  1.132.2.3   thorpej 	    "Corega K.K.",
   1142  1.132.2.3   thorpej 	    "Corega Wireless LAN PCCA-11",	}
   1143  1.132.2.3   thorpej 	,
   1144      1.122      onoe 	{
   1145  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_COREGA_WIRELESS_LAN_PCCB_11,
   1146  1.132.2.3   thorpej 	    PCMCIA_CIS_COREGA_WIRELESS_LAN_PCCB_11,
   1147      1.122      onoe 	    0,
   1148  1.132.2.3   thorpej 	    "Corega K.K.",
   1149  1.132.2.3   thorpej 	    "Corega Wireless LAN PCCB-11",	}
   1150  1.132.2.3   thorpej 	,
   1151       1.67      jlam 	{
   1152  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_DIGITAL_DEPCMXX,
   1153  1.132.2.3   thorpej 	    PCMCIA_CIS_DIGITAL_DEPCMXX,
   1154       1.56  sommerfe 	    0,
   1155  1.132.2.3   thorpej 	    "Digital Equipment Corporation",
   1156  1.132.2.3   thorpej 	    "DEC DEPCM-BA",	}
   1157  1.132.2.3   thorpej 	,
   1158       1.69  sommerfe 	{
   1159  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_DLINK_DE650,
   1160  1.132.2.3   thorpej 	    PCMCIA_CIS_DLINK_DE650,
   1161       1.81      onoe 	    0,
   1162  1.132.2.3   thorpej 	    "D-Link",
   1163  1.132.2.3   thorpej 	    "D-Link DE-650",	}
   1164  1.132.2.3   thorpej 	,
   1165       1.81      onoe 	{
   1166  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_DLINK_DE660,
   1167  1.132.2.3   thorpej 	    PCMCIA_CIS_DLINK_DE660,
   1168       1.69  sommerfe 	    0,
   1169  1.132.2.3   thorpej 	    "D-Link",
   1170  1.132.2.3   thorpej 	    "D-Link DE-660",	}
   1171  1.132.2.3   thorpej 	,
   1172       1.56  sommerfe 	{
   1173  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_DLINK_DE660PLUS,
   1174  1.132.2.3   thorpej 	    PCMCIA_CIS_DLINK_DE660PLUS,
   1175       1.64  augustss 	    0,
   1176  1.132.2.3   thorpej 	    "D-Link",
   1177  1.132.2.3   thorpej 	    "D-Link DE-660+",	}
   1178  1.132.2.3   thorpej 	,
   1179       1.64  augustss 	{
   1180  1.132.2.6  jdolecek 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_DLINK_DFE670TXD,
   1181  1.132.2.6  jdolecek 	    PCMCIA_CIS_DLINK_DFE670TXD,
   1182  1.132.2.6  jdolecek 	    0,
   1183  1.132.2.6  jdolecek 	    "D-Link",
   1184  1.132.2.6  jdolecek 	    "D-Link DFE-670TXD",	}
   1185  1.132.2.6  jdolecek 	,
   1186  1.132.2.6  jdolecek 	{
   1187  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_EIGERLABS_EPX_AA2000,
   1188  1.132.2.3   thorpej 	    PCMCIA_CIS_EIGERLABS_EPX_AA2000,
   1189       1.89        is 	    0,
   1190  1.132.2.3   thorpej 	    "Eiger labs,Inc.",
   1191  1.132.2.3   thorpej 	    "EPX-AA2000 PC Sound Card",	}
   1192  1.132.2.3   thorpej 	,
   1193       1.89        is 	{
   1194  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_EPSON_EEN10B,
   1195  1.132.2.3   thorpej 	    PCMCIA_CIS_EPSON_EEN10B,
   1196       1.96      onoe 	    0,
   1197  1.132.2.3   thorpej 	    "Seiko Epson Corporation",
   1198  1.132.2.3   thorpej 	    "Epson EEN10B",	}
   1199  1.132.2.3   thorpej 	,
   1200       1.96      onoe 	{
   1201  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_EXP_EXPMULTIMEDIA,
   1202  1.132.2.3   thorpej 	    PCMCIA_CIS_EXP_EXPMULTIMEDIA,
   1203       1.98   msaitoh 	    0,
   1204  1.132.2.3   thorpej 	    "EXP Computer Inc",
   1205  1.132.2.3   thorpej 	    "EXP IDE/ATAPI DVD Card",	}
   1206  1.132.2.3   thorpej 	,
   1207       1.98   msaitoh 	{
   1208  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_GEMTEK_WLAN,
   1209  1.132.2.3   thorpej 	    PCMCIA_CIS_GEMTEK_WLAN,
   1210       1.98   msaitoh 	    0,
   1211  1.132.2.3   thorpej 	    "Gem Tek",
   1212  1.132.2.3   thorpej 	    "GEMTEK Prism2_5 WaveLAN Card",	}
   1213  1.132.2.3   thorpej 	,
   1214       1.98   msaitoh 	{
   1215  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_ICOM_SL200,
   1216  1.132.2.3   thorpej 	    PCMCIA_CIS_ICOM_SL200,
   1217      1.107    ichiro 	    0,
   1218  1.132.2.3   thorpej 	    "ICOM Inc",
   1219  1.132.2.3   thorpej 	    "Icom SL-200",	}
   1220  1.132.2.3   thorpej 	,
   1221      1.107    ichiro 	{
   1222  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_INTERSIL_PRISM2,
   1223  1.132.2.3   thorpej 	    PCMCIA_CIS_INTERSIL_PRISM2,
   1224      1.124    ichiro 	    0,
   1225  1.132.2.3   thorpej 	    "Intersil",
   1226  1.132.2.3   thorpej 	    "Intersil Prism II",	}
   1227  1.132.2.3   thorpej 	,
   1228      1.124    ichiro 	{
   1229  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_IODATA_CBIDE2,
   1230  1.132.2.3   thorpej 	    PCMCIA_CIS_IODATA_CBIDE2,
   1231  1.132.2.2   thorpej 	    0,
   1232  1.132.2.3   thorpej 	    "I-O DATA",
   1233  1.132.2.3   thorpej 	    "IO-DATA CBIDE2/16-bit mode",	}
   1234  1.132.2.3   thorpej 	,
   1235  1.132.2.3   thorpej 	{
   1236  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_IODATA_PCLAT,
   1237  1.132.2.3   thorpej 	    PCMCIA_CIS_IODATA_PCLAT,
   1238  1.132.2.3   thorpej 	    0,
   1239  1.132.2.3   thorpej 	    "I-O DATA",
   1240  1.132.2.3   thorpej 	    "IO-DATA PCLA/T",	}
   1241  1.132.2.3   thorpej 	,
   1242  1.132.2.3   thorpej 	{
   1243  1.132.2.4  jdolecek 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_LANTECH_FASTNETTX,
   1244  1.132.2.4  jdolecek 	    PCMCIA_CIS_LANTECH_FASTNETTX,
   1245  1.132.2.4  jdolecek 	    0,
   1246  1.132.2.4  jdolecek 	    "Lantech Computer Company",
   1247  1.132.2.4  jdolecek 	    "Lantech Fastnet/TX",	}
   1248  1.132.2.4  jdolecek 	,
   1249  1.132.2.4  jdolecek 	{
   1250  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_LINKSYS_ECARD_2,
   1251  1.132.2.3   thorpej 	    PCMCIA_CIS_LINKSYS_ECARD_2,
   1252  1.132.2.3   thorpej 	    0,
   1253  1.132.2.3   thorpej 	    "Linksys Corporation",
   1254  1.132.2.3   thorpej 	    "Linksys E-Card",	}
   1255  1.132.2.3   thorpej 	,
   1256  1.132.2.2   thorpej 	{
   1257        1.1  christos 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_MEGAHERTZ_XJ2288,
   1258        1.1  christos 	    PCMCIA_CIS_MEGAHERTZ_XJ2288,
   1259        1.1  christos 	    0,
   1260        1.1  christos 	    "Megahertz Corporation",
   1261  1.132.2.3   thorpej 	    "Megahertz XJ2288 Modem",	}
   1262  1.132.2.3   thorpej 	,
   1263        1.1  christos 	{
   1264  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_MELCO_LPC2_TX,
   1265  1.132.2.3   thorpej 	    PCMCIA_CIS_MELCO_LPC2_TX,
   1266        1.1  christos 	    0,
   1267  1.132.2.3   thorpej 	    "Melco Corporation",
   1268  1.132.2.3   thorpej 	    "Melco LPC2-TX",	}
   1269  1.132.2.3   thorpej 	,
   1270  1.132.2.3   thorpej 	{
   1271  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_NAKAGAWAMETAL_LNT10TN,
   1272  1.132.2.3   thorpej 	    PCMCIA_CIS_NAKAGAWAMETAL_LNT10TN,
   1273  1.132.2.3   thorpej 	    0,
   1274  1.132.2.3   thorpej 	    "NAKAGAWA METAL",
   1275  1.132.2.3   thorpej 	    "NAKAGAWA METAL LNT-10TN NE2000 Compatible Card",	}
   1276  1.132.2.3   thorpej 	,
   1277  1.132.2.3   thorpej 	{
   1278  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_NANOSPEED_PRISM2,
   1279  1.132.2.3   thorpej 	    PCMCIA_CIS_NANOSPEED_PRISM2,
   1280  1.132.2.3   thorpej 	    0,
   1281  1.132.2.3   thorpej 	    "",
   1282  1.132.2.3   thorpej 	    "NANOSPEED ROOT-RZ2000 WLAN Card",	}
   1283  1.132.2.3   thorpej 	,
   1284  1.132.2.3   thorpej 	{
   1285  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_NDC_ND5100_E,
   1286  1.132.2.3   thorpej 	    PCMCIA_CIS_NDC_ND5100_E,
   1287  1.132.2.3   thorpej 	    0,
   1288  1.132.2.3   thorpej 	    "NDC",
   1289  1.132.2.3   thorpej 	    "Sohoware ND5100E NE2000 Compatible Card",	}
   1290  1.132.2.3   thorpej 	,
   1291  1.132.2.3   thorpej 	{
   1292  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_NEC_CMZ_RT_WP,
   1293  1.132.2.3   thorpej 	    PCMCIA_CIS_NEC_CMZ_RT_WP,
   1294  1.132.2.3   thorpej 	    0,
   1295  1.132.2.3   thorpej 	    "",
   1296  1.132.2.3   thorpej 	    "NEC Wireless Card CMZ-RT-WP",	}
   1297  1.132.2.3   thorpej 	,
   1298  1.132.2.3   thorpej 	{
   1299  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_NTT_ME_WLAN,
   1300  1.132.2.3   thorpej 	    PCMCIA_CIS_NTT_ME_WLAN,
   1301  1.132.2.3   thorpej 	    0,
   1302  1.132.2.3   thorpej 	    "",
   1303  1.132.2.3   thorpej 	    "NTT-ME 11Mbps Wireless LAN PC Card",	}
   1304  1.132.2.3   thorpej 	,
   1305        1.1  christos 	{
   1306        1.1  christos 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_PLANET_SMARTCOM2000,
   1307        1.1  christos 	    PCMCIA_CIS_PLANET_SMARTCOM2000,
   1308        1.1  christos 	    0,
   1309        1.4  christos 	    "Planet",
   1310  1.132.2.3   thorpej 	    "Planet SmartCOM 2000",	}
   1311  1.132.2.3   thorpej 	,
   1312        1.1  christos 	{
   1313       1.51     enami 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_PLANEX_FNW3600T,
   1314       1.51     enami 	    PCMCIA_CIS_PLANEX_FNW3600T,
   1315       1.50     enami 	    0,
   1316       1.50     enami 	    "Planex Communications Inc",
   1317  1.132.2.3   thorpej 	    "Planex FNW-3600-T",	}
   1318  1.132.2.3   thorpej 	,
   1319       1.50     enami 	{
   1320       1.78     enami 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_PLANEX_FNW3700T,
   1321       1.78     enami 	    PCMCIA_CIS_PLANEX_FNW3700T,
   1322       1.78     enami 	    0,
   1323       1.78     enami 	    "Planex Communications Inc",
   1324  1.132.2.3   thorpej 	    "Planex FNW-3700-T",	}
   1325  1.132.2.3   thorpej 	,
   1326       1.83      tron 	{
   1327  1.132.2.6  jdolecek 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_PLANEX_GWNS11H,
   1328  1.132.2.6  jdolecek 	    PCMCIA_CIS_PLANEX_GWNS11H,
   1329  1.132.2.6  jdolecek 	    0,
   1330  1.132.2.6  jdolecek 	    "Planex Communications Inc",
   1331  1.132.2.6  jdolecek 	    "PLANEX GW-NS11H Wireless LAN PC Card",	}
   1332  1.132.2.6  jdolecek 	,
   1333  1.132.2.6  jdolecek 	{
   1334       1.83      tron 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_RPTI_EP400,
   1335       1.83      tron 	    PCMCIA_CIS_RPTI_EP400,
   1336       1.83      tron 	    0,
   1337       1.83      tron 	    "RPTI",
   1338  1.132.2.3   thorpej 	    "RPTI EP400",	}
   1339  1.132.2.3   thorpej 	,
   1340        1.1  christos 	{
   1341        1.1  christos 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_RPTI_EP401,
   1342        1.1  christos 	    PCMCIA_CIS_RPTI_EP401,
   1343        1.1  christos 	    0,
   1344        1.4  christos 	    "RPTI",
   1345  1.132.2.3   thorpej 	    "RPTI EP401",	}
   1346  1.132.2.3   thorpej 	,
   1347       1.54       jun 	{
   1348  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_PREMAX_PE200,
   1349  1.132.2.3   thorpej 	    PCMCIA_CIS_PREMAX_PE200,
   1350      1.130    ichiro 	    0,
   1351  1.132.2.3   thorpej 	    "Premax",
   1352  1.132.2.3   thorpej 	    "PreMax PE-200",	}
   1353  1.132.2.3   thorpej 	,
   1354      1.123    ichiro 	{
   1355  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_SIMPLETECH_SPECTRUM24_ALT,
   1356  1.132.2.3   thorpej 	    PCMCIA_CIS_SIMPLETECH_SPECTRUM24_ALT,
   1357       1.85    itojun 	    0,
   1358  1.132.2.3   thorpej 	    "Simple Technology",
   1359  1.132.2.3   thorpej 	    "LA4111 Spectrum24 Wireless LAN PC Card",	}
   1360  1.132.2.3   thorpej 	,
   1361       1.85    itojun 	{
   1362  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_SMC_2632W,
   1363  1.132.2.3   thorpej 	    PCMCIA_CIS_SMC_2632W,
   1364      1.117    ichiro 	    0,
   1365  1.132.2.3   thorpej 	    "Standard Microsystems Corporation",
   1366  1.132.2.3   thorpej 	    "SMC 2632 EZ Connect Wireless PC Card",	}
   1367  1.132.2.3   thorpej 	,
   1368      1.117    ichiro 	{
   1369       1.25   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_SVEC_COMBOCARD,
   1370       1.25   thorpej 	    PCMCIA_CIS_SVEC_COMBOCARD,
   1371       1.25   thorpej 	    0,
   1372       1.25   thorpej 	    "SVEC/Hawking Technology",
   1373  1.132.2.3   thorpej 	    "SVEC/Hawking Tech. Combo Card",	}
   1374  1.132.2.3   thorpej 	,
   1375       1.32      marc 	{
   1376       1.32      marc 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_SVEC_LANCARD,
   1377       1.32      marc 	    PCMCIA_CIS_SVEC_LANCARD,
   1378       1.32      marc 	    0,
   1379       1.32      marc 	    "SVEC/Hawking Technology",
   1380  1.132.2.3   thorpej 	    "SVEC PCMCIA Lan Card",	}
   1381  1.132.2.3   thorpej 	,
   1382       1.71   mycroft 	{
   1383       1.71   mycroft 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_SVEC_PN650TX,
   1384       1.71   mycroft 	    PCMCIA_CIS_SVEC_PN650TX,
   1385  1.132.2.3   thorpej 	    0,
   1386  1.132.2.3   thorpej 	    "SVEC/Hawking Technology",
   1387  1.132.2.3   thorpej 	    "SVEC PN650TX 10/100 Dual Speed Fast Ethernet PC Card",	}
   1388  1.132.2.3   thorpej 	,
   1389       1.87       scw 	{
   1390  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_SYNERGY21_S21810,
   1391  1.132.2.3   thorpej 	    PCMCIA_CIS_SYNERGY21_S21810,
   1392       1.87       scw 	    0,
   1393  1.132.2.3   thorpej 	    "Synergy 21",
   1394  1.132.2.3   thorpej 	    "Synergy 21 S21810+ NE2000 Compatible Card",	}
   1395  1.132.2.3   thorpej 	,
   1396       1.79       uch 	{
   1397  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_TEAC_IDECARDII,
   1398  1.132.2.3   thorpej 	    PCMCIA_CIS_TEAC_IDECARDII,
   1399       1.94      onoe 	    0,
   1400  1.132.2.3   thorpej 	    "TEAC",
   1401  1.132.2.3   thorpej 	    "TEAC IDE Card/II",	}
   1402  1.132.2.3   thorpej 	,
   1403       1.94      onoe 	{
   1404  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_XIRCOM_CFE_10,
   1405  1.132.2.3   thorpej 	    PCMCIA_CIS_XIRCOM_CFE_10,
   1406       1.98   msaitoh 	    0,
   1407  1.132.2.3   thorpej 	    "Xircom",
   1408  1.132.2.3   thorpej 	    "Xircom CompactCard CFE-10",	}
   1409  1.132.2.3   thorpej 	,
   1410      1.103   thorpej 	{
   1411  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_YEDATA_EXTERNAL_FDD,
   1412  1.132.2.3   thorpej 	    PCMCIA_CIS_YEDATA_EXTERNAL_FDD,
   1413      1.103   thorpej 	    0,
   1414  1.132.2.3   thorpej 	    "Y-E DATA",
   1415  1.132.2.3   thorpej 	    "Y-E DATA External FDD",	}
   1416  1.132.2.3   thorpej 	,
   1417      1.108    ichiro 	{
   1418  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_ZOOM_AIR_4000,
   1419  1.132.2.3   thorpej 	    PCMCIA_CIS_ZOOM_AIR_4000,
   1420      1.108    ichiro 	    0,
   1421      1.108    ichiro 	    "",
   1422  1.132.2.3   thorpej 	    "Zoom Air-4000",	}
   1423  1.132.2.3   thorpej 	,
   1424      1.117    ichiro 	{
   1425  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_FUJITSU_FMV_J181,
   1426  1.132.2.3   thorpej 	    PCMCIA_CIS_FUJITSU_FMV_J181,
   1427      1.117    ichiro 	    0,
   1428  1.132.2.3   thorpej 	    "Fujitsu Corporation",
   1429  1.132.2.3   thorpej 	    "FUJITSU FMV-J181 PCMCIA Card",	}
   1430  1.132.2.3   thorpej 	,
   1431      1.117    ichiro 	{
   1432  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_FUJITSU_FMV_J182,
   1433  1.132.2.3   thorpej 	    PCMCIA_CIS_FUJITSU_FMV_J182,
   1434      1.117    ichiro 	    0,
   1435  1.132.2.3   thorpej 	    "Fujitsu Corporation",
   1436  1.132.2.3   thorpej 	    "FUJITSU FMV-J182 PCMCIA Card",	}
   1437  1.132.2.3   thorpej 	,
   1438       1.98   msaitoh 	{
   1439  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_FUJITSU_FMV_J182A,
   1440  1.132.2.3   thorpej 	    PCMCIA_CIS_FUJITSU_FMV_J182A,
   1441      1.120   aymeric 	    0,
   1442  1.132.2.3   thorpej 	    "Fujitsu Corporation",
   1443  1.132.2.3   thorpej 	    "FUJITSU FMV-J182A PCMCIA Card",	}
   1444  1.132.2.3   thorpej 	,
   1445      1.120   aymeric 	{
   1446  1.132.2.3   thorpej 	    PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_FUJITSU_ITCFJ182A,
   1447  1.132.2.3   thorpej 	    PCMCIA_CIS_FUJITSU_ITCFJ182A,
   1448      1.131  christos 	    0,
   1449  1.132.2.3   thorpej 	    "Fujitsu Corporation",
   1450  1.132.2.3   thorpej 	    "FUJITSU ITCFJ182A CompactCard",	}
   1451  1.132.2.3   thorpej 	,
   1452      1.131  christos 	{
   1453  1.132.2.3   thorpej 	    PCMCIA_VENDOR_FUJITSU,
   1454       1.34   nathanw 	    PCMCIA_KNOWNDEV_NOPROD,
   1455       1.34   nathanw 	    PCMCIA_CIS_INVALID,
   1456  1.132.2.3   thorpej 	    0,
   1457       1.34   nathanw 	    "Fujitsu Corporation",
   1458       1.82   mycroft 	    NULL,
   1459       1.82   mycroft 	},
   1460       1.82   mycroft 	{
   1461  1.132.2.3   thorpej 	    PCMCIA_VENDOR_PANASONIC,
   1462       1.82   mycroft 	    PCMCIA_KNOWNDEV_NOPROD,
   1463       1.82   mycroft 	    PCMCIA_CIS_INVALID,
   1464  1.132.2.3   thorpej 	    0,
   1465       1.82   mycroft 	    "Matsushita Electric Industrial Co.",
   1466       1.34   nathanw 	    NULL,
   1467       1.25   thorpej 	},
   1468       1.25   thorpej 	{
   1469  1.132.2.3   thorpej 	    PCMCIA_VENDOR_SANDISK,
   1470       1.16      kenh 	    PCMCIA_KNOWNDEV_NOPROD,
   1471       1.16      kenh 	    PCMCIA_CIS_INVALID,
   1472  1.132.2.3   thorpej 	    0,
   1473       1.16      kenh 	    "Sandisk Corporation",
   1474       1.16      kenh 	    NULL,
   1475       1.16      kenh 	},
   1476       1.16      kenh 	{
   1477  1.132.2.3   thorpej 	    PCMCIA_VENDOR_NEWMEDIA,
   1478       1.12   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   1479       1.12   thorpej 	    PCMCIA_CIS_INVALID,
   1480  1.132.2.3   thorpej 	    0,
   1481       1.43       hwr 	    "New Media Corporation",
   1482       1.12   thorpej 	    NULL,
   1483       1.12   thorpej 	},
   1484       1.12   thorpej 	{
   1485  1.132.2.3   thorpej 	    PCMCIA_VENDOR_INTEL,
   1486       1.66      joda 	    PCMCIA_KNOWNDEV_NOPROD,
   1487       1.66      joda 	    PCMCIA_CIS_INVALID,
   1488  1.132.2.3   thorpej 	    0,
   1489       1.66      joda 	    "Intel",
   1490       1.66      joda 	    NULL,
   1491       1.66      joda 	},
   1492       1.66      joda 	{
   1493  1.132.2.3   thorpej 	    PCMCIA_VENDOR_IBM,
   1494        1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   1495        1.1  christos 	    PCMCIA_CIS_INVALID,
   1496  1.132.2.3   thorpej 	    0,
   1497        1.1  christos 	    "IBM Corporation",
   1498        1.1  christos 	    NULL,
   1499        1.1  christos 	},
   1500        1.1  christos 	{
   1501  1.132.2.3   thorpej 	    PCMCIA_VENDOR_3COM,
   1502        1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   1503        1.1  christos 	    PCMCIA_CIS_INVALID,
   1504  1.132.2.3   thorpej 	    0,
   1505        1.1  christos 	    "3Com Corporation",
   1506        1.1  christos 	    NULL,
   1507        1.1  christos 	},
   1508        1.1  christos 	{
   1509  1.132.2.3   thorpej 	    PCMCIA_VENDOR_MEGAHERTZ,
   1510        1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   1511        1.1  christos 	    PCMCIA_CIS_INVALID,
   1512  1.132.2.3   thorpej 	    0,
   1513        1.1  christos 	    "Megahertz Corporation",
   1514        1.1  christos 	    NULL,
   1515        1.1  christos 	},
   1516        1.1  christos 	{
   1517  1.132.2.3   thorpej 	    PCMCIA_VENDOR_SOCKET,
   1518        1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   1519        1.1  christos 	    PCMCIA_CIS_INVALID,
   1520  1.132.2.3   thorpej 	    0,
   1521        1.1  christos 	    "Socket Communications",
   1522        1.1  christos 	    NULL,
   1523        1.1  christos 	},
   1524        1.1  christos 	{
   1525  1.132.2.3   thorpej 	    PCMCIA_VENDOR_TDK,
   1526        1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   1527        1.1  christos 	    PCMCIA_CIS_INVALID,
   1528  1.132.2.3   thorpej 	    0,
   1529        1.1  christos 	    "TDK Corporation",
   1530        1.1  christos 	    NULL,
   1531        1.1  christos 	},
   1532        1.1  christos 	{
   1533  1.132.2.3   thorpej 	    PCMCIA_VENDOR_XIRCOM,
   1534       1.66      joda 	    PCMCIA_KNOWNDEV_NOPROD,
   1535       1.66      joda 	    PCMCIA_CIS_INVALID,
   1536  1.132.2.3   thorpej 	    0,
   1537       1.66      joda 	    "Xircom",
   1538       1.66      joda 	    NULL,
   1539       1.66      joda 	},
   1540       1.66      joda 	{
   1541  1.132.2.3   thorpej 	    PCMCIA_VENDOR_SMC,
   1542       1.12   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   1543       1.12   thorpej 	    PCMCIA_CIS_INVALID,
   1544  1.132.2.3   thorpej 	    0,
   1545       1.12   thorpej 	    "Standard Microsystems Corporation",
   1546      1.127    ichiro 	    NULL,
   1547      1.127    ichiro 	},
   1548      1.127    ichiro 	{
   1549  1.132.2.3   thorpej 	    PCMCIA_VENDOR_MOTOROLA,
   1550  1.132.2.3   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   1551  1.132.2.3   thorpej 	    PCMCIA_CIS_INVALID,
   1552  1.132.2.3   thorpej 	    0,
   1553  1.132.2.3   thorpej 	    "Motorola Corporation",
   1554  1.132.2.3   thorpej 	    NULL,
   1555  1.132.2.3   thorpej 	},
   1556  1.132.2.3   thorpej 	{
   1557  1.132.2.3   thorpej 	    PCMCIA_VENDOR_NI,
   1558      1.127    ichiro 	    PCMCIA_KNOWNDEV_NOPROD,
   1559      1.127    ichiro 	    PCMCIA_CIS_INVALID,
   1560  1.132.2.3   thorpej 	    0,
   1561      1.127    ichiro 	    "National Instruments",
   1562       1.12   thorpej 	    NULL,
   1563       1.12   thorpej 	},
   1564       1.12   thorpej 	{
   1565  1.132.2.3   thorpej 	    PCMCIA_VENDOR_USROBOTICS,
   1566        1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   1567        1.1  christos 	    PCMCIA_CIS_INVALID,
   1568  1.132.2.3   thorpej 	    0,
   1569        1.1  christos 	    "US Robotics Corporation",
   1570        1.1  christos 	    NULL,
   1571        1.1  christos 	},
   1572        1.1  christos 	{
   1573  1.132.2.3   thorpej 	    PCMCIA_VENDOR_OLICOM,
   1574        1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   1575        1.1  christos 	    PCMCIA_CIS_INVALID,
   1576  1.132.2.3   thorpej 	    0,
   1577  1.132.2.3   thorpej 	    "Olicom",
   1578        1.1  christos 	    NULL,
   1579        1.1  christos 	},
   1580        1.1  christos 	{
   1581  1.132.2.3   thorpej 	    PCMCIA_VENDOR_PROXIM,
   1582       1.91      onoe 	    PCMCIA_KNOWNDEV_NOPROD,
   1583       1.91      onoe 	    PCMCIA_CIS_INVALID,
   1584  1.132.2.3   thorpej 	    0,
   1585  1.132.2.3   thorpej 	    "Proxim",
   1586  1.132.2.3   thorpej 	    NULL,
   1587  1.132.2.3   thorpej 	},
   1588  1.132.2.3   thorpej 	{
   1589  1.132.2.3   thorpej 	    PCMCIA_VENDOR_MEGAHERTZ2,
   1590  1.132.2.3   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   1591  1.132.2.3   thorpej 	    PCMCIA_CIS_INVALID,
   1592  1.132.2.3   thorpej 	    0,
   1593  1.132.2.3   thorpej 	    "Megahertz Corporation",
   1594       1.91      onoe 	    NULL,
   1595       1.91      onoe 	},
   1596       1.91      onoe 	{
   1597  1.132.2.3   thorpej 	    PCMCIA_VENDOR_ADAPTEC,
   1598        1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   1599        1.1  christos 	    PCMCIA_CIS_INVALID,
   1600  1.132.2.3   thorpej 	    0,
   1601        1.1  christos 	    "Adaptec Corporation",
   1602        1.1  christos 	    NULL,
   1603        1.1  christos 	},
   1604        1.1  christos 	{
   1605  1.132.2.3   thorpej 	    PCMCIA_VENDOR_QUATECH,
   1606  1.132.2.3   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   1607  1.132.2.3   thorpej 	    PCMCIA_CIS_INVALID,
   1608  1.132.2.3   thorpej 	    0,
   1609  1.132.2.3   thorpej 	    "Quatech",
   1610  1.132.2.3   thorpej 	    NULL,
   1611  1.132.2.3   thorpej 	},
   1612  1.132.2.3   thorpej 	{
   1613  1.132.2.3   thorpej 	    PCMCIA_VENDOR_COMPAQ,
   1614       1.66      joda 	    PCMCIA_KNOWNDEV_NOPROD,
   1615       1.66      joda 	    PCMCIA_CIS_INVALID,
   1616  1.132.2.3   thorpej 	    0,
   1617       1.66      joda 	    "Compaq",
   1618       1.66      joda 	    NULL,
   1619       1.66      joda 	},
   1620       1.66      joda 	{
   1621  1.132.2.3   thorpej 	    PCMCIA_VENDOR_DLINK_2,
   1622  1.132.2.3   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   1623  1.132.2.3   thorpej 	    PCMCIA_CIS_INVALID,
   1624  1.132.2.3   thorpej 	    0,
   1625  1.132.2.3   thorpej 	    "D-Link",
   1626  1.132.2.3   thorpej 	    NULL,
   1627  1.132.2.3   thorpej 	},
   1628  1.132.2.3   thorpej 	{
   1629  1.132.2.6  jdolecek 	    PCMCIA_VENDOR_DLINK_3,
   1630  1.132.2.6  jdolecek 	    PCMCIA_KNOWNDEV_NOPROD,
   1631  1.132.2.6  jdolecek 	    PCMCIA_CIS_INVALID,
   1632  1.132.2.6  jdolecek 	    0,
   1633  1.132.2.6  jdolecek 	    "D-Link",
   1634  1.132.2.6  jdolecek 	    NULL,
   1635  1.132.2.6  jdolecek 	},
   1636  1.132.2.6  jdolecek 	{
   1637  1.132.2.3   thorpej 	    PCMCIA_VENDOR_LINKSYS,
   1638        1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   1639        1.1  christos 	    PCMCIA_CIS_INVALID,
   1640  1.132.2.3   thorpej 	    0,
   1641        1.1  christos 	    "Linksys Corporation",
   1642      1.119   thorpej 	    NULL,
   1643      1.119   thorpej 	},
   1644      1.119   thorpej 	{
   1645  1.132.2.3   thorpej 	    PCMCIA_VENDOR_NETGEAR,
   1646      1.119   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   1647      1.119   thorpej 	    PCMCIA_CIS_INVALID,
   1648  1.132.2.3   thorpej 	    0,
   1649  1.132.2.3   thorpej 	    "Netgear",
   1650        1.5   thorpej 	    NULL,
   1651        1.5   thorpej 	},
   1652        1.5   thorpej 	{
   1653  1.132.2.3   thorpej 	    PCMCIA_VENDOR_SIMPLETECH,
   1654        1.5   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   1655        1.5   thorpej 	    PCMCIA_CIS_INVALID,
   1656  1.132.2.3   thorpej 	    0,
   1657        1.5   thorpej 	    "Simple Technology",
   1658       1.42  sommerfe 	    NULL,
   1659       1.42  sommerfe 	},
   1660       1.42  sommerfe 	{
   1661  1.132.2.3   thorpej 	    PCMCIA_VENDOR_SYMBOL2,
   1662  1.132.2.3   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   1663  1.132.2.3   thorpej 	    PCMCIA_CIS_INVALID,
   1664  1.132.2.3   thorpej 	    0,
   1665  1.132.2.3   thorpej 	    "Symbol",
   1666  1.132.2.3   thorpej 	    NULL,
   1667  1.132.2.3   thorpej 	},
   1668  1.132.2.3   thorpej 	{
   1669  1.132.2.3   thorpej 	    PCMCIA_VENDOR_LUCENT,
   1670       1.42  sommerfe 	    PCMCIA_KNOWNDEV_NOPROD,
   1671       1.42  sommerfe 	    PCMCIA_CIS_INVALID,
   1672  1.132.2.3   thorpej 	    0,
   1673       1.42  sommerfe 	    "Lucent Technologies",
   1674       1.67      jlam 	    NULL,
   1675       1.67      jlam 	},
   1676       1.67      jlam 	{
   1677  1.132.2.3   thorpej 	    PCMCIA_VENDOR_AIRONET,
   1678       1.67      jlam 	    PCMCIA_KNOWNDEV_NOPROD,
   1679       1.67      jlam 	    PCMCIA_CIS_INVALID,
   1680  1.132.2.3   thorpej 	    0,
   1681       1.67      jlam 	    "Aironet Wireless Communications",
   1682       1.66      joda 	    NULL,
   1683       1.66      joda 	},
   1684       1.66      joda 	{
   1685  1.132.2.4  jdolecek 	    PCMCIA_VENDOR_ERICSSON,
   1686  1.132.2.4  jdolecek 	    PCMCIA_KNOWNDEV_NOPROD,
   1687  1.132.2.4  jdolecek 	    PCMCIA_CIS_INVALID,
   1688  1.132.2.4  jdolecek 	    0,
   1689  1.132.2.4  jdolecek 	    "Ericsson",
   1690  1.132.2.4  jdolecek 	    NULL,
   1691  1.132.2.4  jdolecek 	},
   1692  1.132.2.4  jdolecek 	{
   1693  1.132.2.3   thorpej 	    PCMCIA_VENDOR_PSION,
   1694  1.132.2.2   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   1695  1.132.2.2   thorpej 	    PCMCIA_CIS_INVALID,
   1696  1.132.2.3   thorpej 	    0,
   1697  1.132.2.2   thorpej 	    "Psion",
   1698  1.132.2.2   thorpej 	    NULL,
   1699  1.132.2.2   thorpej 	},
   1700  1.132.2.2   thorpej 	{
   1701  1.132.2.3   thorpej 	    PCMCIA_VENDOR_COMPAQ2,
   1702       1.66      joda 	    PCMCIA_KNOWNDEV_NOPROD,
   1703       1.66      joda 	    PCMCIA_CIS_INVALID,
   1704  1.132.2.3   thorpej 	    0,
   1705       1.66      joda 	    "Compaq",
   1706        1.1  christos 	    NULL,
   1707        1.1  christos 	},
   1708        1.1  christos 	{
   1709  1.132.2.3   thorpej 	    PCMCIA_VENDOR_KINGSTON,
   1710      1.110       imp 	    PCMCIA_KNOWNDEV_NOPROD,
   1711      1.110       imp 	    PCMCIA_CIS_INVALID,
   1712  1.132.2.3   thorpej 	    0,
   1713      1.110       imp 	    "Kingston",
   1714      1.110       imp 	    NULL,
   1715      1.110       imp 	},
   1716      1.110       imp 	{
   1717  1.132.2.3   thorpej 	    PCMCIA_VENDOR_DAYNA,
   1718        1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   1719        1.1  christos 	    PCMCIA_CIS_INVALID,
   1720  1.132.2.3   thorpej 	    0,
   1721        1.1  christos 	    "Dayna Corporation",
   1722       1.64  augustss 	    NULL,
   1723       1.64  augustss 	},
   1724       1.64  augustss 	{
   1725  1.132.2.3   thorpej 	    PCMCIA_VENDOR_RAYTHEON,
   1726       1.64  augustss 	    PCMCIA_KNOWNDEV_NOPROD,
   1727       1.64  augustss 	    PCMCIA_CIS_INVALID,
   1728  1.132.2.3   thorpej 	    0,
   1729       1.68    chopps 	    "Raytheon",
   1730       1.56  sommerfe 	    NULL,
   1731       1.56  sommerfe 	},
   1732       1.56  sommerfe 	{
   1733  1.132.2.3   thorpej 	    PCMCIA_VENDOR_IODATA,
   1734       1.56  sommerfe 	    PCMCIA_KNOWNDEV_NOPROD,
   1735       1.56  sommerfe 	    PCMCIA_CIS_INVALID,
   1736  1.132.2.3   thorpej 	    0,
   1737       1.97       imp 	    "I-O DATA",
   1738        1.1  christos 	    NULL,
   1739        1.1  christos 	},
   1740        1.1  christos 	{
   1741  1.132.2.3   thorpej 	    PCMCIA_VENDOR_BAY,
   1742        1.1  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   1743        1.1  christos 	    PCMCIA_CIS_INVALID,
   1744  1.132.2.3   thorpej 	    0,
   1745       1.97       imp 	    "Bay Networks",
   1746       1.91      onoe 	    NULL,
   1747       1.91      onoe 	},
   1748       1.91      onoe 	{
   1749  1.132.2.3   thorpej 	    PCMCIA_VENDOR_FARALLON,
   1750       1.91      onoe 	    PCMCIA_KNOWNDEV_NOPROD,
   1751       1.91      onoe 	    PCMCIA_CIS_INVALID,
   1752  1.132.2.3   thorpej 	    0,
   1753       1.91      onoe 	    "Farallon Communications",
   1754       1.84   mycroft 	    NULL,
   1755       1.84   mycroft 	},
   1756       1.84   mycroft 	{
   1757  1.132.2.3   thorpej 	    PCMCIA_VENDOR_TELECOMDEVICE,
   1758       1.98   msaitoh 	    PCMCIA_KNOWNDEV_NOPROD,
   1759       1.98   msaitoh 	    PCMCIA_CIS_INVALID,
   1760  1.132.2.3   thorpej 	    0,
   1761       1.98   msaitoh 	    "Telecom Device",
   1762       1.98   msaitoh 	    NULL,
   1763       1.98   msaitoh 	},
   1764       1.98   msaitoh 	{
   1765  1.132.2.3   thorpej 	    PCMCIA_VENDOR_NOKIA,
   1766       1.84   mycroft 	    PCMCIA_KNOWNDEV_NOPROD,
   1767       1.84   mycroft 	    PCMCIA_CIS_INVALID,
   1768  1.132.2.3   thorpej 	    0,
   1769       1.84   mycroft 	    "Nokia Communications",
   1770       1.96      onoe 	    NULL,
   1771       1.96      onoe 	},
   1772       1.96      onoe 	{
   1773  1.132.2.3   thorpej 	    PCMCIA_VENDOR_SAMSUNG,
   1774       1.96      onoe 	    PCMCIA_KNOWNDEV_NOPROD,
   1775       1.96      onoe 	    PCMCIA_CIS_INVALID,
   1776  1.132.2.3   thorpej 	    0,
   1777       1.96      onoe 	    "Samsung",
   1778      1.124    ichiro 	    NULL,
   1779      1.124    ichiro 	},
   1780      1.124    ichiro 	{
   1781  1.132.2.3   thorpej 	    PCMCIA_VENDOR_SYMBOL,
   1782  1.132.2.3   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   1783  1.132.2.3   thorpej 	    PCMCIA_CIS_INVALID,
   1784  1.132.2.3   thorpej 	    0,
   1785  1.132.2.3   thorpej 	    "Symbol",
   1786  1.132.2.3   thorpej 	    NULL,
   1787  1.132.2.3   thorpej 	},
   1788  1.132.2.3   thorpej 	{
   1789  1.132.2.3   thorpej 	    PCMCIA_VENDOR_BUFFALO,
   1790      1.124    ichiro 	    PCMCIA_KNOWNDEV_NOPROD,
   1791      1.124    ichiro 	    PCMCIA_CIS_INVALID,
   1792  1.132.2.3   thorpej 	    0,
   1793      1.124    ichiro 	    "BUFFALO (Melco Corporation)",
   1794      1.121    ichiro 	    NULL,
   1795      1.121    ichiro 	},
   1796      1.121    ichiro 	{
   1797  1.132.2.4  jdolecek 	    PCMCIA_VENDOR_LINKSYS2,
   1798  1.132.2.4  jdolecek 	    PCMCIA_KNOWNDEV_NOPROD,
   1799  1.132.2.4  jdolecek 	    PCMCIA_CIS_INVALID,
   1800  1.132.2.4  jdolecek 	    0,
   1801  1.132.2.4  jdolecek 	    "The Linksys Group",
   1802  1.132.2.4  jdolecek 	    NULL,
   1803  1.132.2.4  jdolecek 	},
   1804  1.132.2.4  jdolecek 	{
   1805  1.132.2.3   thorpej 	    PCMCIA_VENDOR_IODATA2,
   1806      1.121    ichiro 	    PCMCIA_KNOWNDEV_NOPROD,
   1807      1.121    ichiro 	    PCMCIA_CIS_INVALID,
   1808  1.132.2.3   thorpej 	    0,
   1809      1.121    ichiro 	    "I-O DATA",
   1810       1.41       mjl 	    NULL,
   1811       1.41       mjl 	},
   1812       1.41       mjl 	{
   1813  1.132.2.3   thorpej 	    PCMCIA_VENDOR_BREEZECOM,
   1814  1.132.2.3   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   1815  1.132.2.3   thorpej 	    PCMCIA_CIS_INVALID,
   1816  1.132.2.3   thorpej 	    0,
   1817  1.132.2.3   thorpej 	    "BreezeCOM",
   1818  1.132.2.3   thorpej 	    NULL,
   1819  1.132.2.3   thorpej 	},
   1820  1.132.2.3   thorpej 	{
   1821  1.132.2.3   thorpej 	    PCMCIA_VENDOR_NEWMEDIA2,
   1822       1.41       mjl 	    PCMCIA_KNOWNDEV_NOPROD,
   1823       1.41       mjl 	    PCMCIA_CIS_INVALID,
   1824  1.132.2.3   thorpej 	    0,
   1825  1.132.2.3   thorpej 	    "NewMedia",
   1826  1.132.2.6  jdolecek 	    NULL,
   1827  1.132.2.6  jdolecek 	},
   1828  1.132.2.6  jdolecek 	{
   1829  1.132.2.6  jdolecek 	    PCMCIA_VENDOR_ACTIONTEC,
   1830  1.132.2.6  jdolecek 	    PCMCIA_KNOWNDEV_NOPROD,
   1831  1.132.2.6  jdolecek 	    PCMCIA_CIS_INVALID,
   1832  1.132.2.6  jdolecek 	    0,
   1833  1.132.2.6  jdolecek 	    "ACTIONTEC",
   1834  1.132.2.3   thorpej 	    NULL,
   1835  1.132.2.3   thorpej 	},
   1836  1.132.2.3   thorpej 	{
   1837  1.132.2.3   thorpej 	    PCMCIA_VENDOR_LASAT,
   1838  1.132.2.3   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   1839  1.132.2.3   thorpej 	    PCMCIA_CIS_INVALID,
   1840  1.132.2.3   thorpej 	    0,
   1841       1.41       mjl 	    "Lasat Communications A/S",
   1842       1.73     soren 	    NULL,
   1843       1.73     soren 	},
   1844       1.73     soren 	{
   1845  1.132.2.3   thorpej 	    PCMCIA_VENDOR_LEXARMEDIA,
   1846       1.73     soren 	    PCMCIA_KNOWNDEV_NOPROD,
   1847       1.73     soren 	    PCMCIA_CIS_INVALID,
   1848  1.132.2.3   thorpej 	    0,
   1849       1.73     soren 	    "Lexar Media",
   1850       1.27   thorpej 	    NULL,
   1851       1.27   thorpej 	},
   1852       1.27   thorpej 	{
   1853  1.132.2.3   thorpej 	    PCMCIA_VENDOR_ARCHOS,
   1854  1.132.2.3   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   1855  1.132.2.3   thorpej 	    PCMCIA_CIS_INVALID,
   1856  1.132.2.3   thorpej 	    0,
   1857  1.132.2.3   thorpej 	    "Archos",
   1858  1.132.2.3   thorpej 	    NULL,
   1859  1.132.2.3   thorpej 	},
   1860  1.132.2.3   thorpej 	{
   1861  1.132.2.3   thorpej 	    PCMCIA_VENDOR_DUAL,
   1862  1.132.2.3   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   1863  1.132.2.3   thorpej 	    PCMCIA_CIS_INVALID,
   1864  1.132.2.3   thorpej 	    0,
   1865  1.132.2.3   thorpej 	    "Dual",
   1866  1.132.2.3   thorpej 	    NULL,
   1867  1.132.2.3   thorpej 	},
   1868  1.132.2.3   thorpej 	{
   1869  1.132.2.4  jdolecek 	    PCMCIA_VENDOR_EDIMAX,
   1870  1.132.2.4  jdolecek 	    PCMCIA_KNOWNDEV_NOPROD,
   1871  1.132.2.4  jdolecek 	    PCMCIA_CIS_INVALID,
   1872  1.132.2.4  jdolecek 	    0,
   1873  1.132.2.4  jdolecek 	    "Edimax Technology Inc.",
   1874  1.132.2.4  jdolecek 	    NULL,
   1875  1.132.2.4  jdolecek 	},
   1876  1.132.2.4  jdolecek 	{
   1877  1.132.2.3   thorpej 	    PCMCIA_VENDOR_COMPEX,
   1878       1.27   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   1879       1.27   thorpej 	    PCMCIA_CIS_INVALID,
   1880  1.132.2.3   thorpej 	    0,
   1881       1.27   thorpej 	    "Compex Corporation",
   1882       1.24   thorpej 	    NULL,
   1883       1.24   thorpej 	},
   1884       1.24   thorpej 	{
   1885  1.132.2.3   thorpej 	    PCMCIA_VENDOR_MELCO,
   1886       1.78     enami 	    PCMCIA_KNOWNDEV_NOPROD,
   1887       1.78     enami 	    PCMCIA_CIS_INVALID,
   1888  1.132.2.3   thorpej 	    0,
   1889       1.78     enami 	    "Melco Corporation",
   1890  1.132.2.2   thorpej 	    NULL,
   1891  1.132.2.2   thorpej 	},
   1892  1.132.2.2   thorpej 	{
   1893  1.132.2.3   thorpej 	    PCMCIA_VENDOR_ZONET,
   1894  1.132.2.2   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   1895  1.132.2.2   thorpej 	    PCMCIA_CIS_INVALID,
   1896  1.132.2.3   thorpej 	    0,
   1897  1.132.2.2   thorpej 	    "Zonet Technology Inc.",
   1898       1.78     enami 	    NULL,
   1899       1.78     enami 	},
   1900       1.78     enami 	{
   1901  1.132.2.3   thorpej 	    PCMCIA_VENDOR_CONTEC,
   1902       1.46      tron 	    PCMCIA_KNOWNDEV_NOPROD,
   1903       1.46      tron 	    PCMCIA_CIS_INVALID,
   1904  1.132.2.3   thorpej 	    0,
   1905       1.46      tron 	    "Contec",
   1906       1.98   msaitoh 	    NULL,
   1907       1.98   msaitoh 	},
   1908       1.98   msaitoh 	{
   1909  1.132.2.3   thorpej 	    PCMCIA_VENDOR_MACNICA,
   1910       1.98   msaitoh 	    PCMCIA_KNOWNDEV_NOPROD,
   1911       1.98   msaitoh 	    PCMCIA_CIS_INVALID,
   1912  1.132.2.3   thorpej 	    0,
   1913       1.98   msaitoh 	    "MACNICA",
   1914      1.109    nonaka 	    NULL,
   1915      1.109    nonaka 	},
   1916      1.109    nonaka 	{
   1917  1.132.2.3   thorpej 	    PCMCIA_VENDOR_ROLAND,
   1918      1.109    nonaka 	    PCMCIA_KNOWNDEV_NOPROD,
   1919      1.109    nonaka 	    PCMCIA_CIS_INVALID,
   1920  1.132.2.3   thorpej 	    0,
   1921      1.109    nonaka 	    "Roland",
   1922       1.46      tron 	    NULL,
   1923       1.46      tron 	},
   1924       1.46      tron 	{
   1925  1.132.2.3   thorpej 	    PCMCIA_VENDOR_COREGA,
   1926       1.24   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   1927       1.24   thorpej 	    PCMCIA_CIS_INVALID,
   1928  1.132.2.3   thorpej 	    0,
   1929       1.24   thorpej 	    "Corega K.K.",
   1930       1.46      tron 	    NULL,
   1931       1.46      tron 	},
   1932       1.46      tron 	{
   1933  1.132.2.3   thorpej 	    PCMCIA_VENDOR_ALLIEDTELESIS,
   1934       1.46      tron 	    PCMCIA_KNOWNDEV_NOPROD,
   1935       1.46      tron 	    PCMCIA_CIS_INVALID,
   1936  1.132.2.3   thorpej 	    0,
   1937       1.46      tron 	    "Allied Telesis K.K.",
   1938        1.4  christos 	    NULL,
   1939        1.4  christos 	},
   1940        1.4  christos 	{
   1941  1.132.2.3   thorpej 	    PCMCIA_VENDOR_HAGIWARASYSCOM,
   1942       1.16      kenh 	    PCMCIA_KNOWNDEV_NOPROD,
   1943       1.16      kenh 	    PCMCIA_CIS_INVALID,
   1944  1.132.2.3   thorpej 	    0,
   1945       1.16      kenh 	    "Hagiwara SYS-COM",
   1946       1.89        is 	    NULL,
   1947       1.89        is 	},
   1948       1.89        is 	{
   1949  1.132.2.3   thorpej 	    PCMCIA_VENDOR_RATOC,
   1950       1.89        is 	    PCMCIA_KNOWNDEV_NOPROD,
   1951       1.89        is 	    PCMCIA_CIS_INVALID,
   1952  1.132.2.3   thorpej 	    0,
   1953       1.89        is 	    "RATOC System Inc.",
   1954      1.107    ichiro 	    NULL,
   1955      1.107    ichiro 	},
   1956      1.107    ichiro 	{
   1957  1.132.2.3   thorpej 	    PCMCIA_VENDOR_EMTAC,
   1958      1.107    ichiro 	    PCMCIA_KNOWNDEV_NOPROD,
   1959      1.107    ichiro 	    PCMCIA_CIS_INVALID,
   1960  1.132.2.3   thorpej 	    0,
   1961      1.107    ichiro 	    "EMTAC Technology Corporation",
   1962      1.100   hubertf 	    NULL,
   1963      1.100   hubertf 	},
   1964      1.100   hubertf 	{
   1965  1.132.2.3   thorpej 	    PCMCIA_VENDOR_ELSA,
   1966      1.100   hubertf 	    PCMCIA_KNOWNDEV_NOPROD,
   1967      1.100   hubertf 	    PCMCIA_CIS_INVALID,
   1968  1.132.2.3   thorpej 	    0,
   1969      1.100   hubertf 	    "Elsa",
   1970       1.16      kenh 	    NULL,
   1971       1.16      kenh 	},
   1972       1.16      kenh 	{
   1973  1.132.2.3   thorpej 	    PCMCIA_VENDOR_AMBICOM,
   1974        1.4  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   1975        1.4  christos 	    PCMCIA_CIS_INVALID,
   1976  1.132.2.3   thorpej 	    0,
   1977  1.132.2.3   thorpej 	    "AmbiCom Inc",
   1978        1.4  christos 	    NULL,
   1979        1.4  christos 	},
   1980        1.4  christos 	{
   1981  1.132.2.3   thorpej 	    PCMCIA_VENDOR_ACCTON,
   1982        1.4  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   1983        1.4  christos 	    PCMCIA_CIS_INVALID,
   1984  1.132.2.3   thorpej 	    0,
   1985  1.132.2.3   thorpej 	    "ACCTON",
   1986       1.50     enami 	    NULL,
   1987       1.50     enami 	},
   1988       1.50     enami 	{
   1989  1.132.2.3   thorpej 	    PCMCIA_VENDOR_AMD,
   1990       1.50     enami 	    PCMCIA_KNOWNDEV_NOPROD,
   1991       1.50     enami 	    PCMCIA_CIS_INVALID,
   1992  1.132.2.3   thorpej 	    0,
   1993  1.132.2.3   thorpej 	    "AMD",
   1994  1.132.2.3   thorpej 	    NULL,
   1995  1.132.2.3   thorpej 	},
   1996  1.132.2.3   thorpej 	{
   1997  1.132.2.3   thorpej 	    PCMCIA_VENDOR_BILLIONTON,
   1998  1.132.2.3   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   1999  1.132.2.3   thorpej 	    PCMCIA_CIS_INVALID,
   2000  1.132.2.3   thorpej 	    0,
   2001  1.132.2.3   thorpej 	    "Billionton Systems Inc.",
   2002  1.132.2.3   thorpej 	    NULL,
   2003  1.132.2.3   thorpej 	},
   2004  1.132.2.3   thorpej 	{
   2005  1.132.2.3   thorpej 	    PCMCIA_VENDOR_CNET,
   2006  1.132.2.3   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   2007  1.132.2.3   thorpej 	    PCMCIA_CIS_INVALID,
   2008  1.132.2.3   thorpej 	    0,
   2009  1.132.2.3   thorpej 	    "CNet",
   2010  1.132.2.3   thorpej 	    NULL,
   2011  1.132.2.3   thorpej 	},
   2012  1.132.2.3   thorpej 	{
   2013  1.132.2.3   thorpej 	    PCMCIA_VENDOR_DIGITAL,
   2014  1.132.2.3   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   2015  1.132.2.3   thorpej 	    PCMCIA_CIS_INVALID,
   2016  1.132.2.3   thorpej 	    0,
   2017  1.132.2.3   thorpej 	    "Digital Equipment Corporation",
   2018        1.4  christos 	    NULL,
   2019        1.4  christos 	},
   2020        1.4  christos 	{
   2021  1.132.2.3   thorpej 	    PCMCIA_VENDOR_DLINK,
   2022        1.4  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   2023        1.4  christos 	    PCMCIA_CIS_INVALID,
   2024  1.132.2.3   thorpej 	    0,
   2025        1.4  christos 	    "D-Link",
   2026        1.4  christos 	    NULL,
   2027        1.4  christos 	},
   2028        1.4  christos 	{
   2029  1.132.2.3   thorpej 	    PCMCIA_VENDOR_EIGERLABS,
   2030        1.4  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   2031        1.4  christos 	    PCMCIA_CIS_INVALID,
   2032  1.132.2.3   thorpej 	    0,
   2033  1.132.2.3   thorpej 	    "Eiger labs,Inc.",
   2034        1.4  christos 	    NULL,
   2035        1.4  christos 	},
   2036        1.4  christos 	{
   2037  1.132.2.3   thorpej 	    PCMCIA_VENDOR_EPSON,
   2038        1.4  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   2039        1.4  christos 	    PCMCIA_CIS_INVALID,
   2040  1.132.2.3   thorpej 	    0,
   2041  1.132.2.3   thorpej 	    "Seiko Epson Corporation",
   2042        1.4  christos 	    NULL,
   2043        1.4  christos 	},
   2044        1.4  christos 	{
   2045  1.132.2.3   thorpej 	    PCMCIA_VENDOR_EXP,
   2046        1.4  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   2047        1.4  christos 	    PCMCIA_CIS_INVALID,
   2048  1.132.2.3   thorpej 	    0,
   2049  1.132.2.3   thorpej 	    "EXP Computer Inc",
   2050        1.4  christos 	    NULL,
   2051        1.4  christos 	},
   2052        1.4  christos 	{
   2053  1.132.2.3   thorpej 	    PCMCIA_VENDOR_GEMTEK,
   2054        1.4  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   2055        1.4  christos 	    PCMCIA_CIS_INVALID,
   2056  1.132.2.3   thorpej 	    0,
   2057  1.132.2.3   thorpej 	    "Gem Tek",
   2058       1.16      kenh 	    NULL,
   2059       1.16      kenh 	},
   2060       1.16      kenh 	{
   2061  1.132.2.3   thorpej 	    PCMCIA_VENDOR_ICOM,
   2062       1.16      kenh 	    PCMCIA_KNOWNDEV_NOPROD,
   2063       1.16      kenh 	    PCMCIA_CIS_INVALID,
   2064  1.132.2.3   thorpej 	    0,
   2065  1.132.2.3   thorpej 	    "ICOM Inc",
   2066       1.25   thorpej 	    NULL,
   2067       1.25   thorpej 	},
   2068       1.25   thorpej 	{
   2069  1.132.2.3   thorpej 	    PCMCIA_VENDOR_INTERSIL,
   2070       1.25   thorpej 	    PCMCIA_KNOWNDEV_NOPROD,
   2071       1.25   thorpej 	    PCMCIA_CIS_INVALID,
   2072  1.132.2.3   thorpej 	    0,
   2073  1.132.2.3   thorpej 	    "Intersil",
   2074  1.132.2.4  jdolecek 	    NULL,
   2075  1.132.2.4  jdolecek 	},
   2076  1.132.2.4  jdolecek 	{
   2077  1.132.2.4  jdolecek 	    PCMCIA_VENDOR_LANTECH,
   2078  1.132.2.4  jdolecek 	    PCMCIA_KNOWNDEV_NOPROD,
   2079  1.132.2.4  jdolecek 	    PCMCIA_CIS_INVALID,
   2080  1.132.2.4  jdolecek 	    0,
   2081  1.132.2.4  jdolecek 	    "Lantech Computer Company",
   2082      1.110       imp 	    NULL,
   2083      1.110       imp 	},
   2084      1.110       imp 	{
   2085  1.132.2.3   thorpej 	    PCMCIA_VENDOR_NAKAGAWAMETAL,
   2086      1.110       imp 	    PCMCIA_KNOWNDEV_NOPROD,
   2087      1.110       imp 	    PCMCIA_CIS_INVALID,
   2088  1.132.2.3   thorpej 	    0,
   2089      1.110       imp 	    "NAKAGAWA METAL",
   2090       1.48        is 	    NULL,
   2091       1.48        is 	},
   2092       1.48        is 	{
   2093  1.132.2.3   thorpej 	    PCMCIA_VENDOR_NDC,
   2094       1.48        is 	    PCMCIA_KNOWNDEV_NOPROD,
   2095       1.48        is 	    PCMCIA_CIS_INVALID,
   2096  1.132.2.3   thorpej 	    0,
   2097  1.132.2.3   thorpej 	    "NDC",
   2098       1.63      danw 	    NULL,
   2099       1.63      danw 	},
   2100       1.63      danw 	{
   2101  1.132.2.3   thorpej 	    PCMCIA_VENDOR_PLANET,
   2102       1.63      danw 	    PCMCIA_KNOWNDEV_NOPROD,
   2103       1.63      danw 	    PCMCIA_CIS_INVALID,
   2104  1.132.2.3   thorpej 	    0,
   2105  1.132.2.3   thorpej 	    "Planet",
   2106       1.65  augustss 	    NULL,
   2107       1.65  augustss 	},
   2108       1.65  augustss 	{
   2109  1.132.2.3   thorpej 	    PCMCIA_VENDOR_PLANEX,
   2110       1.65  augustss 	    PCMCIA_KNOWNDEV_NOPROD,
   2111       1.65  augustss 	    PCMCIA_CIS_INVALID,
   2112  1.132.2.3   thorpej 	    0,
   2113  1.132.2.3   thorpej 	    "Planex Communications Inc",
   2114       1.77     enami 	    NULL,
   2115       1.77     enami 	},
   2116       1.77     enami 	{
   2117  1.132.2.3   thorpej 	    PCMCIA_VENDOR_PREMAX,
   2118       1.77     enami 	    PCMCIA_KNOWNDEV_NOPROD,
   2119       1.77     enami 	    PCMCIA_CIS_INVALID,
   2120  1.132.2.3   thorpej 	    0,
   2121  1.132.2.3   thorpej 	    "Premax",
   2122       1.79       uch 	    NULL,
   2123       1.79       uch 	},
   2124       1.79       uch 	{
   2125  1.132.2.3   thorpej 	    PCMCIA_VENDOR_RPTI,
   2126       1.79       uch 	    PCMCIA_KNOWNDEV_NOPROD,
   2127       1.79       uch 	    PCMCIA_CIS_INVALID,
   2128  1.132.2.3   thorpej 	    0,
   2129  1.132.2.3   thorpej 	    "RPTI",
   2130       1.81      onoe 	    NULL,
   2131       1.81      onoe 	},
   2132       1.81      onoe 	{
   2133  1.132.2.3   thorpej 	    PCMCIA_VENDOR_SVEC,
   2134       1.81      onoe 	    PCMCIA_KNOWNDEV_NOPROD,
   2135       1.81      onoe 	    PCMCIA_CIS_INVALID,
   2136  1.132.2.3   thorpej 	    0,
   2137  1.132.2.3   thorpej 	    "SVEC/Hawking Technology",
   2138       1.94      onoe 	    NULL,
   2139       1.94      onoe 	},
   2140       1.94      onoe 	{
   2141  1.132.2.3   thorpej 	    PCMCIA_VENDOR_SYNERGY21,
   2142       1.94      onoe 	    PCMCIA_KNOWNDEV_NOPROD,
   2143       1.94      onoe 	    PCMCIA_CIS_INVALID,
   2144  1.132.2.3   thorpej 	    0,
   2145  1.132.2.3   thorpej 	    "Synergy 21",
   2146      1.120   aymeric 	    NULL,
   2147      1.120   aymeric 	},
   2148      1.120   aymeric 	{
   2149  1.132.2.3   thorpej 	    PCMCIA_VENDOR_TEAC,
   2150      1.120   aymeric 	    PCMCIA_KNOWNDEV_NOPROD,
   2151      1.120   aymeric 	    PCMCIA_CIS_INVALID,
   2152  1.132.2.3   thorpej 	    0,
   2153  1.132.2.3   thorpej 	    "TEAC",
   2154      1.131  christos 	    NULL,
   2155      1.131  christos 	},
   2156      1.131  christos 	{
   2157  1.132.2.3   thorpej 	    PCMCIA_VENDOR_YEDATA,
   2158      1.131  christos 	    PCMCIA_KNOWNDEV_NOPROD,
   2159      1.131  christos 	    PCMCIA_CIS_INVALID,
   2160  1.132.2.3   thorpej 	    0,
   2161  1.132.2.3   thorpej 	    "Y-E DATA",
   2162        1.1  christos 	    NULL,
   2163        1.1  christos 	},
   2164        1.1  christos 	{ 0, 0, { NULL, NULL, NULL, NULL }, 0, NULL, NULL, }
   2165        1.1  christos };
   2166