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