Home | History | Annotate | Line # | Download | only in isapnp
isapnpdevs.c revision 1.44
      1 /*	$NetBSD: isapnpdevs.c,v 1.44 2001/04/15 03:31:37 david Exp $	*/
      2 
      3 /*
      4  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
      5  *
      6  * generated from:
      7  *	NetBSD: isapnpdevs,v 1.40 2001/02/24 20:13:33 christos Exp
      8  */
      9 
     10 /*-
     11  * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
     12  * All rights reserved.
     13  *
     14  * This code is derived from software contributed to The NetBSD Foundation
     15  * by Christos Zoulas.
     16  *
     17  * Redistribution and use in source and binary forms, with or without
     18  * modification, are permitted provided that the following conditions
     19  * are met:
     20  * 1. Redistributions of source code must retain the above copyright
     21  *    notice, this list of conditions and the following disclaimer.
     22  * 2. Redistributions in binary form must reproduce the above copyright
     23  *    notice, this list of conditions and the following disclaimer in the
     24  *    documentation and/or other materials provided with the distribution.
     25  * 3. All advertising materials mentioning features or use of this software
     26  *    must display the following acknowledgement:
     27  *        This product includes software developed by the NetBSD
     28  *        Foundation, Inc. and its contributors.
     29  * 4. Neither the name of The NetBSD Foundation nor the names of its
     30  *    contributors may be used to endorse or promote products derived
     31  *    from this software without specific prior written permission.
     32  *
     33  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
     34  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
     35  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
     36  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
     37  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     38  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     39  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     40  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     41  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     42  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
     43  * POSSIBILITY OF SUCH DAMAGE.
     44  */
     45 #include <sys/param.h>
     46 #include <dev/isapnp/isapnpdevs.h>
     47 
     48 
     49 /* Adaptec SCSI */
     50 static const struct isapnp_matchinfo isapnp_aha_devlogic[] = {
     51 	{"ADP1542", 0},	/* Adaptec AHA-1542CP */
     52 };
     53 static const struct isapnp_matchinfo isapnp_aha_devcompat[] = {
     54 	{"PNP00A0", 0},	/* Adaptec AHA-1542CP */
     55 };
     56 const struct isapnp_devinfo isapnp_aha_devinfo = {
     57 	isapnp_aha_devlogic, 1,
     58 	isapnp_aha_devcompat, 1,
     59 };
     60 
     61 /* Adaptec SCSI */
     62 static const struct isapnp_matchinfo isapnp_aic_devlogic[] = {
     63 	{"ADP1520", 0},	/* Adaptec AHA-1520B */
     64 	{"ADP1502", 0},	/* Adaptec AHA-1502P */
     65 	{"ADP1505", 0},	/* Adaptec AVA-1505A */
     66 };
     67 static const struct isapnp_matchinfo isapnp_aic_devcompat[] = {
     68 	{"ADP1530", 0},	/* (Adaptec AVA-1505A) */
     69 };
     70 const struct isapnp_devinfo isapnp_aic_devinfo = {
     71 	isapnp_aic_devlogic, 3,
     72 	isapnp_aic_devcompat, 1,
     73 };
     74 
     75 /* Aironet 802.11 */
     76 static const struct isapnp_matchinfo isapnp_an_devlogic[] = {
     77 	{"AOL0001", 0},	/* Aironet 4500/4800 */
     78 };
     79 const struct isapnp_devinfo isapnp_an_devinfo = {
     80 	isapnp_an_devlogic, 1,
     81 	NULL, 0,
     82 };
     83 
     84 /* National Semiconductor Serial */
     85 static const struct isapnp_matchinfo isapnp_com_devlogic[] = {
     86 	{"BDP3336", 0},	/* Best Data Prods. 336F */
     87 	{"OZO8039", 0},	/* Zoom 56k flex */
     88 	{"BRI1400", 0},	/* Boca 33.6 PnP */
     89 	{"BRIB400", 0},	/* Boca 56k PnP */
     90 	{"ROK0010", 0},	/* Rockwell ? */
     91 	{"USR0004", 0},	/* USR Sportster 14.4k */
     92 	{"USR0006", 0},	/* USR Sportster 33.6k */
     93 	{"USR2070", 0},	/* USR Sportster 56k */
     94 	{"USR3031", 0},	/* USR 56k Faxmodem */
     95 	{"USR9190", 0},	/* USR 56k Voice INT */
     96 	{"ZTIF761", 0},	/* Zoom ComStar 33.6 */
     97 	{"CIR3000", 0},	/* Cirrus Logic V43 */
     98 	{"MOT0000", 0},	/* Motorola ModemSurfr */
     99 	{"SMM00C1", 0},	/* Leopard 56k PnP */
    100 	{"SUP1650", 0},	/* Supra 336i Sp Intl */
    101 	{"SUP2480", 0},	/* SupraExpress 56i Sp V.90 */
    102 	{"GVC0505", 0},	/* GVC 56k Faxmodem */
    103 	{"IOD0081", 0},	/* I-O DATA IFML-560 */
    104 };
    105 static const struct isapnp_matchinfo isapnp_com_devcompat[] = {
    106 	{"PNP0500", 0},	/* Generic 8250/16450 */
    107 	{"PNP0501", 0},	/* Generic 16550A */
    108 };
    109 const struct isapnp_devinfo isapnp_com_devinfo = {
    110 	isapnp_com_devlogic, 18,
    111 	isapnp_com_devcompat, 2,
    112 };
    113 
    114 /* 3Com 3CXXX Ethernet */
    115 static const struct isapnp_matchinfo isapnp_ep_devlogic[] = {
    116 	{"TCM5090", 0},	/* 3Com 3c509B */
    117 	{"TCM5091", 0},	/* 3Com 3c509B-1 */
    118 	{"TCM5094", 0},	/* 3Com 3c509B-4 */
    119 	{"TCM5095", 0},	/* 3Com 3c509B-5 */
    120 	{"TCM5098", 0},	/* 3Com 3c509B-8 */
    121 };
    122 const struct isapnp_devinfo isapnp_ep_devinfo = {
    123 	isapnp_ep_devlogic, 5,
    124 	NULL, 0,
    125 };
    126 
    127 /* ESS Audio Drive */
    128 static const struct isapnp_matchinfo isapnp_ess_devlogic[] = {
    129 	{"ESS1868", 0},	/* ESS1868 */
    130 	{"ESS1869", 0},	/* ESS1869 */
    131 };
    132 const struct isapnp_devinfo isapnp_ess_devinfo = {
    133 	isapnp_ess_devlogic, 2,
    134 	NULL, 0,
    135 };
    136 
    137 /* Generic Joystick */
    138 static const struct isapnp_matchinfo isapnp_joy_devlogic[] = {
    139 	{"AZT0003", 0},	/* Aztech AZT2320 GAME PORT */
    140 	{"AZT3001", 0},	/* Aztech GAME PORT */
    141 	{"CSC0001", 0},	/* CS4235 */
    142 	{"CSCA801", 0},	/* Terratec EWS64XL */
    143 	{"CTL7001", 0},	/* Creative Awe64 */
    144 	{"CTL7002", 0},	/* Creative Vibra16CL */
    145 	{"ESS0001", 0},	/* ESS1868 */
    146 	{"OPT0001", 0},	/* OPTi Audio 16 */
    147 	{"PNPB02F", 0},	/* XXX broken GUS PnP */
    148 	{"ASB16FD", 0},	/* AdLib NSC 16 PNP */
    149 };
    150 static const struct isapnp_matchinfo isapnp_joy_devcompat[] = {
    151 	{"PNPB02F", 0},	/* generic */
    152 };
    153 const struct isapnp_devinfo isapnp_joy_devinfo = {
    154 	isapnp_joy_devlogic, 10,
    155 	isapnp_joy_devcompat, 1,
    156 };
    157 
    158 /* Gravis Ultrasound */
    159 static const struct isapnp_matchinfo isapnp_gus_devlogic[] = {
    160 	{"GRV0000", 0},	/* Gravis Ultrasound */
    161 };
    162 const struct isapnp_devinfo isapnp_gus_devinfo = {
    163 	isapnp_gus_devlogic, 1,
    164 	NULL, 0,
    165 };
    166 
    167 /* Lance Ethernet */
    168 static const struct isapnp_matchinfo isapnp_le_devlogic[] = {
    169 	{"TKN0010", 0},	/* Lance Ethernet on TEKNOR board */
    170 	{"ATK1500", 0},	/* Lance Ethernet on Allied Telesyn board */
    171 };
    172 const struct isapnp_devinfo isapnp_le_devinfo = {
    173 	isapnp_le_devlogic, 2,
    174 	NULL, 0,
    175 };
    176 
    177 /* MPU-401 MIDI UART */
    178 static const struct isapnp_matchinfo isapnp_mpu_devlogic[] = {
    179 	{"AZT0002", 0},	/* Aztech AZT2320 MPU401 MIDI */
    180 	{"AZT2001", 0},	/* Aztech MPU401 MIDI */
    181 	{"CSC0003", 0},	/* CS4235 MPU401 MIDI */
    182 };
    183 const struct isapnp_devinfo isapnp_mpu_devinfo = {
    184 	isapnp_mpu_devlogic, 3,
    185 	NULL, 0,
    186 };
    187 
    188 /* NE2000 Ethernet */
    189 static const struct isapnp_matchinfo isapnp_ne_devlogic[] = {
    190 	{"@@@1980", 0},	/* OvisLink LE-8019R */
    191 };
    192 static const struct isapnp_matchinfo isapnp_ne_devcompat[] = {
    193 	{"PNP80D6", 0},	/* Digital DE305 ISAPnP */
    194 };
    195 const struct isapnp_devinfo isapnp_ne_devinfo = {
    196 	isapnp_ne_devlogic, 1,
    197 	isapnp_ne_devcompat, 1,
    198 };
    199 
    200 /* PCMCIA bridge */
    201 static const struct isapnp_matchinfo isapnp_pcic_devlogic[] = {
    202 	{"SCM0469", 0},	/* SCM SwapBox Plug and Play */
    203 	{"AEI0218", 0},	/* Actiontec PnP PCMCIA Adapter */
    204 };
    205 static const struct isapnp_matchinfo isapnp_pcic_devcompat[] = {
    206 	{"PNP0E00", 0},	/* PCIC Compatible PCMCIA Bridge */
    207 };
    208 const struct isapnp_devinfo isapnp_pcic_devinfo = {
    209 	isapnp_pcic_devlogic, 2,
    210 	isapnp_pcic_devcompat, 1,
    211 };
    212 
    213 /* Creative Soundblaster */
    214 static const struct isapnp_matchinfo isapnp_sb_devlogic[] = {
    215 	{"ADS7150", 0},	/* AD1815 */
    216 	{"ADS7180", 0},	/* AD1816 */
    217 	{"AZT1008", 0},	/* Aztech 1008 */
    218 	{"CTL0001", 0},	/* SB */
    219 	{"CTL0031", 0},	/* SB AWE32 */
    220 	{"CTL0041", 0},	/* SB16 PnP (CT4131) */
    221 	{"CTL0042", 0},	/* SB AWE64 Value */
    222 	{"CTL0043", 0},	/* SB16 PnP (CT4170) */
    223 	{"CTL0044", 0},	/* SB AWE64 Gold */
    224 	{"CTL0045", 0},	/* SB AWE64 Value */
    225 	{"OPT9250", 0},	/* Televideo card, Opti */
    226 	{"@X@0001", 0},	/* CMI8330. Audio Adapter */
    227 	{"@@@1001", 0},	/* Avance Logic ALS100+ */
    228 	{"@@@2001", 0},	/* Avance Logic ALS120 */
    229 };
    230 static const struct isapnp_matchinfo isapnp_sb_devcompat[] = {
    231 	{"PNPB000", 0},	/* Generic SB 1.5 */
    232 	{"PNPB001", 0},	/* Generic SB 2.0 */
    233 	{"PNPB002", 0},	/* Generic SB Pro */
    234 	{"PNPB003", 0},	/* Generic SB 16 */
    235 };
    236 const struct isapnp_devinfo isapnp_sb_devinfo = {
    237 	isapnp_sb_devlogic, 14,
    238 	isapnp_sb_devcompat, 4,
    239 };
    240 
    241 /* TROPIC Token-Ring */
    242 static const struct isapnp_matchinfo isapnp_tr_devlogic[] = {
    243 	{"IBM0000", 0},	/* IBM TROPIC Token-Ring */
    244 	{"TCM3190", 0},	/* 3Com TokenLink Velocity ISA */
    245 };
    246 const struct isapnp_devinfo isapnp_tr_devinfo = {
    247 	isapnp_tr_devlogic, 2,
    248 	NULL, 0,
    249 };
    250 
    251 /* Western Digital Disk Controller */
    252 static const struct isapnp_matchinfo isapnp_wdc_devlogic[] = {
    253 	{"AZT0000", 0},	/* Aztech AZT2320 IDE CDROM */
    254 	{"AZT0500", 0},	/* Aztech IDE CDROM */
    255 	{"OPT0007", 0},	/* OPTi Audio 16 IDE controller */
    256 	{"ESS0002", 0},	/* ES1868 IDE Controller */
    257 };
    258 static const struct isapnp_matchinfo isapnp_wdc_devcompat[] = {
    259 	{"PNP0600", 0},	/* Western Digital Compatible Controller */
    260 };
    261 const struct isapnp_devinfo isapnp_wdc_devinfo = {
    262 	isapnp_wdc_devlogic, 4,
    263 	isapnp_wdc_devcompat, 1,
    264 };
    265 
    266 /* Microsoft Sound System */
    267 static const struct isapnp_matchinfo isapnp_wss_devlogic[] = {
    268 	{"AZT0001", 1},	/* Aztech AZT2320 AUDIO */
    269 	{"CSC0000", 0},	/* Windows Sound System */
    270 	{"CSC0100", 0},	/* CS4235 CODEC */
    271 	{"CSCA800", 0},	/* Terratec EWS64 CoDec */
    272 	{"ASB1611", 0},	/* AdLib NSC 16 PNP */
    273 	{"ASB1622", 0},	/* AdLib MSC 32 Wave PnP V3SB */
    274 };
    275 const struct isapnp_devinfo isapnp_wss_devinfo = {
    276 	isapnp_wss_devlogic, 6,
    277 	NULL, 0,
    278 };
    279 
    280 /* Yamaha Sound */
    281 static const struct isapnp_matchinfo isapnp_ym_devlogic[] = {
    282 	{"YMH0021", 0},	/* OPL3-SA2, OPL3-SA3 */
    283 };
    284 const struct isapnp_devinfo isapnp_ym_devinfo = {
    285 	isapnp_ym_devlogic, 1,
    286 	NULL, 0,
    287 };
    288 
    289