The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/dev/pccard/pccarddevs

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 $FreeBSD: releng/6.4/sys/dev/pccard/pccarddevs 173175 2007-10-30 10:21:03Z remko $
    2 /* $NetBSD: pcmciadevs,v 1.186 2003/09/16 08:26:37 onoe Exp $ */
    3 /* $OpenBSD: pcmciadevs,v 1.93 2002/06/21 08:31:10 henning Exp $ */
    4 
    5 /*-
    6  * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
    7  * All rights reserved.
    8  *
    9  * This code is derived from software contributed to The NetBSD Foundation
   10  * by Christos Zoulas.
   11  *
   12  * Redistribution and use in source and binary forms, with or without
   13  * modification, are permitted provided that the following conditions
   14  * are met:
   15  * 1. Redistributions of source code must retain the above copyright
   16  *    notice, this list of conditions and the following disclaimer.
   17  * 2. Redistributions in binary form must reproduce the above copyright
   18  *    notice, this list of conditions and the following disclaimer in the
   19  *    documentation and/or other materials provided with the distribution.
   20  * 3. All advertising materials mentioning features or use of this software
   21  *    must display the following acknowledgement:
   22  *        This product includes software developed by the NetBSD
   23  *        Foundation, Inc. and its contributors.
   24  * 4. Neither the name of The NetBSD Foundation nor the names of its
   25  *    contributors may be used to endorse or promote products derived
   26  *    from this software without specific prior written permission.
   27  *
   28  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
   29  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   30  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   31  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
   32  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   33  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   34  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   35  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   36  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   37  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   38  * POSSIBILITY OF SUCH DAMAGE.
   39  */
   40 
   41 /*-
   42  * Copyright (c) 1999-2004 The FreeBSD Project.
   43  * All rights reserved.
   44  *
   45  * Redistribution and use in source and binary forms, with or without
   46  * modification, are permitted provided that the following conditions
   47  * are met:
   48  * 1. Redistributions of source code must retain the above copyright
   49  *    notice, this list of conditions and the following disclaimer.
   50  * 2. Redistributions in binary form must reproduce the above copyright
   51  *    notice, this list of conditions and the following disclaimer in the
   52  *    documentation and/or other materials provided with the distribution.
   53  *
   54  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
   55  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   56  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   57  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
   58  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   59  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   60  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   61  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   62  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   63  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   64  * SUCH DAMAGE.
   65  *
   66  */
   67 
   68 /*
   69  * Tuple registration list can be found at:
   70  *      http://www.pcmcia.org/tupleidlist.htm
   71  */
   72 
   73 /*
   74  * "The first 256 identifiers are reserved for manufacturers who have
   75  *  JEDEC IDs assigned to them by JEDEC publication 106."
   76  *
   77  * There's really only 128 of these available, since the first bank of
   78  * publication 106 reserves the top bit for parity.
   79  */
   80 vendor FUJITSU                  0x0004  Fujitsu Corporation
   81 vendor INTERSIL                 0x000b  Intersil
   82 vendor PANASONIC                0x0032  Matsushita Electric Industrial Co.
   83 vendor SANDISK                  0x0045  Sandisk Corporation
   84 vendor NEWMEDIA                 0x0057  New Media Corporation
   85 vendor INTEL                    0x0089  Intel
   86 vendor TOSHIBA2                 0x0098  Toshiba
   87 vendor IBM                      0x00a4  IBM Corporation
   88 vendor SHARP                    0x00b0  Sharp Corporation
   89 
   90 /*
   91  * List of known PCMCIA vendors, sorted by numeric ID, as registered with the
   92  * PCMCIA consortium.
   93  *
   94  * Exceptions:
   95  *      0x018c Global Village uses this w/o it appearing in the official list.
   96  */
   97 
   98 vendor DIGITAL                  0x0100  Digital Equipment Corporation
   99 vendor 3COM                     0x0101  3Com Corporation
  100 vendor MEGAHERTZ                0x0102  Megahertz Corporation
  101 vendor SOCKET                   0x0104  Socket Communications
  102 vendor TDK                      0x0105  TDK Corporation
  103 vendor XIRCOM                   0x0105  Xircom
  104 vendor SMC                      0x0108  Standard Microsystems Corporation
  105 vendor MOTOROLA                 0x0109  Motorola Corporation
  106 vendor NI                       0x010b  National Instruments
  107 vendor QLOGIC                   0x0114  QLogic
  108 vendor USROBOTICS               0x0115  US Robotics Corporation
  109 vendor OLICOM                   0x0121  Olicom
  110 vendor PROXIM                   0x0126  Proxim
  111 vendor DSPSI                    0x0128  DSP Solutions, Inc
  112 vendor ADAPTEC                  0x012f  Adaptec Corporation
  113 vendor MAGICRAM                 0x0135  Magic Ram, Inc
  114 vendor QUATECH                  0x0137  Quatech
  115 vendor COMPAQ                   0x0138  Compaq
  116 vendor OSITECH                  0x0140  Ositech
  117 vendor GREY_CELL                0x0143  Grey Cell Systems, Ltd
  118 vendor LINKSYS                  0x0149  Linksys Corporation
  119 vendor NETGEAR                  0x0149  Netgear
  120 vendor SIMPLETECH               0x014d  Simple Technology
  121 vendor SYMBOL2                  0x014d  Symbol
  122 vendor LUCENT                   0x0156  Lucent Technologies
  123 vendor AGERE                    0x0156  Agere Systems
  124 vendor GEMPLUS                  0x0157  Gemplus
  125 vendor AIRONET                  0x015f  Aironet Wireless Communications
  126 vendor ERICSSON                 0x016b  Ericsson
  127 vendor PSION                    0x016c  Psion
  128 vendor PMC                      0x0175  Premax Microelectronics Corp
  129 vendor COMPAQ2                  0x0183  Compaq
  130 vendor PARALON                  0x0183  Paralon Technologies Inc
  131 vendor KINGSTON                 0x0186  Kingston
  132 vendor MELCO                    0x018a  Melco Corporation
  133 vendor GLOBALVILLAGE            0x018c  Global Village
  134 vendor SIERRA                   0x0192  Sierra
  135 vendor DAYNA                    0x0194  Dayna Corporation
  136 vendor RAYTHEON                 0x01a6  Raytheon
  137 vendor RACORE                   0x01bf  Racore Computer Products
  138 vendor BAY                      0x01eb  Bay Networks
  139 vendor FARALLON                 0x0200  Farallon Communications
  140 vendor RELIA                    0x0215  RELIA Technologies Corporation
  141 vendor TELECOMDEVICE            0x021b  Telecom Device
  142 vendor NOKIA                    0x023d  Nokia Communications
  143 vendor SAMSUNG                  0x0250  Samsung
  144 vendor HWN                      0x0261  Home Wireless Networks
  145 vendor ANYCOM                   0x0264  Anycom
  146 vendor ARTEM                    0x0268  ARtem
  147 vendor SYMBOL                   0x026c  Symbol
  148 vendor BUFFALO                  0x026f  BUFFALO (Melco Corporation)
  149 vendor BROMAX                   0x0274  Bromax communications, Inc
  150 vendor IODATA2                  0x028a  I-O DATA
  151 vendor ASUS                     0x02aa  ASUS
  152 vendor SIEMENS                  0x02ac  Siemens
  153 vendor UNGERMANN                0x02c0  Ungermann Bass
  154 vendor MICROSOFT                0x02d2  Microsoft Corporation
  155 
  156 /*
  157  * The following vendor IDs are byte-swapped from what the company is assigned.
  158  */
  159 vendor NWN                      0x0602  No Wires Needed
  160 vendor BREEZECOM                0x0a02  BreezeCOM
  161 vendor LASAT                    0x3401  Lasat Communications A/S
  162 vendor BONDWELL                 0x3b01  Bondwell
  163 vendor LEXARMEDIA               0x4e01  Lexar Media
  164 vendor COMPEX                   0x8a01  Compex Corporation
  165 vendor ZONET                    0x8a01  Zonet Technology Inc.
  166 vendor ELSA                     0xd601  Elsa 
  167 
  168 /* 
  169  * The following vendor IDs are the vendor's PCI ID, not their PCMCIA
  170  * IDs.  NEWMEDIA2 should likely be 'Advansys' since that's who owns
  171  * the PCI ID.
  172  */
  173 vendor NEWMEDIA2                0x10cd  NewMedia
  174 vendor PLANEX                   0x14ea  PLANEX
  175 vendor ACTIONTEC                0x1668  ACTIONTEC
  176 vendor RALINK                   0x1814  Ralink Technology
  177 
  178 /*
  179  * The following vendor IDs are not, as far as I can tell, actually
  180  * assigned to these people by the pcmcia.  However, all the ones starting
  181  * with '0xc' look coherent enough that maybe somebody other than PCMCIA is
  182  * assigning numbers in that range.  Maybe JEITA?
  183  */
  184 vendor AIRVAST                  0x50c2  AirVast Technology
  185 vendor ARCHOS                   0x5241  Archos
  186 vendor DUAL                     0x890f  Dual
  187 vendor EDIMAX                   0x890f  Edimax Technology Inc.
  188 vendor ADAPTEC2                 0x9005  Adaptec
  189 vendor CONTEC                   0xc001  Contec
  190 vendor MACNICA                  0xc00b  MACNICA
  191 vendor ROLAND                   0xc00c  Roland
  192 vendor COREGA2                  0xc00f  Corega K.K.
  193 vendor ALLIEDTELESIS            0xc00f  Allied Telesis K.K.
  194 vendor HAGIWARASYSCOM           0xc012  Hagiwara SYS-COM
  195 vendor RATOC                    0xc015  RATOC System Inc.
  196 vendor NEXTCOM                  0xc020  NextCom K.K.
  197 vendor WORKBIT                  0xc024  WORKBIT
  198 vendor EMTAC                    0xc250  EMTAC Technology Corporation
  199 
  200 /*
  201  * List of known products.  Grouped by vendor, sorted by number within the
  202  * group.
  203  */
  204 
  205 /* 3COM Products */
  206 product 3COM 3CRWE737A          0x0001 3Com AirConnect Wireless LAN
  207 product 3COM 3CXM056BNW         0x002f 3Com/NoteWorthy 3CXM056-BNW 56K Modem
  208 product 3COM 3CXEM556           0x0035 3Com/Megahertz 3CXEM556 Ethernet/Modem
  209 product 3COM 3CXEM556INT        0x003d 3Com/Megahertz 3CXEM556-INT Ethernet/Modem
  210 product 3COM 3CRWB609           0x0040 3Com Bluetooth PC Card 3CRWB60-A
  211 product 3COM 3CCFEM556BI        0x0556 3Com/Megahertz 3CCFEM556BI Ethernet/Modem
  212 product 3COM 3C562              0x0562 3Com 3c562 33.6 Modem/10Mbps Ethernet
  213 product 3COM 3C589              0x0589 3Com 3c589 10Mbps Ethernet
  214 product 3COM 3C574              0x0574 3Com 3c574-TX 10/100Mbps Ethernet
  215 product 3COM 3CRWE777A          0x0777 3Com 3CRWE777A Airconnect
  216 product 3COM 3C1                0x0cf1 3Com Megahertz 3C1 10Mbps LAN CF+ Card
  217 product 3COM 3CRWE62092A        0x2092 3Com 3CRWE62092A Wireless LAN
  218 
  219 /* ACTIONTEC Products */
  220 product ACTIONTEC PRISM         0x0101 PRISM Wireless LAN PC Card
  221 
  222 /* Adaptec Products */
  223 product ADAPTEC APA1460         0x0001 Adaptec APA-1460 SlimSCSI
  224 product ADAPTEC APA1460A        0x0002 Adaptec APA-1460A SlimSCSI
  225 product ADAPTEC2 ANW8030        0x0021 Adaptec ANW-8030
  226 
  227 /* Aironet */
  228 product AIRONET PC4500          0x0005 Aironet PC4500 Wireless LAN Adapter
  229 product AIRONET PC4800          0x0007 Aironet PC4800 Wireless LAN Adapter
  230 product AIRONET 350             0x000a Aironet 350 Wireless LAN Adapter
  231 
  232 /* AirVast */
  233 product AIRVAST WN_100B         0x0001 AirVast WN-100 (alt)
  234 product AIRVAST WN_100          0x7300 AirVast WN-100
  235 
  236 /* Allied Telesis K.K. */
  237 product ALLIEDTELESIS LA_PCM    0x0002 Allied Telesis LA-PCM
  238 
  239 /* Anycom */
  240 product ANYCOM LSE041           0x0004 AnyCom BlueCard LSE041 R1B
  241 product ANYCOM LSE039           0x0008 Anycom Bluetooth CF Card LSE039
  242 
  243 /* Archos */
  244 product ARCHOS ARC_ATAPI        0x0043 MiniCD
  245 
  246 /* ARtem */
  247 product ARTEM ONAIR             0x0001 ARtem OnAir
  248 
  249 /* ASUS WL-100 */
  250 product ASUS WL100              0x0002 ASUS SpaceLink WL-100 Wireless LAN
  251 
  252 /* Bay Networks */
  253 product BAY STACK_650           0x0804 BayStack 650 Wireless LAN
  254 product BAY SURFER_PRO          0x0806 AirSurfer Pro Wireless LAN
  255 product BAY STACK_660           0x0807 BayStack 660 Wireless LAN
  256 product BAY EMOBILITY_11B       0x080a e-Mobility 11Mb Wireless LAN
  257 
  258 /* Bondwell */
  259 product BONDWELL B236           0x0000 Game Card Joystick
  260 
  261 /* BreezeCOM */
  262 product BREEZECOM BREEZENET     0x0102 BreezeCOM BreezeNET
  263 
  264 /* Bromax Communications, Inc (Linksys OEM) */
  265 product BROMAX IPORT            0x1103 iPort 10/100 Ethernet
  266 product BROMAX IPORT2           0x1121 iPort 10Mbps Ethernet
  267 product BROMAX IWN              0x1612 Instant Wireless Network PC Card
  268 product BROMAX IWN3             0x1613 Instant Wireless Network PC Card, V3
  269 product BROMAX WCF11            0x3301 Instant Wireless Network CF Card
  270 
  271 /* BUFFALO */
  272 product BUFFALO LPC2_CLT        0x0300  BUFFALO LPC2-CLT Ethernet
  273 product BUFFALO LPC3_CLX        0x0301  BUFFALO LPC3-CLX Ethernet Adapter
  274 product BUFFALO LPC4_TX         0x0303  BUFFALO LPC4-TX Fast Ethernet
  275 product BUFFALO WLI_PCM_S11     0x0305  BUFFALO AirStation 11Mbps WLAN
  276 product BUFFALO LPC_CF_CLT      0x0307  BUFFALO LPC-CF-CLT
  277 product BUFFALO LPC4_CLX        0x0309  BUFFALO LPC4-CLX
  278 product BUFFALO LPC3_CLT        0x030a  BUFFALO LPC3-CLT Ethernet Adapter
  279 product BUFFALO WLI_CF_S11G     0x030b  BUFFALO AirStation 11Mbps CF WLAN
  280 
  281 /* Compaq Products */
  282 product COMPAQ NC5004           0x0002 Compaq Agency NC5004 Wireless Card
  283 product COMPAQ CPQ550           0x110a Compaq Microcom CPQ550 Ethernet/Modem
  284 product COMPAQ2 CPQ_10_100      0x010a Compaq Netelligent 10/100 Ethernet
  285 
  286 /* Compex Products */
  287 product COMPEX AMP_WIRELESS     0x0066 AMP
  288 product COMPEX LINKPORT_ENET_B  0x0100 Compex Linkport ENET-B Ethernet
  289 product COMPEX LANMODEM         0xc0ab New Media LANSurfer 10+56 Ethernet/Modem
  290 product COMPEX AX88190          0xc1ab AX88190 Fast Ethernet
  291 
  292 /* Contec C-NET(PC) */
  293 product CONTEC CNETPC           0x0000 Contec C-NET(PC)C
  294 product CONTEC FX_DS110_PCC     0x0008 Contec FLEXLAN/FX-DS110-PCC
  295 
  296 /* Dayna Products */
  297 product DAYNA COMMUNICARD_E_1   0x002d Dayna CommuniCard E
  298 product DAYNA COMMUNICARD_E_2   0x002f Dayna CommuniCard E
  299 
  300 /* DIGITAL Products */
  301 product DIGITAL MOBILE_MEDIA_CDROM 0x0d00 Digital Mobile Media CD-ROM
  302 
  303 /* DSP Solutions, Inc. (Megahertz OEM) */
  304 product DSPSI XJEM1144          0x0101 Megahertz X-JACK
  305 product DSPSI XJACK             0x0103 Megahertz X-JACK Ethernet
  306 
  307 /* Dual */
  308 product DUAL NE2000             0x0100 Dual NE2000
  309 
  310 /* Edimax Products */
  311 product EDIMAX  EP4000A         0x0100 Edimax EP4000A
  312 
  313 /* ELSA Products */
  314 product ELSA MC2_IEEE           0x0001 AirLancer MC-2 IEEE
  315 product ELSA XI300_IEEE         0x0002 XI300 Wireless LAN
  316 product ELSA XI800_IEEE         0x0004 XI800 CF Wireless LAN
  317 product ELSA XI325_IEEE         0x0005 XI325 Wireless LAN
  318 product ELSA XI330_IEEE         0x0010 XI330 Wireless LAN
  319 product ELSA WIFI_FLASH         0x0101 802.11b plus 128MB Flash
  320 
  321 /* EMTAC */
  322 product EMTAC WLAN              0x0002  EMTAC A2424i 11Mbps WLAN Card
  323 
  324 /* Ericsson */
  325 product ERICSSON WIRELESSLAN    0x0001  DSSS Wireless LAN PC Card
  326 
  327 /* Farallon */
  328 product FARALLON SKYLINE        0x0a01 SkyLINE Wireless
  329 
  330 /* Fujutsu Products */
  331 product FUJITSU NE200T          0x0004 Eagle Tech NE200T
  332 product FUJITSU SCSI600         0x0401 Fujitsu SCSI 600 Interface
  333 product FUJITSU LA10S           0x1003 Fujitsu Compact Flash Ethernet
  334 product FUJITSU LA501           0x2000 Fujitsu Towa LA501 Ethernet
  335 product FUJITSU WL110           0x2003 PEGA-WL110 Wireless LAN
  336 
  337 /* Gemplus */
  338 product GEMPLUS GPR400          0x3004 GPR400 Smartcard Reader
  339 
  340 /* GlobalVillage */
  341 product GLOBALVILLAGE LANMODEM  0x0105 GlobalVillage Ethernet + Modem
  342 
  343 /* Grey Cell Systems, Ltd */
  344 product GREY_CELL TDK3000       0x3341 TDK 3000/3400/5670 Fast Ethernet/Modem
  345 product GREY_CELL DMF650TX      0xc0ab D-Link DMF-650TX
  346 
  347 /* Home Wireless Networks */
  348 product HWN AIRWAY80211         0x0002 HWN Airway Wireless PCMCIA Card
  349 
  350 /* IBM Products */
  351 product IBM MICRODRIVE          0x0000 IBM Microdrive
  352 product IBM 3270                0x0001 IBM 3270 Emulation
  353 product IBM INFOMOVER           0x0002 IBM InfoMover
  354 product IBM 5250                0x000b IBM 5250 Emulation
  355 product IBM TROPIC              0x001e IBM Token Ring 4/16
  356 product IBM SCSI                0x0026 IBM SCSI PCMCIA
  357 product IBM PORTABLE_CDROM      0x002d IBM PCMCIA Portable CD-ROM Drive
  358 product IBM HOME_AND_AWAY       0x002e IBM Home and Away Modem
  359 product IBM WIRELESS_LAN_ENTRY  0x0032 IBM Wireless LAN Entry 
  360 product IBM SMART_CAPTURE_II    0x003c IBM Smart Capture Card II
  361 product IBM ETHERJET            0x003f IBM EtherJet Ethernet
  362 
  363 /* Intel Products */
  364 product INTEL PRO_WLAN_2011     0x0001 Intel PRO/Wireless 2011 LAN PC Card
  365 product INTEL EEPRO100          0x010a Intel EtherExpress PRO/100
  366 product INTEL ETHEREXPPRO       0x0301 Intel EtherExpress Pro PCMCIA Card
  367 product INTEL PRO100LAN56       0x110a Intel EtherExpress PRO/100 LAN Modem
  368 
  369 /* Intersil */
  370 /* OEMs sell these things under different marketing names */
  371 product INTERSIL ISL37100P      0x7100 ISL37100P
  372 product INTERSIL ISL37110P      0x7110 ISL37110P
  373 product INTERSIL ISL37300P      0x7300 ISL37300P
  374 
  375 /* I-O DATA */
  376 product IODATA2 WNB11PCM        0x0002 I-O DATA WN-B11/PCM
  377 product IODATA2 WCF12           0x0673 Wireless CF Card
  378 
  379 /* Kingston Products */
  380 product KINGSTON KNE2           0x0100 Kingston KNE-PC2 Ethernet
  381 product KINGSTON CIO10T         0x0110 Kingston CIO10T Ethernet
  382 
  383 /* Lasat Products */
  384 product LASAT CREDIT_288        0x2811 Lasat Credit 288 Modem
  385 
  386 /* Lexar Media */
  387 product LEXARMEDIA COMPACTFLASH 0x0100 Lexar Media CompactFlash
  388 
  389 /* Linksys corporation */
  390 product LINKSYS TRUST_COMBO_ECARD 0x021b Trust (Linksys) Combo EthernetCard
  391 product LINKSYS ETHERFAST       0x0230 Linksys Etherfast 10/100 Ethernet
  392 product LINKSYS ECARD_1         0x0265 Linksys EthernetCard or D-Link DE-650
  393 product LINKSYS COMBO_ECARD     0xc1ab Linksys Combo EthernetCard
  394 
  395 /* Lucent WaveLAN/IEEE */
  396 product LUCENT WAVELAN_IEEE     0x0002 WaveLAN/IEEE
  397 product AGERE HERMES_II         0x0003 Agere Systems Hermes-II Wireless
  398 product AGERE HERMES_II_5       0x0004 Agere Systems Hermes-II.5 Wireless
  399 
  400 /* MACNICA */
  401 product MACNICA ME1_JEIDA       0x3300  MACNICA ME1 for JEIDA
  402 product MACNICA MPS110          0xa041  MACNICA Miracle SCSI-II mPS110
  403 
  404 /* MagicRam, Inc */
  405 product MAGICRAM ETHER          0x0000  MagicRAM Ethernet PC Card 933926
  406 
  407 /* Megahertz Products */
  408 product MEGAHERTZ VARIOUS       0x0000 Megahertz X-jack Ethernet
  409 product MEGAHERTZ XJEM3336      0x0006 Megahertz X-JACK Ethernet Modem
  410 product MEGAHERTZ XJ4288        0x0023 Megahertz XJ4288 Modem
  411 product MEGAHERTZ XJ4336        0x0027 Megahertz XJ4336 Modem
  412 product MEGAHERTZ XJ5560        0x0034 Megahertz X-JACK 56kbps Modem
  413 
  414 /* Melco Products */
  415 product MELCO LPC3_CLX          0x0301 Melco LPC3-CLX Ethernet Adapter
  416 product MELCO LPC3_TX           0xc1ab Melco LPC3-TX
  417 
  418 /* Microsoft Products */
  419 product MICROSOFT MN_520        0x0001 Microsoft MN-520 WLAN Card
  420 
  421 /* Motorola Products */
  422 product MOTOROLA POWER144       0x0105 Motorola Power 14.4 Modem
  423 product MOTOROLA PM100C         0x0302 Motorola Personal Messenger 100C CDPD Modem
  424 product MOTOROLA MARINER        0x0501 Motorola Mariner Ethernet/Modem
  425 product MOTOROLA MONTANA_336    0x0505 Motorola Montana 33.6
  426 
  427 /* New Media Products */
  428 product NEWMEDIA BASICS         0x0019 New Media BASICS Ethernet
  429 product NEWMEDIA LANSURFER      0x0021 New Media LANSurfer
  430 product NEWMEDIA LIVEWIRE       0x1004 New Media LiveWire Ethernet LAN Adapter
  431 product NEWMEDIA MULTIMEDIA     0x100b New Media Multimedia
  432 product NEWMEDIA BUSTOASTER2    0xa002 New Media SCSI Bus Toaster
  433 product NEWMEDIA BUSTOASTER     0xc102 New Media SCSI Bus Toaster
  434 product NEWMEDIA BUSTOASTER3    0xd302 New Media SCSI Bus Toaster
  435 product NEWMEDIA WAVJAMMER      0xe005 New Media .WAVjammer
  436 product NEWMEDIA2 BUSTOASTER    0x0001 New Media BusToaster
  437 
  438 /* Netgear */
  439 product NETGEAR FA410TXC        0x4530 Netgear FA410TXC
  440 product NETGEAR FA411           0x0411 Netgear FA411
  441 
  442 /* National Instruments */
  443 product NI PCMCIA_232           0x0d50 National Instruments PCMCIA-232
  444 product NI PCMCIA_232_2         0x0d51 National Instruments PCMCIA-232/2
  445 product NI PCMCIA_485           0x0d51 National Instruments PCMCIA-485
  446 product NI PCMCIA_485_2         0x0d52 National Instruments PCMCIA-485/2
  447 product NI PCMCIA_GPIB          0x4882 National Instruments PCMCIA-GPIB
  448 product NI PCMCIA_232_4         0xd180 National Instruments PCMCIA-232/4
  449 
  450 /* NextCom K.K. */
  451 product NEXTCOM NEXTHAWK        0x0001 Next Hawk Ethernet
  452 
  453 /* Nokia Products */
  454 product NOKIA C110_WLAN         0x1110 Nokia C110/C111
  455 product NOKIA C020_WLAN         0x20c0 Nokia C020 WLAN Card
  456 
  457 /* No Wires Needed */
  458 product NWN WLAN_550            0x0002 NWN 550 WLAN
  459 product NWN WLAN_1148           0x0003 NWN 1148 WLAN
  460 
  461 /* Olicom Products */
  462 product OLICOM OC2220           0x0101 GoCard Ethernet
  463 product OLICOM OC3221           0x2132 GoCard Token Ring 16/4
  464 product OLICOM OC2231           0x3122 GoCard Combo Eth/Modem 288
  465 product OLICOM OC3231           0x3132 GoCard Token Ring 16/4/Modem 288
  466 product OLICOM OC2232           0x3222 GoCard Combo Eth/Modem 336
  467 product OLICOM OC3232           0x3232 GoCard Token Ring 16/4/Modem 336
  468 
  469 /* Ositech Products */
  470 product OSITECH JACK_144        0x0001 Jack of Diamonds Ethernet/Modem 14.4
  471 product OSITECH JACK_288        0x0002 Jack of Diamonds Ethernet/Modem 28.8
  472 product OSITECH JACK_336        0x0007 Jack of Diamonds Ethernet/Modem 33.6
  473 product OSITECH TRUMP_SOD       0x0008 Seven of Diamonds Ethernet Card
  474 product OSITECH TRUMP_JOH       0x000a Jack of Hearts Ethernet/Modem
  475 
  476 /* Panasonic Products */
  477 product PANASONIC KXLC002       0x0304 Panasonic 4X CD-ROM Interface Card
  478 product PANASONIC KXLC003       0x0504 Panasonic 8X CD-ROM Interface Card
  479 product PANASONIC KXLC004       0x0604 Panasonic KXL-810AN Interface Card
  480 product PANASONIC KXLC005_2     0x0704 Panasonic 16X CD-ROM Interface Card
  481 product PANASONIC KME           0x2604 Panasonic CD-R/RW Interface
  482 product PANASONIC KXLC005       0x2704 Panasonic 16X CD-ROM Interface Card
  483 product PANASONIC KXLC005_1     0x2904 Panasonic 16X CD-ROM Interface Card
  484 
  485 /* Planex */
  486 product PLANEX GWNS11H          0xb001 Planex GW-NS11H
  487 
  488 /* Premax Microelectronics Corp. */
  489 product PMC LANMODEM            0x0000 LAN 33.6 Modem card
  490 
  491 /* Proxim */
  492 product PROXIM HARMONY          0x0002 Proxim HARMONY 80211B
  493 product PROXIM ROAMABOUT_2400FH 0x1058 Digital RoamAbout 2400FH
  494 product PROXIM RANGELAN2_7401   0x1158 Proxim RangeLAN2 7401
  495 product PROXIM RANGELANDS_8430  0x8000 Proxim RangeLAN-DS 8430
  496 
  497 /* Psion */
  498 product PSION GOLDCARD          0x0020 Psion Gold Card
  499 product PSION NETGLOBAL         0x0023 Psion Gold Card NetGlobal 10/100
  500 product PSION NETGLOBAL2        0x0026 Psion Gold Card NetGlobal 10/100
  501 product PSION LANGLOBAL         0x0081 Psion LANGLOBAL
  502 
  503 /* QLogic */
  504 product QLOGIC PC05             0x0104 Qlogic Fast SCSI
  505 
  506 /* Quatech */
  507 product QUATECH SPP_100         0x0003 Quatech Enhanced Parallel Port
  508 product QUATECH DSP_225         0x0008 Quatech Dual Serial Port
  509 product QUATECH DUAL            0x000e Quatech Dual Serial Port
  510 product QUATECH QUAD_RS232      0x001b Quatech Quad RS-232
  511 product QUATECH QSP_100         0x0025 Quatech Quad serial Port
  512 product QUATECH QUAD_422        0x0045 Quatech Quad serial Port
  513 product QUATECH DUAL_RS232      0x0052 Quatech Dual RS-232
  514 
  515 /* RATOC System Inc. Products */
  516 /* Don't use because both cards have same product id */
  517 product RATOC REX_R280_9530     0x0001  RATOC REX-R280/REX-9530/CFU01
  518 
  519 /* Racore Computer Products */
  520 product RACORE ACCTON_EN2226    0x010a Accton Fast EtherCard
  521 product RACORE ETHERNET         0x2216 Racore PC Card Ethernet
  522 product RACORE FASTENET         0x2328 Racore PC Card Fast Ethernet
  523 product RACORE 8041TX           0x8041 SMC8041-TX
  524 
  525 /* Ralink Technology products */
  526 product RALINK RT2560           0x0201 RT2500 wireless adapter
  527 
  528 /* Raylink/WebGear */
  529 product RAYTHEON WLAN           0x0000 WLAN Adapter
  530 
  531 /* RELIA Technologies Corporation */
  532 product RELIA COMBO             0x2452 Reliable Combo-L/M-56K
  533 
  534 /* Roland */
  535 product ROLAND SCP55            0x0001 Roland SCP-55
  536 
  537 /* Samsung */
  538 product SAMSUNG SWL_2000N       0x0002  Samsung MagicLAN SWL-2000N
  539 
  540 /* Sandisk Products */
  541 product SANDISK SDCFB           0x0401 Sandisk CompactFlash Card
  542 
  543 /* Sharp Products */
  544 product SHARP PALDIO611S        0x0000  PALDIO 611S PC CARD
  545 
  546 /* Siemens */
  547 product SIEMENS SS1021          0x0002 Siemens SpeedStream 1021
  548 
  549 /* Sierra */
  550 product SIERRA AC710            0x0710 AC710/AC750/AC850
  551 product SIERRA A550             0xa550 A550
  552 product SIERRA A555             0xa555 A555
  553 product SIERRA A710             0xa710 A710/A750
  554 
  555 /* Simple Technology Products */
  556 product SIMPLETECH COMMUNICATOR288 0x0100 Simple Technology 28.8 Communicator
  557 /* Simpletech ID also used by Symbol */
  558 product SIMPLETECH SPECTRUM24 0x801 Symbol Spectrum24 WLAN Adapter
  559 
  560 /* Standard Microsystems Corporation Products */
  561 product SMC SMC91C96            0x0001 SMC 91C96 Farallon EtherMac
  562 product SMC 8016                0x0105 SMC 8016 EtherCard
  563 product SMC EZCARD              0x8022 SMC EZCard 10 PCMCIA
  564 
  565 /* Socket Communications Products */
  566 product SOCKET EA_ETHER         0x0000 Socket Communications EA
  567 product SOCKET LP_WLAN_CF       0x0001 Socket Communications Low Power WLAN Card
  568 product SOCKET PAGECARD         0x0003 Socket Communications PageCard
  569 product SOCKET DUAL_RS232       0x0006 Socket Communications Dual RS232
  570 product SOCKET ES_1000          0x000a Socket Communications Ethernet/RS-232
  571 product SOCKET LP_ETHER         0x000d Socket Communications LP-E
  572 product SOCKET DUAL_IO          0x0070 Socket Communications DUAL IO
  573 product SOCKET LP_ETHER_CF      0x0075 Socket Communications LP-E CF
  574 product SOCKET LP_ETH_10_100_CF 0x0145 Socket Communications 10/100 Ethernet
  575 
  576 /* Symbol */
  577 product SYMBOL LA4100           0x0001  Symbol Spectrum24 LA4100 Series WLAN
  578 
  579 /* TDK Products */
  580 product TDK LAK_CD011WL         0x0000 TDK LAK-CD011WL
  581 product TDK CFE_10              0x010a Xircom CompactCard CFE-10
  582 product TDK LAK_CD021BX         0x0200 TDK LAK-CD021BX Ethernet
  583 product TDK LAK_CF010           0x0900 TDK LAC-CF010
  584 product TDK DFL9610             0x0d0a TDK DFL9610 Ethernet & Digital Cellular
  585 product TDK C6500012            0x410a TDK ELSA MicroLink MC all
  586 product TDK GN3410              0x4815 TDK GlobalNetworker 3410
  587 product TDK LAK_CD031           0xc1ab TDK LAK-CD031 Ethernet
  588 product TDK DFL5610WS           0xea15 TDK DFL5610WS Ethernet/Modem
  589 
  590 /* Telecom Device */
  591 product TELECOMDEVICE LM5LT     0x0101 Billionton LM5LT-10B Ethernet/Modem
  592 product TELECOMDEVICE TCD_HPC100        0x0202 Telecom Device TCD-HPC100
  593 
  594 /* US Robotics Products */
  595 product USROBOTICS WORLDPORT144 0x3330 US Robotics WorldPort 14.4 Modem
  596 
  597 /* WORKBIT Products */
  598 product WORKBIT ULTRA_NINJA_16  0x8006 WORKBIT Ultra Ninja-16 (16bit mode)
  599 
  600 /* Xircom Products */
  601 product XIRCOM CWE1130          0x0007 Xircom Wireless Ethernet Adapter 
  602 product XIRCOM CE               0x0108 Xircom CreditCard Ethernet
  603 product XIRCOM CE2              0x010a Xircom CreditCard Ethernet II
  604 product XIRCOM CE3              0x010a Xircom CreditCard Ethernet 10/100
  605 product XIRCOM CE2_2            0x010b Xircom CreditCard Ethernet II
  606 product XIRCOM XE2000           0x0153 Xircom XE2000 10/100 Ethernet
  607 product XIRCOM CNW_801          0x0801 Xircom CreditCard Netwave (Canada)
  608 product XIRCOM CNW_802          0x0802 Xircom CreditCard Netwave (US)
  609 product XIRCOM CT2              0x1101 Xircom CreditCard Token Ring II
  610 product XIRCOM CEM              0x110a Xircom CreditCard Ethernet + Modem
  611 product XIRCOM CEM2             0x110a Xircom CreditCard Ethernet + Modem
  612 product XIRCOM CEM56            0x110a Xircom CreditCard Ethernet + Modem 56
  613 product XIRCOM REM10            0x110a Xircom CreditCard Ethernet 10 + Modem 56
  614 product XIRCOM REM56            0x110a Xircom RealPort Ethernet 10/100 + Modem 56
  615 product XIRCOM XEM5600          0x110a Xircom 10/100 Network + 56K Modem PC Card
  616 product XIRCOM CEM28            0x110b Xircom CreditCard Ethernet + Modem 28.8
  617 product XIRCOM CEM56_2          0x110b Xircom CreditCard Ethernet + Modem 56
  618 product XIRCOM CEM33            0x110c Xircom CreditCard Ethernet + Modem 33.6
  619 product XIRCOM CEM33_2          0x110d Xircom CreditCard Ethernet + Modem 33.6
  620 
  621 /* ZONET */
  622 product ZONET ZEN               0x0100  Zonet Zen 10/10
  623 
  624 /*
  625  * Cards we know only by their cis, sorted by name.
  626  */
  627 vendor AMBICOM                  -1      AmbiCom Inc
  628 vendor ACCTON                   -1      ACCTON
  629 vendor ADDTRON                  -1      Addtron
  630 vendor ARGOSY                   -1      ARGOSY
  631 vendor AMD                      -1      AMD
  632 vendor BILLIONTON               -1      Billionton Systems Inc.
  633 vendor CNET                     -1      CNet
  634 vendor COREGA                   -1      Corega K.K.
  635 vendor DLINK                    -1      D-Link
  636 vendor DYNALINK                 -1      DynaLink
  637 vendor EIGERLABS                -1      Eiger labs,Inc.
  638 vendor EPSON                    -1      Seiko Epson Corporation
  639 vendor EXP                      -1      EXP Computer Inc
  640 vendor FUJITSU2                 -1      Fujitsu
  641 vendor FUTUREDOMAIN             -1      FutureDomain
  642 vendor FREECOM                  -1      Freecom
  643 vendor GEMTEK                   -1      Gem Tek
  644 vendor ICOM                     -1      ICOM Inc
  645 vendor INTERSIL2                -1      Intersil
  646 vendor IODATA3                  -1      I-O DATA
  647 vendor LANTECH                  -1      Lantech Computer Company
  648 vendor MELCO2                   -1      Melco Corporation
  649 vendor NDC                      -1      NDC
  650 vendor NEC                      -1      NEC
  651 vendor OEM2                     -1      Generic OEM
  652 vendor PLANET                   -1      Planet
  653 vendor PREMAX                   -1      Premax
  654 vendor RPTI                     -1      RPTI
  655 vendor SVEC                     -1      SVEC/Hawking Technology
  656 vendor TAMARACK                 -1      Tamarack
  657 vendor TEAC                     -1      TEAC
  658 vendor TOSHIBA                  -1      TOSHIBA
  659 vendor WORKBIT2                 -1      WORKBIT
  660 vendor YEDATA                   -1      Y-E DATA
  661 vendor YIS                      -1      YIS Corporation
  662 vendor ZOOM                     -1      ZOOM
  663 
  664 product ACCTON EN2212           { "ACCTON", "EN2212", NULL, NULL } Accton EN2212
  665 product ACCTON EN2216           { "ACCTON", "EN2216-PCMCIA-ETHERNET", "EN2216R01", NULL } Accton EN2216
  666 product ADDTRON AWP100          { "Addtron", "AWP-100&spWireless&spPCMCIA", "Version&sp01.02", NULL }
  667 product ALLIEDTELESIS WR211PCM  { "Allied&spTelesis&spK.K.", "WR211PCM", NULL, NULL } Allied Telesis WR211PCM
  668 product AMBICOM AMB8002T        { "AmbiCom&spInc", "AMB8002T", NULL, NULL } AmbiCom AMB8002T
  669 product AMD AM79C930            { "AMD", "Am79C930", NULL, NULL } AMD Am79C930
  670 product ARGOSY SP320            { "PCMCIA", "RS-COM 2P", NULL, NULL } ARGOSY SP320 Dual port serial PCMCIA
  671 product BILLIONTON CFLT10N     { "CF", "10Base-Ethernet", "1.0", NULL } Billionton CFLT10N
  672 product BILLIONTON LNA100B      { "Billionton", "LNA-100B", NULL, NULL } Billionton LNA-100B
  673 product BILLIONTON LNT10TN      { "PCMCIA", "LNT-10TN", NULL, NULL } Billionton LNT-10TN
  674 product CNET NE2000             { "CNet", "CN40BC&spEthernet", "D", "NE2000" } CNet CN40BC NE2000 Compatible
  675 product COREGA ETHER_PCC_T      { "corega&spK.K.", "corega&spEther&spPCC-T", NULL, NULL } Corega Ether PCC-T
  676 product COREGA ETHER_PCC_TD     { "corega&spK.K.", "corega&spEther&spPCC-TD", NULL, NULL } Corega Ether PCC-TD
  677 product COREGA ETHER_II_PCC_T   { "corega&spK.K.", "corega&spEtherII&spPCC-T", NULL, NULL } Corega EtherII PCC-T
  678 product COREGA ETHER_II_PCC_TD  { "corega&spK.K.", "corega&spEtherII&spPCC-TD", NULL, NULL } Corega EtherII PCC-TD
  679 product COREGA FAST_ETHER_PCC_TX        { "corega&spK.K.", "corega&spFastEther&spPCC-TX", NULL, NULL } Corega FastEther PCC-TX
  680 product COREGA FETHER_PCC_TXD   { "corega&spK.K.", "corega&spFEther&spPCC-TXD", NULL, NULL } Corega FEther PCC-TXD
  681 product COREGA FETHER_PCC_TXF   { "corega", "FEther&spPCC-TXF", NULL, NULL } Corega FEther PCC-TXF
  682 product COREGA WIRELESS_LAN_PCC_11      { "corega&spK.K.", "Wireless&spLAN&spPCC-11", NULL, NULL } Corega Wireless LAN PCC-11
  683 product COREGA WIRELESS_LAN_PCCA_11     { "corega&spK.K.", "Wireless&spLAN&spPCCA-11", NULL, NULL } Corega Wireless LAN PCCA-11
  684 product COREGA WIRELESS_LAN_PCCB_11     { "corega_K.K.", "Wireless_LAN_PCCB-11", NULL, NULL } Corega Wireless LAN PCCB-11
  685 product COREGA WIRELESS_LAN_PCCL_11    { "corega", "WL&spPCCL-11", NULL, NULL } Corega Wireless LAN PCCL-11
  686 
  687 product DLINK DE660             { "D-Link", "DE-660", NULL, NULL } D-Link DE-660
  688 product DLINK DE660PLUS         { "D-Link", "DE-660+", NULL, NULL } D-Link DE-660+
  689 product DLINK DWL650H           { "D-Link&spCorporation", "D-Link&spDWL-650H&sp11Mbps&spWLAN&spAdapter", NULL, NULL } D-Link DWL-650H
  690 product DYNALINK L10C           { "DYNALINK", "L10C", NULL, NULL } Dynalink L10C
  691 /*
  692  * vendor ID of EPX_AA2000 is Fujitsu (0x0004) and product ID is 0x2000, but
  693  * it conflicts with Fujitsu Towa LA501 Ethernet.
  694  */
  695 product EIGERLABS EPX_AA2000    { "Eiger&splabs,Inc.", "EPX-AA2000&spPC&spSound&spCard", NULL, NULL } EPX-AA2000 PC Sound Card
  696 product EPSON EEN10B            { "Seiko&spEpson&spCorp.", "Ethernet", "P/N:&spEEN10B&spRev.&sp00", NULL } Epson EEN10B
  697 product EPSON SC200             { "EPSON", "SCSI-2&spPC&spCard&spSC200", NULL, NULL } Media Intelligent SCSI-2 PC Card MSC-200
  698 product EXP EXPMULTIMEDIA       { "EXP&sp&sp&sp", "PnPIDE", "F1", NULL } EXP IDE/ATAPI DVD Card
  699 product EXP THINLANCOMBO        { "PCMCIA&spLAN", "Ethernet", NULL, NULL } EXP ThinLan Combo
  700 product FREECOM PCCARDIDE       { "FREECOM", "PCCARD-IDE", NULL, NULL } FREECOM PCCARD-IDE
  701 product FUJITSU2 FMV_J181       { "PCMCIA&spMBH10302", "01", NULL, NULL } FUJITSU FMV-J181 PCMCIA Card
  702 product FUJITSU2 FMV_J182       { "FUJITSU", "LAN&spCard(FMV-J182)", "Ver.01", NULL } FUJITSU FMV-J182 PCMCIA Card
  703 product FUJITSU2 FMV_J182A      { "FUJITSU", "LAN&spCard(FMV-J182)", "Ver.02", NULL } FUJITSU FMV-J182A PCMCIA Card
  704 product FUJITSU2 ITCFJ182A      { "FUJITSU", "LAN&spCard(ITCFJ182)", "Ver.01", NULL } FUJITSU ITCFJ182A CompactCard
  705 product FUTUREDOMAIN SCSI2GO    { "Future&spDomain&spCorporation" "SCSI&spPCMCIA&spCredit&spCard&spController", NULL, NULL } Future Domain SCSI2GO
  706 product GEMTEK WLAN             { "Intersil", "PRISM&sp2_5&spPCMCIA&spADAPTER", "ISL37300P", "Eval-RevA" } GEMTEK Prism2_5 WaveLAN Card
  707 product IBM SCSICARD            { "IBM&spCorp.", "SCSI&spPCMCIA&spCard", NULL, NULL } IBM SCSI PCMCIA Card
  708 product ICOM SL200              { "Icom", "SL-200", NULL, NULL } Icom SL-200
  709 product INTERSIL2 PRISM2        { "INTERSIL", "HFA384x/IEEE", "Version&sp01.02", NULL } Intersil Prism II
  710 product IODATA3 CBIDE2          { "IO&spDATA", "CBIDE2&sp&sp&sp&sp&sp&sp", NULL, NULL } IO-DATA CBIDE2/16-bit mode
  711 product IODATA3 CBSC16          { "IO&spDATA", "CBSC16&sp&sp&sp&sp&sp&sp&sp", NULL, NULL } IO-DATA CBSC16
  712 product IODATA3 PCLAT           { "I-O&spDATA", "PCLA", "ETHERNET", NULL } IO-DATA PCLA/T
  713 product LANTECH FASTNETTX       { "ASIX", "AX88190", NULL, NULL } Lantech Fastnet/TX
  714 product LINKSYS ECARD_2         { "LINKSYS", "E-CARD", NULL, NULL } Linksys E-Card
  715 product MACNICA MPS100          { "MACNICA", "MIRACLE&spSCSI", "mPS100", "D.0" } Macnica Miracle SCSI mPS100
  716 product MEGAHERTZ XJ2288        { "MEGAHERTZ", "MODEM&spXJ2288", NULL, NULL } Megahertz XJ2288 Modem
  717 product MELCO2 LPC2_TX          { "MELCO", "LPC2-TX", NULL, NULL } Melco LPC2-TX
  718 product NANOSPEED PRISM2        { "NANOSPEED", "HFA384x/IEEE", "Version&sp01.02", NULL } NANOSPEED ROOT-RZ2000 WLAN Card
  719 product NDC ND5100_E            { "NDC", "Ethernet", "A", NULL } Sohoware ND5100E NE2000 Compatible Card
  720 product NEC CMZ_RT_WP           { "NEC", "Wireless&spCard&spCMZ-RT-WP", "Version&sp01.01", NULL } NEC Wireless Card CMZ-RT-WP
  721 product NEC PC9801N_J03R        { "NEC", "PC-9801N-J03R", NULL, NULL } NEC PC-9801N-J03R
  722 product NEWMEDIA BASICS_SCSI    { "BASICS&spby&spNew&spMedia&spCorporation" "SCSI&spSym53C500", NULL, NULL } New Media Corporation BASICS SCSI
  723 product NTT_ME WLAN             { "NTT-ME", "11Mbps&spWireless&spLAN&spPC&spCard", NULL, NULL } NTT-ME 11Mbps Wireless LAN PC Card
  724 product OEM2 CDROM1     { "PCMCIA", "CD-ROM", NULL, NULL } Generic PCMCIA CD-ROM
  725 product OEM2 IDE        { "PCMCIA", "IDE&spCARD", NULL, NULL } Generic PCMCIA IDE CARD
  726 product OEM2 ETHERNET           { "PCMCIA", "Ethernet", NULL, NULL } NE2000 PC Card
  727 product OEM2 FAST_ETHERNET      { "PCMCIA", "FAST&spETHERNET&spCARD", NULL, NULL } NE2000 PC Card
  728 product OEM2 NE2000             { "NE2000&spCompatible&spPC&spCard", "PCMCIA", NULL, NULL } Generic NE2000 PC Card
  729 product PLANET SMARTCOM2000     { "PCMCIA", "UE2212", NULL, NULL } Planet SmartCOM 2000
  730 product RPTI EP400              { "RPTI&spLTD.", "EP400", "CISV100", NULL } RPTI EP400
  731 product RPTI EP401              { "RPTI", "EP401&spEthernet&spNE2000&spCompatible", NULL, NULL } RPTI EP401
  732 product PREMAX PE200            { "PMX&sp&sp&sp", "PE-200", NULL, NULL } PreMax PE-200
  733 product RATOC REX_R280          { "RATOC&spSystem&spInc.", "10BASE_T&spCARD&spR280", NULL, NULL } RATOC REX-R280
  734 product RATOC REX5536           { "1195&spRATOC&spSystem&spInc.", "REX5536&spSCSI2&spCARD", NULL, NULL } RATOC REX-5536
  735 product RATOC REX5536AM         { "PCMCIA&spSCSI&spMBH10404", "01", NULL, NULL } RATOC REX-5536AM
  736 product RATOC REX5536M          { "PCMCIA&spSCSI2&spCARD", "01", NULL, NULL } RATOC REX-5536M
  737 product RATOC REX5572           { "RATOC&spSystem&spInc.", "SOUND/SCSI2&spCARD", NULL, NULL } RATOC REX-5572
  738 product RATOC REX9530           { "RATOC&spSystem&spInc.", "SCSI2&spCARD&sp37", NULL, NULL } RATOC REX-9530
  739 product RATOC REX_CFU1          { "RATOC", "USB&spHOST&spCF+&spCard", NULL, NULL } RATOC REX-CFU1
  740 product SIMPLETECH SPECTRUM24_ALT       { "Symbol&spTechnologies", "LA4111&spSpectrum24&spWireless&spLAN&spPC&spCard", NULL, NULL } LA4111 Spectrum24 Wireless LAN PC Card
  741 product SMC 2632W               { "SMC", "SMC2632W", "Version&sp01.02", NULL } SMC 2632 EZ Connect Wireless PC Card
  742 product SMC 8000                { "SMC8000", "DEV1", NULL, NULL }
  743 product SMC 8020BT              { "SMC" "EtherEZ&spEthernet&sp8020", NULL, NULL }
  744 product SMC 8020BTM             { "SMC", "EtherEZ&spEthernet/Modem", "8020", NULL }
  745 product SVEC COMBOCARD          { "Ethernet", "Adapter", NULL, NULL } SVEC/Hawking Tech. Combo Card
  746 product SVEC LANCARD            { "SVEC", "FD605&spPCMCIA&spEtherNet&spCard", "V1-1", NULL } SVEC PCMCIA Lan Card
  747 product TAMARACK ETHERNET       { "TAMARACK", "Ethernet", NULL, NULL } TAMARACK NE2000 PC Card
  748 product TEAC IDECARDII          { NULL, "NinjaATA-", NULL, NULL } TEAC IDE Card/II
  749 product TOSHIBA CBIDE2         { "LOOKMEET", "CBIDE2&sp&sp&sp&sp&sp&sp", NULL, NULL } TOSHIBA PA2673U CBIDE2/16-bit mode (IO-DATA OEM)
  750 product WORKBIT2 NINJA_SCSI3    { "WBT", "NinjaSCSI-3", NULL, NULL } WORKBIT Ninja SCSI series
  751 product YEDATA EXTERNAL_FDD     { "Y-E&spDATA", "External&spFDD", NULL, NULL } Y-E DATA External FDD
  752 product YIS YWL11B      { "YIS&spCorp.", "YWL-11b", NULL, NULL } YIS Corp. YWL-11b
  753 product ZOOM AIR_4000           { "Zoom", "Air-4000", NULL, NULL } Zoom Air-4000

Cache object: 600f0d76e4eb455b88696799ef7b0c84


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.