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