isapnpdevs.c revision 1.22 1 /* $NetBSD: isapnpdevs.c,v 1.22 1999/03/16 22:58:17 dean Exp $ */
2
3 /*
4 * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
5 *
6 * generated from:
7 * NetBSD: isapnpdevs,v 1.19 1999/02/24 15:37:34 rh 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-1542CP */
52 NULL
53 };
54 static const char *isapnp_aha_devcompat[] = {
55 "PNP00A0", /* Adaptec AHA-1542CP */
56 NULL
57 };
58 const struct isapnp_devinfo isapnp_aha_devinfo = {
59 isapnp_aha_devlogic, isapnp_aha_devcompat
60 };
61
62 /* Adaptec SCSI */
63 static const char *isapnp_aic_devlogic[] = {
64 "ADP1520", /* Adaptec AHA-1520B */
65 NULL
66 };
67 static const char *isapnp_aic_devcompat[] = {
68 NULL
69 };
70 const struct isapnp_devinfo isapnp_aic_devinfo = {
71 isapnp_aic_devlogic, isapnp_aic_devcompat
72 };
73
74 /* National Semiconductor Serial */
75 static const char *isapnp_com_devlogic[] = {
76 "BDP3336", /* Best Data Prods. 336F */
77 "OZO8039", /* Zoom 56k flex */
78 "BRI1400", /* Boca 33.6 PnP */
79 "BRIB400", /* Boca 56k PnP */
80 "ROK0010", /* Rockwell ? */
81 "USR0004", /* USR Sportster 14.4k */
82 "USR0006", /* USR Sportster 33.6k */
83 "USR2070", /* USR Sportster 56k */
84 "USR3031", /* USR 56k Faxmodem */
85 "ZTIF761", /* Zoom ComStar 33.6 */
86 "CIR3000", /* Cirrus Logic V43 */
87 "MOT0000", /* Motorolla ModemSurfr */
88 NULL
89 };
90 static const char *isapnp_com_devcompat[] = {
91 "PNP0500", /* Generic 8250/16450 */
92 "PNP0501", /* Generic 16550A */
93 NULL
94 };
95 const struct isapnp_devinfo isapnp_com_devinfo = {
96 isapnp_com_devlogic, isapnp_com_devcompat
97 };
98
99 /* 3Com 3CXXX Ethernet */
100 static const char *isapnp_ep_devlogic[] = {
101 "TCM5090", /* 3Com 3c509B */
102 "TCM5091", /* 3Com 3c509B-1 */
103 "TCM5094", /* 3Com 3c509B-4 */
104 "TCM5095", /* 3Com 3c509B-5 */
105 "TCM5098", /* 3Com 3c509B-8 */
106 NULL
107 };
108 static const char *isapnp_ep_devcompat[] = {
109 NULL
110 };
111 const struct isapnp_devinfo isapnp_ep_devinfo = {
112 isapnp_ep_devlogic, isapnp_ep_devcompat
113 };
114
115 /* ESS Audio Drive */
116 static const char *isapnp_ess_devlogic[] = {
117 NULL
118 };
119 static const char *isapnp_ess_devcompat[] = {
120 NULL
121 };
122 const struct isapnp_devinfo isapnp_ess_devinfo = {
123 isapnp_ess_devlogic, isapnp_ess_devcompat
124 };
125
126 /* Generic Joystick */
127 static const char *isapnp_joy_devlogic[] = {
128 "CSC0001", /* CS4235 */
129 "CSCA801", /* Terratec EWS64XL */
130 "CTL7002", /* Creative Vibra16CL */
131 "ESS0001", /* ESS1868 */
132 "OPT0001", /* OPTi Audio 16 */
133 "PNPB02F", /* XXX broken GUS PnP */
134 "ASB16FD", /* AdLib NSC 16 PNP */
135 NULL
136 };
137 static const char *isapnp_joy_devcompat[] = {
138 "PNPB02F", /* generic */
139 NULL
140 };
141 const struct isapnp_devinfo isapnp_joy_devinfo = {
142 isapnp_joy_devlogic, isapnp_joy_devcompat
143 };
144
145 /* Gravis Ultrasound */
146 static const char *isapnp_gus_devlogic[] = {
147 "GRV0000", /* Gravis Ultrasound */
148 NULL
149 };
150 static const char *isapnp_gus_devcompat[] = {
151 NULL
152 };
153 const struct isapnp_devinfo isapnp_gus_devinfo = {
154 isapnp_gus_devlogic, isapnp_gus_devcompat
155 };
156
157 /* Lance Ethernet */
158 static const char *isapnp_le_devlogic[] = {
159 "TKN0010", /* Lance Ethernet on TEKNOR board */
160 NULL
161 };
162 static const char *isapnp_le_devcompat[] = {
163 NULL
164 };
165 const struct isapnp_devinfo isapnp_le_devinfo = {
166 isapnp_le_devlogic, isapnp_le_devcompat
167 };
168
169 /* NE2000 Ethernet */
170 static const char *isapnp_ne_devlogic[] = {
171 "@@@1980", /* OvisLink LE-8019R */
172 NULL
173 };
174 static const char *isapnp_ne_devcompat[] = {
175 "PNP80D6", /* Digital DE305 ISAPnP */
176 NULL
177 };
178 const struct isapnp_devinfo isapnp_ne_devinfo = {
179 isapnp_ne_devlogic, isapnp_ne_devcompat
180 };
181
182 /* PCMCIA bridge */
183 static const char *isapnp_pcic_devlogic[] = {
184 "SCM0469", /* SCM SwapBox Plug and Play */
185 "AEI0218", /* Actiontec PnP PCMCIA Adapter */
186 NULL
187 };
188 static const char *isapnp_pcic_devcompat[] = {
189 "PNP0E00", /* PCIC Compatible PCMCIA Bridge */
190 NULL
191 };
192 const struct isapnp_devinfo isapnp_pcic_devinfo = {
193 isapnp_pcic_devlogic, isapnp_pcic_devcompat
194 };
195
196 /* Creative Soundblaster */
197 static const char *isapnp_sb_devlogic[] = {
198 "ADS7150", /* AD1815 */
199 "ADS7180", /* AD1816 */
200 "CTL0001", /* SB */
201 "CTL0031", /* SB AWE32 */
202 "CTL0041", /* SB16 PnP (CT4131) */
203 "CTL0043", /* SB16 PnP (CT4170) */
204 "CTL0042", /* SB AWE64 Value */
205 "CTL0044", /* SB AWE64 Gold */
206 "CTL0045", /* SB AWE64 Value */
207 "OPT9250", /* Televideo card, Opti */
208 "@X@0001", /* CMI8330. Audio Adapter */
209 "ESS1868", /* ESS1868 */
210 "ESS1869", /* ESS1869 */
211 NULL
212 };
213 static const char *isapnp_sb_devcompat[] = {
214 "PNPB000", /* Generic SB 1.5 */
215 "PNPB001", /* Generic SB 2.0 */
216 "PNPB002", /* Generic SB Pro */
217 "PNPB003", /* Generic SB 16 */
218 NULL
219 };
220 const struct isapnp_devinfo isapnp_sb_devinfo = {
221 isapnp_sb_devlogic, isapnp_sb_devcompat
222 };
223
224 /* Western Digital Disk Controller */
225 static const char *isapnp_wdc_devlogic[] = {
226 "OPT0007", /* OPTi Audio 16 IDE controller */
227 NULL
228 };
229 static const char *isapnp_wdc_devcompat[] = {
230 "PNP0600", /* Western Digital Compatible Controller */
231 NULL
232 };
233 const struct isapnp_devinfo isapnp_wdc_devinfo = {
234 isapnp_wdc_devlogic, isapnp_wdc_devcompat
235 };
236
237 /* Microsoft Sound System */
238 static const char *isapnp_wss_devlogic[] = {
239 "CSC0000", /* Windows Sound System */
240 "CSCA800", /* Terratec EWS64 CoDec */
241 "ASB1611", /* AdLib NSC 16 PNP */
242 NULL
243 };
244 static const char *isapnp_wss_devcompat[] = {
245 NULL
246 };
247 const struct isapnp_devinfo isapnp_wss_devinfo = {
248 isapnp_wss_devlogic, isapnp_wss_devcompat
249 };
250
251 /* Yamaha Sound */
252 static const char *isapnp_ym_devlogic[] = {
253 "YMH0021", /* OPL3-SA2, OPL3-SA3 */
254 NULL
255 };
256 static const char *isapnp_ym_devcompat[] = {
257 NULL
258 };
259 const struct isapnp_devinfo isapnp_ym_devinfo = {
260 isapnp_ym_devlogic, isapnp_ym_devcompat
261 };
262
263