Home | History | Annotate | Line # | Download | only in pcmcia
pcmciadevs revision 1.1
      1 $NetBSD: pcmciadevs,v 1.1 1998/07/19 17:28:17 christos Exp $
      2 
      3 /*
      4  * Copyright (c) 1998, Christos Zoulas
      5  * All rights reserved.
      6  *
      7  * Redistribution and use in source and binary forms, with or without
      8  * modification, are permitted provided that the following conditions
      9  * are met:
     10  * 1. Redistributions of source code must retain the above copyright
     11  *    notice, this list of conditions and the following disclaimer.
     12  * 2. Redistributions in binary form must reproduce the above copyright
     13  *    notice, this list of conditions and the following disclaimer in the
     14  *    documentation and/or other materials provided with the distribution.
     15  * 3. All advertising materials mentioning features or use of this software
     16  *    must display the following acknowledgement:
     17  *      This product includes software developed by Christos Zoulas
     18  *	for the NetBSD Project.
     19  * 4. The name of the author may not be used to endorse or promote products
     20  *    derived from this software without specific prior written permission
     21  *
     22  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
     23  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
     24  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
     25  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
     26  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
     27  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
     28  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
     29  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
     30  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
     31  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     32  */
     33 
     34 /*
     35  * List of known PCMCIA vendors
     36  */
     37 
     38 vendor IBM			0x00a4	IBM Corporation
     39 vendor MOTOROLA			0x0109	Motorola Corporation
     40 vendor 3COM			0x0101	3Com Corporation
     41 vendor MEGAHERTZ		0x0102	Megahertz Corporation
     42 vendor SOCKET			0x0104	Socket Communications
     43 vendor TDK			0x0105	TDK Corporation
     44 vendor USROBOTICS		0x0115	US Robotics Corporation
     45 vendor MEGAHERTZ2		0x0128	Megahertz Corporation
     46 vendor ADAPTEC			0x012f	Adaptec Corporation
     47 vendor LINKSYS			0x0149	Linksys Corporation
     48 vendor DAYNA			0x0194	Dayna Corporation
     49 vendor IODATA			0x01bf	I-O DATA
     50 
     51 /*
     52  * List of known products.  Grouped by vendor.
     53  */
     54 /* Adaptec Products */
     55 product ADAPTEC APA1460_1	0x0001 Adaptec APA-1460/A SCSI Host Adapter
     56 product ADAPTEC APA1460_2	0x0002 Adaptec APA-1460/B SCSI Host Adapter
     57 
     58 /* 3COM Products */
     59 product 3COM 3C562		0x0562 3Com 3c562 33.6 Modem/10Mbps Ethernet
     60 product 3COM 3C589		0x0589 3Com 3c589 10Mbps Ethernet
     61 
     62 /* Dayna Products */
     63 product DAYNA COMMUNICARD_E	0x002d Dayna CommuniCard E
     64 
     65 /* Motorola Products */
     66 product MOTOROLA POWER144	0x0105 Motorola Power 14.4 Modem
     67 product MOTOROLA PM100C		0x0302 Motorola Personal Messenger 100C CDPD Modem
     68 
     69 /* IBM Products */
     70 product IBM INFOMOVER		0x0002 National Semiconductor InfoMover
     71 product IBM HOME_AND_AWAY	0x002e IBM Home and Away Modem
     72 
     73 /* I-O DATA */
     74 product IODATA PCLAT		0x2216 I-O DATA PCLA/T
     75 
     76 /* Linksys corporation */
     77 product LINKSYS ECARD		0x0265 Linksys EthernetCard
     78 product LINKSYS COMBO_ECARD	0xc1ab Linksys Combo EthernetCard
     79 
     80 /* Megahertz Products */
     81 product MEGAHERTZ XJ4288	0x0023 Megahertz XJ4288 Modem
     82 product MEGAHERTZ2 XJACK	0x0103 Megahertz X-JACK Ethernet
     83 
     84 /* US Robotics Products */
     85 product USROBOTICS WORLDPORT144	0x3330 US Robotics WorldPort 14.4 Modem
     86 
     87 /* Socket Communications Products */
     88 product SOCKET PAGECARD		0x0003 Socket Communications PageCard
     89 
     90 /* TDK Products */
     91 product TDK LAK_CD021BX		0x0200 TDK LAK-CD021BX Ethernet
     92 product TDK DFL9610		0x0d0a TDK DFL9610 Ethernet & Digital Cellular
     93 
     94 /* Cards we know only by their cis */
     95 product MEGAHERTZ XJ2288 	{ "MEGAHERTZ", "MODEM&spXJ2288", NULL, NULL } Megahertz XJ2288 Modem
     96 product PREMAX PE200		{ "PMX&sp&sp&sp", "PE-200", NULL, NULL } PreMax PE-200
     97 product PLANET SMARTCOM2000	{ "PCMCIA", "UE2212", NULL, NULL } Planet SmartCOM 2000
     98 product DLINK DE650		{ "D-Link", "DE-650", NULL, NULL } D-Link DE-650
     99 product RPTI EP401		{ "RPTI", "EP401&spEthernet&spNE2000&spCompatible", NULL, NULL } RPTI EP401
    100 product ACCTON EN2212		{ "ACCTON", "EN2212", NULL, NULL } Accton EN2212
    101 product DIGITAL DEPCMBA		{ "DIGITAL", "DEPCM-XX", NULL, NULL } Digital DEPCM-BA
    102 product YEDATA EXTERNAL_FDD	{ "Y-E&spDATA", "External&spFDD", NULL, NULL } Y-E DATA External FDD
    103 product DIGITAL DEPCMXX		{ "DIGITAL", "DEPCM-XX", NULL, NULL } DEC DEPCM-BA
    104