Home | History | Annotate | Line # | Download | only in isapnp
isapnpdevs.c revision 1.1
      1 /*	$NetBSD: isapnpdevs.c,v 1.1 1998/07/23 19:31:36 christos Exp $	*/
      2 
      3 /*
      4  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
      5  *
      6  * generated from:
      7  *	NetBSD: isapnpdevs,v 1.1 1998/07/23 19:30:45 christos 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 	"ROK0010",	/* Rockwell ? */
     62 	"USR2070",	/* USR Sportster 56k */
     63 	NULL
     64 };
     65 static const char *isapnp_com_devcompat[] = {
     66 	"PNP0500",	/* Generic 8250/16450 */
     67 	"PNP0501",	/* Generic 16550A */
     68 	NULL
     69 };
     70 const struct isapnp_devinfo isapnp_com_devinfo = {
     71 	isapnp_com_devlogic, isapnp_com_devcompat
     72 };
     73 
     74 /* 3Com 3CXXX Ethernet */
     75 static const char *isapnp_ep_devlogic[] = {
     76 	"TCM5090",	/* 3Com 3c509B */
     77 	"TCM5091",	/* 3Com 3c509B-1 */
     78 	"TCM5094",	/* 3Com 3c509B-4 */
     79 	"TCM5095",	/* 3Com 3c509B-5 */
     80 	"TCM5098",	/* 3Com 3c509B-8 */
     81 	NULL
     82 };
     83 static const char *isapnp_ep_devcompat[] = {
     84 	NULL
     85 };
     86 const struct isapnp_devinfo isapnp_ep_devinfo = {
     87 	isapnp_ep_devlogic, isapnp_ep_devcompat
     88 };
     89 
     90 /* Generic Joystick */
     91 static const char *isapnp_joy_devlogic[] = {
     92 	"CSCA801",	/* Terratec EWS64XL */
     93 	"CTL7002",	/* Creative Vibra16CL */
     94 	"ESS0001",	/* ESS1868 */
     95 	"OPT0001",	/* OPTi Audio 16 */
     96 	"PNPB02F",	/* XXX broken GUS PnP */
     97 	NULL
     98 };
     99 static const char *isapnp_joy_devcompat[] = {
    100 	"PNPB02F",	/* generic */
    101 	NULL
    102 };
    103 const struct isapnp_devinfo isapnp_joy_devinfo = {
    104 	isapnp_joy_devlogic, isapnp_joy_devcompat
    105 };
    106 
    107 /* Gravis Ultrasound */
    108 static const char *isapnp_gus_devlogic[] = {
    109 	"GRV0000",	/* Gravis Ultrasound */
    110 	NULL
    111 };
    112 static const char *isapnp_gus_devcompat[] = {
    113 	NULL
    114 };
    115 const struct isapnp_devinfo isapnp_gus_devinfo = {
    116 	isapnp_gus_devlogic, isapnp_gus_devcompat
    117 };
    118 
    119 /* Lance Ethernet */
    120 static const char *isapnp_le_devlogic[] = {
    121 	"TKN0010",	/* Lance Ethernet */
    122 	NULL
    123 };
    124 static const char *isapnp_le_devcompat[] = {
    125 	NULL
    126 };
    127 const struct isapnp_devinfo isapnp_le_devinfo = {
    128 	isapnp_le_devlogic, isapnp_le_devcompat
    129 };
    130 
    131 /* NE2000 Ethernet */
    132 static const char *isapnp_ne_devlogic[] = {
    133 	NULL
    134 };
    135 static const char *isapnp_ne_devcompat[] = {
    136 	"PNP80D6",	/* Digital DE305 ISAPnP */
    137 	NULL
    138 };
    139 const struct isapnp_devinfo isapnp_ne_devinfo = {
    140 	isapnp_ne_devlogic, isapnp_ne_devcompat
    141 };
    142 
    143 /* PCMCIA bridge */
    144 static const char *isapnp_pcic_devlogic[] = {
    145 	NULL
    146 };
    147 static const char *isapnp_pcic_devcompat[] = {
    148 	"PNP0E00",	/* PCIC Compatible PCMCIA Bridge */
    149 	NULL
    150 };
    151 const struct isapnp_devinfo isapnp_pcic_devinfo = {
    152 	isapnp_pcic_devlogic, isapnp_pcic_devcompat
    153 };
    154 
    155 /* Creative Soundblaster */
    156 static const char *isapnp_sb_devlogic[] = {
    157 	"ADS7150",	/* AD1815 */
    158 	"ADS7180",	/* AD1816 */
    159 	"CTL0001",	/* SB */
    160 	"CTL0031",	/* SB AWE32 */
    161 	"CTL0041",	/* SB16 PnP (CT4131) */
    162 	"CTL0043",	/* SB16 PnP (CT4170) */
    163 	"CTL0042",	/* SB AWE64 Value */
    164 	"CTL0044",	/* SB AWE64 Gold */
    165 	"CTL0045",	/* SB AWE64 Value */
    166 	"ESS1868",	/* ESS1868 */
    167 	"OPT9250",	/* Televideo card, Opti */
    168 	NULL
    169 };
    170 static const char *isapnp_sb_devcompat[] = {
    171 	"PNPB000",	/* Generic SB 1.5 */
    172 	"PNPB001",	/* Generic SB 2.0 */
    173 	"PNPB002",	/* Generic SB Pro */
    174 	"PNPB003",	/* Generic SB 16 */
    175 	NULL
    176 };
    177 const struct isapnp_devinfo isapnp_sb_devinfo = {
    178 	isapnp_sb_devlogic, isapnp_sb_devcompat
    179 };
    180 
    181 /* Western Digital Disk Controller */
    182 static const char *isapnp_wdc_devlogic[] = {
    183 	NULL
    184 };
    185 static const char *isapnp_wdc_devcompat[] = {
    186 	"PNP0600",	/* Western Digital Compatible Controller */
    187 	NULL
    188 };
    189 const struct isapnp_devinfo isapnp_wdc_devinfo = {
    190 	isapnp_wdc_devlogic, isapnp_wdc_devcompat
    191 };
    192 
    193 /* Microsoft Sound System */
    194 static const char *isapnp_wss_devlogic[] = {
    195 	"CSC0000",	/* Windows Sound System */
    196 	NULL
    197 };
    198 static const char *isapnp_wss_devcompat[] = {
    199 	NULL
    200 };
    201 const struct isapnp_devinfo isapnp_wss_devinfo = {
    202 	isapnp_wss_devlogic, isapnp_wss_devcompat
    203 };
    204 
    205 /* Yamaha Sound */
    206 static const char *isapnp_ym_devlogic[] = {
    207 	"YMH0021",	/* OPL3-SA3 */
    208 	NULL
    209 };
    210 static const char *isapnp_ym_devcompat[] = {
    211 	NULL
    212 };
    213 const struct isapnp_devinfo isapnp_ym_devinfo = {
    214 	isapnp_ym_devlogic, isapnp_ym_devcompat
    215 };
    216 
    217