xref: /netbsd-src/sys/dev/isapnp/isapnpdevs.c (revision 326ffe6cd3bf68742cb41baa8046aef566578b92)
1 /*	$NetBSD: isapnpdevs.c,v 1.2 1998/07/30 09:47:49 drochner Exp $	*/
2 
3 /*
4  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
5  *
6  * generated from:
7  *	NetBSD: isapnpdevs,v 1.2 1998/07/30 09:45:16 drochner 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 	NULL
65 };
66 static const char *isapnp_com_devcompat[] = {
67 	"PNP0500",	/* Generic 8250/16450 */
68 	"PNP0501",	/* Generic 16550A */
69 	NULL
70 };
71 const struct isapnp_devinfo isapnp_com_devinfo = {
72 	isapnp_com_devlogic, isapnp_com_devcompat
73 };
74 
75 /* 3Com 3CXXX Ethernet */
76 static const char *isapnp_ep_devlogic[] = {
77 	"TCM5090",	/* 3Com 3c509B */
78 	"TCM5091",	/* 3Com 3c509B-1 */
79 	"TCM5094",	/* 3Com 3c509B-4 */
80 	"TCM5095",	/* 3Com 3c509B-5 */
81 	"TCM5098",	/* 3Com 3c509B-8 */
82 	NULL
83 };
84 static const char *isapnp_ep_devcompat[] = {
85 	NULL
86 };
87 const struct isapnp_devinfo isapnp_ep_devinfo = {
88 	isapnp_ep_devlogic, isapnp_ep_devcompat
89 };
90 
91 /* Generic Joystick */
92 static const char *isapnp_joy_devlogic[] = {
93 	"CSCA801",	/* Terratec EWS64XL */
94 	"CTL7002",	/* Creative Vibra16CL */
95 	"ESS0001",	/* ESS1868 */
96 	"OPT0001",	/* OPTi Audio 16 */
97 	"PNPB02F",	/* XXX broken GUS PnP */
98 	NULL
99 };
100 static const char *isapnp_joy_devcompat[] = {
101 	"PNPB02F",	/* generic */
102 	NULL
103 };
104 const struct isapnp_devinfo isapnp_joy_devinfo = {
105 	isapnp_joy_devlogic, isapnp_joy_devcompat
106 };
107 
108 /* Gravis Ultrasound */
109 static const char *isapnp_gus_devlogic[] = {
110 	"GRV0000",	/* Gravis Ultrasound */
111 	NULL
112 };
113 static const char *isapnp_gus_devcompat[] = {
114 	NULL
115 };
116 const struct isapnp_devinfo isapnp_gus_devinfo = {
117 	isapnp_gus_devlogic, isapnp_gus_devcompat
118 };
119 
120 /* Lance Ethernet */
121 static const char *isapnp_le_devlogic[] = {
122 	"TKN0010",	/* Lance Ethernet */
123 	NULL
124 };
125 static const char *isapnp_le_devcompat[] = {
126 	NULL
127 };
128 const struct isapnp_devinfo isapnp_le_devinfo = {
129 	isapnp_le_devlogic, isapnp_le_devcompat
130 };
131 
132 /* NE2000 Ethernet */
133 static const char *isapnp_ne_devlogic[] = {
134 	NULL
135 };
136 static const char *isapnp_ne_devcompat[] = {
137 	"PNP80D6",	/* Digital DE305 ISAPnP */
138 	NULL
139 };
140 const struct isapnp_devinfo isapnp_ne_devinfo = {
141 	isapnp_ne_devlogic, isapnp_ne_devcompat
142 };
143 
144 /* PCMCIA bridge */
145 static const char *isapnp_pcic_devlogic[] = {
146 	NULL
147 };
148 static const char *isapnp_pcic_devcompat[] = {
149 	"PNP0E00",	/* PCIC Compatible PCMCIA Bridge */
150 	NULL
151 };
152 const struct isapnp_devinfo isapnp_pcic_devinfo = {
153 	isapnp_pcic_devlogic, isapnp_pcic_devcompat
154 };
155 
156 /* Creative Soundblaster */
157 static const char *isapnp_sb_devlogic[] = {
158 	"ADS7150",	/* AD1815 */
159 	"ADS7180",	/* AD1816 */
160 	"CTL0001",	/* SB */
161 	"CTL0031",	/* SB AWE32 */
162 	"CTL0041",	/* SB16 PnP (CT4131) */
163 	"CTL0043",	/* SB16 PnP (CT4170) */
164 	"CTL0042",	/* SB AWE64 Value */
165 	"CTL0044",	/* SB AWE64 Gold */
166 	"CTL0045",	/* SB AWE64 Value */
167 	"ESS1868",	/* ESS1868 */
168 	"OPT9250",	/* Televideo card, Opti */
169 	NULL
170 };
171 static const char *isapnp_sb_devcompat[] = {
172 	"PNPB000",	/* Generic SB 1.5 */
173 	"PNPB001",	/* Generic SB 2.0 */
174 	"PNPB002",	/* Generic SB Pro */
175 	"PNPB003",	/* Generic SB 16 */
176 	NULL
177 };
178 const struct isapnp_devinfo isapnp_sb_devinfo = {
179 	isapnp_sb_devlogic, isapnp_sb_devcompat
180 };
181 
182 /* Western Digital Disk Controller */
183 static const char *isapnp_wdc_devlogic[] = {
184 	NULL
185 };
186 static const char *isapnp_wdc_devcompat[] = {
187 	"PNP0600",	/* Western Digital Compatible Controller */
188 	NULL
189 };
190 const struct isapnp_devinfo isapnp_wdc_devinfo = {
191 	isapnp_wdc_devlogic, isapnp_wdc_devcompat
192 };
193 
194 /* Microsoft Sound System */
195 static const char *isapnp_wss_devlogic[] = {
196 	"CSC0000",	/* Windows Sound System */
197 	NULL
198 };
199 static const char *isapnp_wss_devcompat[] = {
200 	NULL
201 };
202 const struct isapnp_devinfo isapnp_wss_devinfo = {
203 	isapnp_wss_devlogic, isapnp_wss_devcompat
204 };
205 
206 /* Yamaha Sound */
207 static const char *isapnp_ym_devlogic[] = {
208 	"YMH0021",	/* OPL3-SA2, OPL3-SA3 */
209 	NULL
210 };
211 static const char *isapnp_ym_devcompat[] = {
212 	NULL
213 };
214 const struct isapnp_devinfo isapnp_ym_devinfo = {
215 	isapnp_ym_devlogic, isapnp_ym_devcompat
216 };
217 
218