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