Home | History | Annotate | Line # | Download | only in isapnp
isapnpdevs.h revision 1.5
      1  1.1  christos /*	$NetBSD: isapnpdevs.h,v 1.5 1998/09/05 14:18:24 christos 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.5  christos  *	NetBSD: isapnpdevs,v 1.5 1998/09/05 14:15:26 christos Exp
      8  1.1  christos  */
      9  1.1  christos 
     10  1.1  christos 
     11  1.5  christos /*-
     12  1.5  christos  * Copyright (c) 1998 The NetBSD Foundation, Inc.
     13  1.1  christos  * All rights reserved.
     14  1.1  christos  *
     15  1.5  christos  * This code is derived from software contributed to The NetBSD Foundation
     16  1.5  christos  * by Christos Zoulas.
     17  1.5  christos  *
     18  1.1  christos  * Redistribution and use in source and binary forms, with or without
     19  1.1  christos  * modification, are permitted provided that the following conditions
     20  1.1  christos  * are met:
     21  1.1  christos  * 1. Redistributions of source code must retain the above copyright
     22  1.1  christos  *    notice, this list of conditions and the following disclaimer.
     23  1.1  christos  * 2. Redistributions in binary form must reproduce the above copyright
     24  1.1  christos  *    notice, this list of conditions and the following disclaimer in the
     25  1.1  christos  *    documentation and/or other materials provided with the distribution.
     26  1.1  christos  * 3. All advertising materials mentioning features or use of this software
     27  1.1  christos  *    must display the following acknowledgement:
     28  1.5  christos  *        This product includes software developed by the NetBSD
     29  1.5  christos  *        Foundation, Inc. and its contributors.
     30  1.5  christos  * 4. Neither the name of The NetBSD Foundation nor the names of its
     31  1.5  christos  *    contributors may be used to endorse or promote products derived
     32  1.5  christos  *    from this software without specific prior written permission.
     33  1.1  christos  *
     34  1.5  christos  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
     35  1.5  christos  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
     36  1.5  christos  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
     37  1.5  christos  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
     38  1.5  christos  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     39  1.5  christos  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     40  1.5  christos  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     41  1.5  christos  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     42  1.5  christos  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     43  1.5  christos  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
     44  1.5  christos  * POSSIBILITY OF SUCH DAMAGE.
     45  1.1  christos  */
     46  1.1  christos 
     47  1.1  christos /*
     48  1.1  christos  * List of known drivers
     49  1.1  christos  */
     50  1.1  christos struct isapnp_devinfo {
     51  1.1  christos 	const char *const *devlogic;
     52  1.1  christos 	const char *const *devcompat;
     53  1.1  christos };
     54  1.1  christos 
     55  1.1  christos /* Adaptec SCSI */
     56  1.1  christos extern const struct isapnp_devinfo isapnp_aic_devinfo;
     57  1.1  christos /* National Semiconductor Serial */
     58  1.1  christos extern const struct isapnp_devinfo isapnp_com_devinfo;
     59  1.1  christos /* 3Com 3CXXX Ethernet */
     60  1.1  christos extern const struct isapnp_devinfo isapnp_ep_devinfo;
     61  1.3      matt /* ESS Audio Drive */
     62  1.3      matt extern const struct isapnp_devinfo isapnp_ess_devinfo;
     63  1.1  christos /* Generic Joystick */
     64  1.1  christos extern const struct isapnp_devinfo isapnp_joy_devinfo;
     65  1.1  christos /* Gravis Ultrasound */
     66  1.1  christos extern const struct isapnp_devinfo isapnp_gus_devinfo;
     67  1.1  christos /* Lance Ethernet */
     68  1.1  christos extern const struct isapnp_devinfo isapnp_le_devinfo;
     69  1.1  christos /* NE2000 Ethernet */
     70  1.1  christos extern const struct isapnp_devinfo isapnp_ne_devinfo;
     71  1.1  christos /* PCMCIA bridge */
     72  1.1  christos extern const struct isapnp_devinfo isapnp_pcic_devinfo;
     73  1.1  christos /* Creative Soundblaster */
     74  1.1  christos extern const struct isapnp_devinfo isapnp_sb_devinfo;
     75  1.1  christos /* Western Digital Disk Controller */
     76  1.1  christos extern const struct isapnp_devinfo isapnp_wdc_devinfo;
     77  1.1  christos /* Microsoft Sound System */
     78  1.1  christos extern const struct isapnp_devinfo isapnp_wss_devinfo;
     79  1.1  christos /* Yamaha Sound */
     80  1.1  christos extern const struct isapnp_devinfo isapnp_ym_devinfo;
     81