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