1 /* $NetBSD: isapnpdevs.h,v 1.65 2008/04/20 13:26:14 tsutsui Exp $ */
4 * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
7 * NetBSD: isapnpdevs,v 1.66 2008/04/20 13:24:34 tsutsui Exp
12 * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
13 * All rights reserved.
15 * This code is derived from software contributed to The NetBSD Foundation
18 * Redistribution and use in source and binary forms, with or without
19 * modification, are permitted provided that the following conditions
21 * 1. Redistributions of source code must retain the above copyright
22 * notice, this list of conditions and the following disclaimer.
23 * 2. Redistributions in binary form must reproduce the above copyright
24 * notice, this list of conditions and the following disclaimer in the
25 * documentation and/or other materials provided with the distribution.
27 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
28 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
29 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
30 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
31 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
32 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
33 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
34 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
35 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
36 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
37 * POSSIBILITY OF SUCH DAMAGE.
41 * List of known drivers
43 struct isapnp_matchinfo
{
48 struct isapnp_devinfo
{
49 const struct isapnp_matchinfo
*devlogic
;
51 const struct isapnp_matchinfo
*devcompat
;
56 extern const struct isapnp_devinfo isapnp_aha_devinfo
;
58 extern const struct isapnp_devinfo isapnp_aic_devinfo
;
60 extern const struct isapnp_devinfo isapnp_an_devinfo
;
61 /* AT Parallel Port */
62 extern const struct isapnp_devinfo isapnp_atppc_devinfo
;
63 /* National Semiconductor Serial */
64 extern const struct isapnp_devinfo isapnp_com_devinfo
;
65 /* Cirrus Logic Crystal CS89x0 Ethernet */
66 extern const struct isapnp_devinfo isapnp_cs_devinfo
;
67 /* 3Com 3CXXX Ethernet */
68 extern const struct isapnp_devinfo isapnp_ep_devinfo
;
69 /* Symbios SYM53C416 SCSI */
70 extern const struct isapnp_devinfo isapnp_esp_devinfo
;
72 extern const struct isapnp_devinfo isapnp_ess_devinfo
;
73 /* Fujitsu FMV-18x Ethernet */
74 extern const struct isapnp_devinfo isapnp_fmv_devinfo
;
75 /* Generic Joystick */
76 extern const struct isapnp_devinfo isapnp_joy_devinfo
;
77 /* Gravis Ultrasound */
78 extern const struct isapnp_devinfo isapnp_gus_devinfo
;
80 extern const struct isapnp_devinfo isapnp_le_devinfo
;
81 /* MPU-401 MIDI UART */
82 extern const struct isapnp_devinfo isapnp_mpu_devinfo
;
84 extern const struct isapnp_devinfo isapnp_ne_devinfo
;
86 extern const struct isapnp_devinfo isapnp_pcic_devinfo
;
87 /* Creative Soundblaster */
88 extern const struct isapnp_devinfo isapnp_sb_devinfo
;
89 /* TROPIC Token-Ring */
90 extern const struct isapnp_devinfo isapnp_tr_devinfo
;
91 /* Western Digital Disk Controller */
92 extern const struct isapnp_devinfo isapnp_wdc_devinfo
;
93 /* Microsoft Sound System */
94 extern const struct isapnp_devinfo isapnp_wss_devinfo
;
96 extern const struct isapnp_devinfo isapnp_ym_devinfo
;