isapnpdevs.h revision 1.3 1 /* $NetBSD: isapnpdevs.h,v 1.3 1998/08/07 00:53:24 matt Exp $ */
2
3 /*
4 * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
5 *
6 * generated from:
7 * NetBSD: isapnpdevs,v 1.2 1998/07/30 09:45:16 drochner 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 /* ESS Audio Drive */
57 extern const struct isapnp_devinfo isapnp_ess_devinfo;
58 /* Generic Joystick */
59 extern const struct isapnp_devinfo isapnp_joy_devinfo;
60 /* Gravis Ultrasound */
61 extern const struct isapnp_devinfo isapnp_gus_devinfo;
62 /* Lance Ethernet */
63 extern const struct isapnp_devinfo isapnp_le_devinfo;
64 /* NE2000 Ethernet */
65 extern const struct isapnp_devinfo isapnp_ne_devinfo;
66 /* PCMCIA bridge */
67 extern const struct isapnp_devinfo isapnp_pcic_devinfo;
68 /* Creative Soundblaster */
69 extern const struct isapnp_devinfo isapnp_sb_devinfo;
70 /* Western Digital Disk Controller */
71 extern const struct isapnp_devinfo isapnp_wdc_devinfo;
72 /* Microsoft Sound System */
73 extern const struct isapnp_devinfo isapnp_wss_devinfo;
74 /* Yamaha Sound */
75 extern const struct isapnp_devinfo isapnp_ym_devinfo;
76