xref: /netbsd-src/sys/dev/isapnp/isapnpdevs.c (revision bdb84bd0cd067c61ff7b9454196e0632b9470f1c)
1 /*	$NetBSD: isapnpdevs.c,v 1.47 2001/11/16 18:34:08 christos Exp $	*/
2 
3 /*
4  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
5  *
6  * generated from:
7  *	NetBSD: isapnpdevs,v 1.43 2001/11/16 18:33:35 christos Exp
8  */
9 
10 /*-
11  * Copyright (c) 1998, 1999, 2000, 2001 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 
46 #include <sys/cdefs.h>
47 __KERNEL_RCSID(0, "$NetBSD: isapnpdevs.c,v 1.47 2001/11/16 18:34:08 christos Exp $");
48 
49 #include <sys/param.h>
50 #include <dev/isapnp/isapnpdevs.h>
51 
52 
53 /* Adaptec SCSI */
54 static const struct isapnp_matchinfo isapnp_aha_devlogic[] = {
55 	{"ADP1542", 0},	/* Adaptec AHA-1542CP */
56 };
57 static const struct isapnp_matchinfo isapnp_aha_devcompat[] = {
58 	{"PNP00A0", 0},	/* Adaptec AHA-1542CP */
59 };
60 const struct isapnp_devinfo isapnp_aha_devinfo = {
61 	isapnp_aha_devlogic, 1,
62 	isapnp_aha_devcompat, 1,
63 };
64 
65 /* Adaptec SCSI */
66 static const struct isapnp_matchinfo isapnp_aic_devlogic[] = {
67 	{"ADP1520", 0},	/* Adaptec AHA-1520B */
68 	{"ADP1502", 0},	/* Adaptec AHA-1502P */
69 	{"ADP1505", 0},	/* Adaptec AVA-1505A */
70 };
71 static const struct isapnp_matchinfo isapnp_aic_devcompat[] = {
72 	{"ADP1530", 0},	/* (Adaptec AVA-1505A) */
73 };
74 const struct isapnp_devinfo isapnp_aic_devinfo = {
75 	isapnp_aic_devlogic, 3,
76 	isapnp_aic_devcompat, 1,
77 };
78 
79 /* Aironet 802.11 */
80 static const struct isapnp_matchinfo isapnp_an_devlogic[] = {
81 	{"AOL0001", 0},	/* Aironet 4500/4800 */
82 };
83 const struct isapnp_devinfo isapnp_an_devinfo = {
84 	isapnp_an_devlogic, 1,
85 	NULL, 0,
86 };
87 
88 /* National Semiconductor Serial */
89 static const struct isapnp_matchinfo isapnp_com_devlogic[] = {
90 	{"BDP3336", 0},	/* Best Data Prods. 336F */
91 	{"OZO8039", 0},	/* Zoom 56k flex */
92 	{"BRI1400", 0},	/* Boca 33.6 PnP */
93 	{"BRIB400", 0},	/* Boca 56k PnP */
94 	{"ROK0010", 0},	/* Rockwell ? */
95 	{"USR0004", 0},	/* USR Sportster 14.4k */
96 	{"USR0006", 0},	/* USR Sportster 33.6k */
97 	{"USR2070", 0},	/* USR Sportster 56k */
98 	{"USR3031", 0},	/* USR 56k Faxmodem */
99 	{"USR3090", 0},	/* USR 56K Voice INT */
100 	{"USR9190", 0},	/* USR 56k Voice INT */
101 	{"ZTIF761", 0},	/* Zoom ComStar 33.6 */
102 	{"CIR3000", 0},	/* Cirrus Logic V43 */
103 	{"MOT0000", 0},	/* Motorola ModemSurfr */
104 	{"SMM00C1", 0},	/* Leopard 56k PnP */
105 	{"SUP1650", 0},	/* Supra 336i Sp Intl */
106 	{"SUP2480", 0},	/* SupraExpress 56i Sp V.90 */
107 	{"GVC0505", 0},	/* GVC 56k Faxmodem */
108 	{"IOD0081", 0},	/* I-O DATA IFML-560 */
109 };
110 static const struct isapnp_matchinfo isapnp_com_devcompat[] = {
111 	{"PNP0500", 0},	/* Generic 8250/16450 */
112 	{"PNP0501", 0},	/* Generic 16550A */
113 };
114 const struct isapnp_devinfo isapnp_com_devinfo = {
115 	isapnp_com_devlogic, 19,
116 	isapnp_com_devcompat, 2,
117 };
118 
119 /* 3Com 3CXXX Ethernet */
120 static const struct isapnp_matchinfo isapnp_ep_devlogic[] = {
121 	{"TCM5051", 0},	/* 3Com 3c515 */
122 	{"TCM5090", 0},	/* 3Com 3c509B */
123 	{"TCM5091", 0},	/* 3Com 3c509B-1 */
124 	{"TCM5094", 0},	/* 3Com 3c509B-4 */
125 	{"TCM5095", 0},	/* 3Com 3c509B-5 */
126 	{"TCM5098", 0},	/* 3Com 3c509B-8 */
127 };
128 const struct isapnp_devinfo isapnp_ep_devinfo = {
129 	isapnp_ep_devlogic, 6,
130 	NULL, 0,
131 };
132 
133 /* ESS Audio Drive */
134 static const struct isapnp_matchinfo isapnp_ess_devlogic[] = {
135 	{"ESS1868", 0},	/* ESS1868 */
136 	{"ESS1869", 0},	/* ESS1869 */
137 };
138 const struct isapnp_devinfo isapnp_ess_devinfo = {
139 	isapnp_ess_devlogic, 2,
140 	NULL, 0,
141 };
142 
143 /* Generic Joystick */
144 static const struct isapnp_matchinfo isapnp_joy_devlogic[] = {
145 	{"AZT0003", 0},	/* Aztech AZT2320 GAME PORT */
146 	{"AZT3001", 0},	/* Aztech GAME PORT */
147 	{"CSC0001", 0},	/* CS4235 */
148 	{"CSCA801", 0},	/* Terratec EWS64XL */
149 	{"CTL7001", 0},	/* Creative Awe64 */
150 	{"CTL7002", 0},	/* Creative Vibra16CL */
151 	{"ESS0001", 0},	/* ESS1868 */
152 	{"OPT0001", 0},	/* OPTi Audio 16 */
153 	{"PNPB02F", 0},	/* XXX broken GUS PnP */
154 	{"ASB16FD", 0},	/* AdLib NSC 16 PNP */
155 };
156 static const struct isapnp_matchinfo isapnp_joy_devcompat[] = {
157 	{"PNPB02F", 0},	/* generic */
158 };
159 const struct isapnp_devinfo isapnp_joy_devinfo = {
160 	isapnp_joy_devlogic, 10,
161 	isapnp_joy_devcompat, 1,
162 };
163 
164 /* Gravis Ultrasound */
165 static const struct isapnp_matchinfo isapnp_gus_devlogic[] = {
166 	{"GRV0000", 0},	/* Gravis Ultrasound */
167 };
168 const struct isapnp_devinfo isapnp_gus_devinfo = {
169 	isapnp_gus_devlogic, 1,
170 	NULL, 0,
171 };
172 
173 /* Lance Ethernet */
174 static const struct isapnp_matchinfo isapnp_le_devlogic[] = {
175 	{"TKN0010", 0},	/* Lance Ethernet on TEKNOR board */
176 	{"ATK1500", 0},	/* Lance Ethernet on Allied Telesyn board */
177 };
178 const struct isapnp_devinfo isapnp_le_devinfo = {
179 	isapnp_le_devlogic, 2,
180 	NULL, 0,
181 };
182 
183 /* MPU-401 MIDI UART */
184 static const struct isapnp_matchinfo isapnp_mpu_devlogic[] = {
185 	{"AZT0002", 0},	/* Aztech AZT2320 MPU401 MIDI */
186 	{"AZT2001", 0},	/* Aztech MPU401 MIDI */
187 	{"CSC0003", 0},	/* CS4235 MPU401 MIDI */
188 };
189 const struct isapnp_devinfo isapnp_mpu_devinfo = {
190 	isapnp_mpu_devlogic, 3,
191 	NULL, 0,
192 };
193 
194 /* NE2000 Ethernet */
195 static const struct isapnp_matchinfo isapnp_ne_devlogic[] = {
196 	{"@@@1980", 0},	/* OvisLink LE-8019R */
197 };
198 static const struct isapnp_matchinfo isapnp_ne_devcompat[] = {
199 	{"PNP80D6", 0},	/* Digital DE305 ISAPnP */
200 };
201 const struct isapnp_devinfo isapnp_ne_devinfo = {
202 	isapnp_ne_devlogic, 1,
203 	isapnp_ne_devcompat, 1,
204 };
205 
206 /* PCMCIA bridge */
207 static const struct isapnp_matchinfo isapnp_pcic_devlogic[] = {
208 	{"SCM0469", 0},	/* SCM SwapBox Plug and Play */
209 	{"AEI0218", 0},	/* Actiontec PnP PCMCIA Adapter */
210 };
211 static const struct isapnp_matchinfo isapnp_pcic_devcompat[] = {
212 	{"PNP0E00", 0},	/* PCIC Compatible PCMCIA Bridge */
213 };
214 const struct isapnp_devinfo isapnp_pcic_devinfo = {
215 	isapnp_pcic_devlogic, 2,
216 	isapnp_pcic_devcompat, 1,
217 };
218 
219 /* Creative Soundblaster */
220 static const struct isapnp_matchinfo isapnp_sb_devlogic[] = {
221 	{"ADS7150", 0},	/* AD1815 */
222 	{"ADS7180", 0},	/* AD1816 */
223 	{"AZT1008", 0},	/* Aztech 1008 */
224 	{"CTL0001", 0},	/* SB */
225 	{"CTL0031", 0},	/* SB AWE32 */
226 	{"CTL0041", 0},	/* SB16 PnP (CT4131) */
227 	{"CTL0042", 0},	/* SB AWE64 Value */
228 	{"CTL0043", 0},	/* SB16 PnP (CT4170) */
229 	{"CTL0044", 0},	/* SB AWE64 Gold */
230 	{"CTL0045", 0},	/* SB AWE64 Value */
231 	{"OPT9250", 0},	/* Televideo card, Opti */
232 	{"@X@0001", 0},	/* CMI8330. Audio Adapter */
233 	{"@@@1001", 0},	/* Avance Logic ALS100+ */
234 	{"@@@2001", 0},	/* Avance Logic ALS120 */
235 };
236 static const struct isapnp_matchinfo isapnp_sb_devcompat[] = {
237 	{"PNPB000", 0},	/* Generic SB 1.5 */
238 	{"PNPB001", 0},	/* Generic SB 2.0 */
239 	{"PNPB002", 0},	/* Generic SB Pro */
240 	{"PNPB003", 0},	/* Generic SB 16 */
241 };
242 const struct isapnp_devinfo isapnp_sb_devinfo = {
243 	isapnp_sb_devlogic, 14,
244 	isapnp_sb_devcompat, 4,
245 };
246 
247 /* TROPIC Token-Ring */
248 static const struct isapnp_matchinfo isapnp_tr_devlogic[] = {
249 	{"IBM0000", 0},	/* IBM TROPIC Token-Ring */
250 	{"TCM3190", 0},	/* 3Com TokenLink Velocity ISA */
251 };
252 const struct isapnp_devinfo isapnp_tr_devinfo = {
253 	isapnp_tr_devlogic, 2,
254 	NULL, 0,
255 };
256 
257 /* Western Digital Disk Controller */
258 static const struct isapnp_matchinfo isapnp_wdc_devlogic[] = {
259 	{"AZT0000", 0},	/* Aztech AZT2320 IDE CDROM */
260 	{"AZT0500", 0},	/* Aztech IDE CDROM */
261 	{"OPT0007", 0},	/* OPTi Audio 16 IDE controller */
262 	{"ESS0002", 0},	/* ES1868 IDE Controller */
263 };
264 static const struct isapnp_matchinfo isapnp_wdc_devcompat[] = {
265 	{"PNP0600", 0},	/* Western Digital Compatible Controller */
266 };
267 const struct isapnp_devinfo isapnp_wdc_devinfo = {
268 	isapnp_wdc_devlogic, 4,
269 	isapnp_wdc_devcompat, 1,
270 };
271 
272 /* Microsoft Sound System */
273 static const struct isapnp_matchinfo isapnp_wss_devlogic[] = {
274 	{"AZT0001", 1},	/* Aztech AZT2320 AUDIO */
275 	{"CSC0000", 0},	/* Windows Sound System */
276 	{"CSC0100", 0},	/* CS4235 CODEC */
277 	{"CSCA800", 0},	/* Terratec EWS64 CoDec */
278 	{"ASB1611", 0},	/* AdLib NSC 16 PNP */
279 	{"ASB1622", 0},	/* AdLib MSC 32 Wave PnP V3SB */
280 };
281 const struct isapnp_devinfo isapnp_wss_devinfo = {
282 	isapnp_wss_devlogic, 6,
283 	NULL, 0,
284 };
285 
286 /* Yamaha Sound */
287 static const struct isapnp_matchinfo isapnp_ym_devlogic[] = {
288 	{"YMH0021", 0},	/* OPL3-SA2, OPL3-SA3 */
289 };
290 const struct isapnp_devinfo isapnp_ym_devinfo = {
291 	isapnp_ym_devlogic, 1,
292 	NULL, 0,
293 };
294 
295