Home | History | Annotate | Line # | Download | only in isapnp
isapnpdevs.c revision 1.3
      1 /*	$NetBSD: isapnpdevs.c,v 1.3 1998/08/07 00:53:23 matt Exp $	*/
      2 
      3 /*
      4  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
      5  *
      6  * generated from:
      7  *	NetBSD: isapnpdevs,v 1.2 1998/07/30 09:45:16 drochner Exp
      8  */
      9 
     10 /*
     11  * Copyright (c) 1998, Christos Zoulas
     12  * All rights reserved.
     13  *
     14  * Redistribution and use in source and binary forms, with or without
     15  * modification, are permitted provided that the following conditions
     16  * are met:
     17  * 1. Redistributions of source code must retain the above copyright
     18  *    notice, this list of conditions and the following disclaimer.
     19  * 2. Redistributions in binary form must reproduce the above copyright
     20  *    notice, this list of conditions and the following disclaimer in the
     21  *    documentation and/or other materials provided with the distribution.
     22  * 3. All advertising materials mentioning features or use of this software
     23  *    must display the following acknowledgement:
     24  *      This product includes software developed by Christos Zoulas
     25  *	for the NetBSD Project.
     26  * 4. The name of the author may not be used to endorse or promote products
     27  *    derived from this software without specific prior written permission
     28  *
     29  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
     30  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
     31  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
     32  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
     33  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
     34  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
     35  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
     36  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
     37  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
     38  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     39  */
     40 #include <sys/param.h>
     41 #include <dev/isapnp/isapnpdevs.h>
     42 
     43 
     44 /* Adaptec SCSI */
     45 static const char *isapnp_aic_devlogic[] = {
     46 	"ADP1520",	/* Adaptec AHA-1520B */
     47 	NULL
     48 };
     49 static const char *isapnp_aic_devcompat[] = {
     50 	NULL
     51 };
     52 const struct isapnp_devinfo isapnp_aic_devinfo = {
     53 	isapnp_aic_devlogic, isapnp_aic_devcompat
     54 };
     55 
     56 /* National Semiconductor Serial */
     57 static const char *isapnp_com_devlogic[] = {
     58 	"BDP3336",	/* Best Data Prods. 336F */
     59 	"OZO8039",	/* Zoom 56k flex */
     60 	"BRI1400",	/* Boca 33.6 PnP */
     61 	"BRIB400",	/* Boca 56k PnP */
     62 	"ROK0010",	/* Rockwell ? */
     63 	"USR2070",	/* USR Sportster 56k */
     64 	NULL
     65 };
     66 static const char *isapnp_com_devcompat[] = {
     67 	"PNP0500",	/* Generic 8250/16450 */
     68 	"PNP0501",	/* Generic 16550A */
     69 	NULL
     70 };
     71 const struct isapnp_devinfo isapnp_com_devinfo = {
     72 	isapnp_com_devlogic, isapnp_com_devcompat
     73 };
     74 
     75 /* 3Com 3CXXX Ethernet */
     76 static const char *isapnp_ep_devlogic[] = {
     77 	"TCM5090",	/* 3Com 3c509B */
     78 	"TCM5091",	/* 3Com 3c509B-1 */
     79 	"TCM5094",	/* 3Com 3c509B-4 */
     80 	"TCM5095",	/* 3Com 3c509B-5 */
     81 	"TCM5098",	/* 3Com 3c509B-8 */
     82 	NULL
     83 };
     84 static const char *isapnp_ep_devcompat[] = {
     85 	NULL
     86 };
     87 const struct isapnp_devinfo isapnp_ep_devinfo = {
     88 	isapnp_ep_devlogic, isapnp_ep_devcompat
     89 };
     90 
     91 /* ESS Audio Drive */
     92 static const char *isapnp_ess_devlogic[] = {
     93 	"ESS1868",	/* ESS1868 */
     94 	"ESS1869",	/* ESS1869 */
     95 	NULL
     96 };
     97 static const char *isapnp_ess_devcompat[] = {
     98 	NULL
     99 };
    100 const struct isapnp_devinfo isapnp_ess_devinfo = {
    101 	isapnp_ess_devlogic, isapnp_ess_devcompat
    102 };
    103 
    104 /* Generic Joystick */
    105 static const char *isapnp_joy_devlogic[] = {
    106 	"CSCA801",	/* Terratec EWS64XL */
    107 	"CTL7002",	/* Creative Vibra16CL */
    108 	"ESS0001",	/* ESS1868 */
    109 	"OPT0001",	/* OPTi Audio 16 */
    110 	"PNPB02F",	/* XXX broken GUS PnP */
    111 	NULL
    112 };
    113 static const char *isapnp_joy_devcompat[] = {
    114 	"PNPB02F",	/* generic */
    115 	NULL
    116 };
    117 const struct isapnp_devinfo isapnp_joy_devinfo = {
    118 	isapnp_joy_devlogic, isapnp_joy_devcompat
    119 };
    120 
    121 /* Gravis Ultrasound */
    122 static const char *isapnp_gus_devlogic[] = {
    123 	"GRV0000",	/* Gravis Ultrasound */
    124 	NULL
    125 };
    126 static const char *isapnp_gus_devcompat[] = {
    127 	NULL
    128 };
    129 const struct isapnp_devinfo isapnp_gus_devinfo = {
    130 	isapnp_gus_devlogic, isapnp_gus_devcompat
    131 };
    132 
    133 /* Lance Ethernet */
    134 static const char *isapnp_le_devlogic[] = {
    135 	"TKN0010",	/* Lance Ethernet */
    136 	NULL
    137 };
    138 static const char *isapnp_le_devcompat[] = {
    139 	NULL
    140 };
    141 const struct isapnp_devinfo isapnp_le_devinfo = {
    142 	isapnp_le_devlogic, isapnp_le_devcompat
    143 };
    144 
    145 /* NE2000 Ethernet */
    146 static const char *isapnp_ne_devlogic[] = {
    147 	NULL
    148 };
    149 static const char *isapnp_ne_devcompat[] = {
    150 	"PNP80D6",	/* Digital DE305 ISAPnP */
    151 	NULL
    152 };
    153 const struct isapnp_devinfo isapnp_ne_devinfo = {
    154 	isapnp_ne_devlogic, isapnp_ne_devcompat
    155 };
    156 
    157 /* PCMCIA bridge */
    158 static const char *isapnp_pcic_devlogic[] = {
    159 	NULL
    160 };
    161 static const char *isapnp_pcic_devcompat[] = {
    162 	"PNP0E00",	/* PCIC Compatible PCMCIA Bridge */
    163 	NULL
    164 };
    165 const struct isapnp_devinfo isapnp_pcic_devinfo = {
    166 	isapnp_pcic_devlogic, isapnp_pcic_devcompat
    167 };
    168 
    169 /* Creative Soundblaster */
    170 static const char *isapnp_sb_devlogic[] = {
    171 	"ADS7150",	/* AD1815 */
    172 	"ADS7180",	/* AD1816 */
    173 	"CTL0001",	/* SB */
    174 	"CTL0031",	/* SB AWE32 */
    175 	"CTL0041",	/* SB16 PnP (CT4131) */
    176 	"CTL0043",	/* SB16 PnP (CT4170) */
    177 	"CTL0042",	/* SB AWE64 Value */
    178 	"CTL0044",	/* SB AWE64 Gold */
    179 	"CTL0045",	/* SB AWE64 Value */
    180 	"OPT9250",	/* Televideo card, Opti */
    181 	NULL
    182 };
    183 static const char *isapnp_sb_devcompat[] = {
    184 	"PNPB000",	/* Generic SB 1.5 */
    185 	"PNPB001",	/* Generic SB 2.0 */
    186 	"PNPB002",	/* Generic SB Pro */
    187 	"PNPB003",	/* Generic SB 16 */
    188 	NULL
    189 };
    190 const struct isapnp_devinfo isapnp_sb_devinfo = {
    191 	isapnp_sb_devlogic, isapnp_sb_devcompat
    192 };
    193 
    194 /* Western Digital Disk Controller */
    195 static const char *isapnp_wdc_devlogic[] = {
    196 	NULL
    197 };
    198 static const char *isapnp_wdc_devcompat[] = {
    199 	"PNP0600",	/* Western Digital Compatible Controller */
    200 	NULL
    201 };
    202 const struct isapnp_devinfo isapnp_wdc_devinfo = {
    203 	isapnp_wdc_devlogic, isapnp_wdc_devcompat
    204 };
    205 
    206 /* Microsoft Sound System */
    207 static const char *isapnp_wss_devlogic[] = {
    208 	"CSC0000",	/* Windows Sound System */
    209 	NULL
    210 };
    211 static const char *isapnp_wss_devcompat[] = {
    212 	NULL
    213 };
    214 const struct isapnp_devinfo isapnp_wss_devinfo = {
    215 	isapnp_wss_devlogic, isapnp_wss_devcompat
    216 };
    217 
    218 /* Yamaha Sound */
    219 static const char *isapnp_ym_devlogic[] = {
    220 	"YMH0021",	/* OPL3-SA2, OPL3-SA3 */
    221 	NULL
    222 };
    223 static const char *isapnp_ym_devcompat[] = {
    224 	NULL
    225 };
    226 const struct isapnp_devinfo isapnp_ym_devinfo = {
    227 	isapnp_ym_devlogic, isapnp_ym_devcompat
    228 };
    229 
    230