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