isapnpdevs.c revision 1.10 1 /* $NetBSD: isapnpdevs.c,v 1.10 1998/11/23 20:49:20 christos Exp $ */
2
3 /*
4 * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
5 *
6 * generated from:
7 * NetBSD: isapnpdevs,v 1.10 1998/11/23 20:47:51 christos Exp
8 */
9
10 /*-
11 * Copyright (c) 1998 The NetBSD Foundation, Inc.
12 * All rights reserved.
13 *
14 * This code is derived from software contributed to The NetBSD Foundation
15 * by Christos Zoulas.
16 *
17 * Redistribution and use in source and binary forms, with or without
18 * modification, are permitted provided that the following conditions
19 * are met:
20 * 1. Redistributions of source code must retain the above copyright
21 * notice, this list of conditions and the following disclaimer.
22 * 2. Redistributions in binary form must reproduce the above copyright
23 * notice, this list of conditions and the following disclaimer in the
24 * documentation and/or other materials provided with the distribution.
25 * 3. All advertising materials mentioning features or use of this software
26 * must display the following acknowledgement:
27 * This product includes software developed by the NetBSD
28 * Foundation, Inc. and its contributors.
29 * 4. Neither the name of The NetBSD Foundation nor the names of its
30 * contributors may be used to endorse or promote products derived
31 * from this software without specific prior written permission.
32 *
33 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
34 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
35 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
36 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
37 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
38 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
39 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
40 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
41 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
42 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
43 * POSSIBILITY OF SUCH DAMAGE.
44 */
45 #include <sys/param.h>
46 #include <dev/isapnp/isapnpdevs.h>
47
48
49 /* Adaptec SCSI */
50 static const char *isapnp_aha_devlogic[] = {
51 "ADP1542", /* Adaptec AHA-1542 */
52 NULL
53 };
54 static const char *isapnp_aha_devcompat[] = {
55 NULL
56 };
57 const struct isapnp_devinfo isapnp_aha_devinfo = {
58 isapnp_aha_devlogic, isapnp_aha_devcompat
59 };
60
61 /* Adaptec SCSI */
62 static const char *isapnp_aic_devlogic[] = {
63 "ADP1520", /* Adaptec AHA-1520B */
64 NULL
65 };
66 static const char *isapnp_aic_devcompat[] = {
67 NULL
68 };
69 const struct isapnp_devinfo isapnp_aic_devinfo = {
70 isapnp_aic_devlogic, isapnp_aic_devcompat
71 };
72
73 /* National Semiconductor Serial */
74 static const char *isapnp_com_devlogic[] = {
75 "BDP3336", /* Best Data Prods. 336F */
76 "OZO8039", /* Zoom 56k flex */
77 "BRI1400", /* Boca 33.6 PnP */
78 "BRIB400", /* Boca 56k PnP */
79 "ROK0010", /* Rockwell ? */
80 "USR2070", /* USR Sportster 56k */
81 "ZTIF761", /* Zoom ComStar 33.6 */
82 NULL
83 };
84 static const char *isapnp_com_devcompat[] = {
85 "PNP0500", /* Generic 8250/16450 */
86 "PNP0501", /* Generic 16550A */
87 NULL
88 };
89 const struct isapnp_devinfo isapnp_com_devinfo = {
90 isapnp_com_devlogic, isapnp_com_devcompat
91 };
92
93 /* 3Com 3CXXX Ethernet */
94 static const char *isapnp_ep_devlogic[] = {
95 "TCM5090", /* 3Com 3c509B */
96 "TCM5091", /* 3Com 3c509B-1 */
97 "TCM5094", /* 3Com 3c509B-4 */
98 "TCM5095", /* 3Com 3c509B-5 */
99 "TCM5098", /* 3Com 3c509B-8 */
100 NULL
101 };
102 static const char *isapnp_ep_devcompat[] = {
103 NULL
104 };
105 const struct isapnp_devinfo isapnp_ep_devinfo = {
106 isapnp_ep_devlogic, isapnp_ep_devcompat
107 };
108
109 /* ESS Audio Drive */
110 static const char *isapnp_ess_devlogic[] = {
111 "ESS1868", /* ESS1868 */
112 "ESS1869", /* ESS1869 */
113 NULL
114 };
115 static const char *isapnp_ess_devcompat[] = {
116 NULL
117 };
118 const struct isapnp_devinfo isapnp_ess_devinfo = {
119 isapnp_ess_devlogic, isapnp_ess_devcompat
120 };
121
122 /* Generic Joystick */
123 static const char *isapnp_joy_devlogic[] = {
124 "CSC0001", /* CS4235 */
125 "CSCA801", /* Terratec EWS64XL */
126 "CTL7002", /* Creative Vibra16CL */
127 "ESS0001", /* ESS1868 */
128 "OPT0001", /* OPTi Audio 16 */
129 "PNPB02F", /* XXX broken GUS PnP */
130 NULL
131 };
132 static const char *isapnp_joy_devcompat[] = {
133 "PNPB02F", /* generic */
134 NULL
135 };
136 const struct isapnp_devinfo isapnp_joy_devinfo = {
137 isapnp_joy_devlogic, isapnp_joy_devcompat
138 };
139
140 /* Gravis Ultrasound */
141 static const char *isapnp_gus_devlogic[] = {
142 "GRV0000", /* Gravis Ultrasound */
143 NULL
144 };
145 static const char *isapnp_gus_devcompat[] = {
146 NULL
147 };
148 const struct isapnp_devinfo isapnp_gus_devinfo = {
149 isapnp_gus_devlogic, isapnp_gus_devcompat
150 };
151
152 /* Lance Ethernet */
153 static const char *isapnp_le_devlogic[] = {
154 "TKN0010", /* Lance Ethernet on TEKNOR board */
155 NULL
156 };
157 static const char *isapnp_le_devcompat[] = {
158 NULL
159 };
160 const struct isapnp_devinfo isapnp_le_devinfo = {
161 isapnp_le_devlogic, isapnp_le_devcompat
162 };
163
164 /* NE2000 Ethernet */
165 static const char *isapnp_ne_devlogic[] = {
166 "@@@1980", /* OvisLink LE-8019R */
167 NULL
168 };
169 static const char *isapnp_ne_devcompat[] = {
170 "PNP80D6", /* Digital DE305 ISAPnP */
171 NULL
172 };
173 const struct isapnp_devinfo isapnp_ne_devinfo = {
174 isapnp_ne_devlogic, isapnp_ne_devcompat
175 };
176
177 /* PCMCIA bridge */
178 static const char *isapnp_pcic_devlogic[] = {
179 NULL
180 };
181 static const char *isapnp_pcic_devcompat[] = {
182 "PNP0E00", /* PCIC Compatible PCMCIA Bridge */
183 NULL
184 };
185 const struct isapnp_devinfo isapnp_pcic_devinfo = {
186 isapnp_pcic_devlogic, isapnp_pcic_devcompat
187 };
188
189 /* Creative Soundblaster */
190 static const char *isapnp_sb_devlogic[] = {
191 "ADS7150", /* AD1815 */
192 "ADS7180", /* AD1816 */
193 "CTL0001", /* SB */
194 "CTL0031", /* SB AWE32 */
195 "CTL0041", /* SB16 PnP (CT4131) */
196 "CTL0043", /* SB16 PnP (CT4170) */
197 "CTL0042", /* SB AWE64 Value */
198 "CTL0044", /* SB AWE64 Gold */
199 "CTL0045", /* SB AWE64 Value */
200 "OPT9250", /* Televideo card, Opti */
201 "@X@0001", /* CMI8330. Audio Adapter */
202 NULL
203 };
204 static const char *isapnp_sb_devcompat[] = {
205 "PNPB000", /* Generic SB 1.5 */
206 "PNPB001", /* Generic SB 2.0 */
207 "PNPB002", /* Generic SB Pro */
208 "PNPB003", /* Generic SB 16 */
209 NULL
210 };
211 const struct isapnp_devinfo isapnp_sb_devinfo = {
212 isapnp_sb_devlogic, isapnp_sb_devcompat
213 };
214
215 /* Western Digital Disk Controller */
216 static const char *isapnp_wdc_devlogic[] = {
217 "OPT0007", /* OPTi Audio 16 IDE controller */
218 NULL
219 };
220 static const char *isapnp_wdc_devcompat[] = {
221 "PNP0600", /* Western Digital Compatible Controller */
222 NULL
223 };
224 const struct isapnp_devinfo isapnp_wdc_devinfo = {
225 isapnp_wdc_devlogic, isapnp_wdc_devcompat
226 };
227
228 /* Microsoft Sound System */
229 static const char *isapnp_wss_devlogic[] = {
230 "CSC0000", /* Windows Sound System */
231 NULL
232 };
233 static const char *isapnp_wss_devcompat[] = {
234 NULL
235 };
236 const struct isapnp_devinfo isapnp_wss_devinfo = {
237 isapnp_wss_devlogic, isapnp_wss_devcompat
238 };
239
240 /* Yamaha Sound */
241 static const char *isapnp_ym_devlogic[] = {
242 "YMH0021", /* OPL3-SA2, OPL3-SA3 */
243 NULL
244 };
245 static const char *isapnp_ym_devcompat[] = {
246 NULL
247 };
248 const struct isapnp_devinfo isapnp_ym_devinfo = {
249 isapnp_ym_devlogic, isapnp_ym_devcompat
250 };
251
252