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