1 1.32 thorpej /* $NetBSD: eisadevs_data.h,v 1.32 2021/07/24 22:37:56 thorpej Exp $ */ 2 1.16 thorpej 3 1.1 cgd /* 4 1.1 cgd * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. 5 1.1 cgd * 6 1.1 cgd * generated from: 7 1.32 thorpej * NetBSD: eisadevs,v 1.30 2021/07/24 22:36:31 thorpej Exp 8 1.1 cgd */ 9 1.1 cgd 10 1.1 cgd /* 11 1.1 cgd * Copyright (c) 1995, 1996 Christopher G. Demetriou 12 1.1 cgd * All rights reserved. 13 1.1 cgd * 14 1.1 cgd * Redistribution and use in source and binary forms, with or without 15 1.1 cgd * modification, are permitted provided that the following conditions 16 1.1 cgd * are met: 17 1.1 cgd * 1. Redistributions of source code must retain the above copyright 18 1.1 cgd * notice, this list of conditions and the following disclaimer. 19 1.1 cgd * 2. Redistributions in binary form must reproduce the above copyright 20 1.1 cgd * notice, this list of conditions and the following disclaimer in the 21 1.1 cgd * documentation and/or other materials provided with the distribution. 22 1.1 cgd * 3. All advertising materials mentioning features or use of this software 23 1.1 cgd * must display the following acknowledgement: 24 1.1 cgd * This product includes software developed by Christopher G. Demetriou 25 1.1 cgd * for the NetBSD Project. 26 1.1 cgd * 4. The name of the author may not be used to endorse or promote products 27 1.1 cgd * derived from this software without specific prior written permission 28 1.1 cgd * 29 1.1 cgd * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 30 1.1 cgd * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 31 1.1 cgd * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 32 1.1 cgd * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 33 1.1 cgd * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 34 1.1 cgd * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 35 1.1 cgd * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 36 1.1 cgd * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 37 1.1 cgd * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 38 1.1 cgd * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 39 1.1 cgd */ 40 1.1 cgd 41 1.24 jdolecek const struct eisa_knowndev eisa_knowndevs[] = { 42 1.1 cgd { 43 1.1 cgd 0, 44 1.1 cgd "ADP0000", 45 1.1 cgd EISA_PRODUCT_ADP0000, 46 1.1 cgd }, 47 1.1 cgd { 48 1.1 cgd 0, 49 1.1 cgd "ADP0001", 50 1.1 cgd EISA_PRODUCT_ADP0001, 51 1.1 cgd }, 52 1.1 cgd { 53 1.1 cgd 0, 54 1.1 cgd "ADP0002", 55 1.1 cgd EISA_PRODUCT_ADP0002, 56 1.1 cgd }, 57 1.1 cgd { 58 1.1 cgd 0, 59 1.1 cgd "ADP0400", 60 1.1 cgd EISA_PRODUCT_ADP0400, 61 1.1 cgd }, 62 1.1 cgd { 63 1.1 cgd 0, 64 1.1 cgd "ADP7770", 65 1.1 cgd EISA_PRODUCT_ADP7770, 66 1.1 cgd }, 67 1.1 cgd { 68 1.1 cgd 0, 69 1.1 cgd "ADP7771", 70 1.1 cgd EISA_PRODUCT_ADP7771, 71 1.1 cgd }, 72 1.1 cgd { 73 1.1 cgd 0, 74 1.1 cgd "ADP7756", 75 1.1 cgd EISA_PRODUCT_ADP7756, 76 1.1 cgd }, 77 1.1 cgd { 78 1.1 cgd 0, 79 1.1 cgd "ADP7757", 80 1.1 cgd EISA_PRODUCT_ADP7757, 81 1.1 cgd }, 82 1.1 cgd { 83 1.1 cgd 0, 84 1.2 cgd "AMI4801", 85 1.2 cgd EISA_PRODUCT_AMI4801, 86 1.2 cgd }, 87 1.2 cgd { 88 1.2 cgd 0, 89 1.19 ad "ATT2408", 90 1.19 ad EISA_PRODUCT_ATT2408, 91 1.19 ad }, 92 1.19 ad { 93 1.19 ad 0, 94 1.2 cgd "BUS4201", 95 1.2 cgd EISA_PRODUCT_BUS4201, 96 1.2 cgd }, 97 1.2 cgd { 98 1.2 cgd 0, 99 1.2 cgd "BUS4202", 100 1.2 cgd EISA_PRODUCT_BUS4202, 101 1.25 ad }, 102 1.25 ad { 103 1.25 ad 0, 104 1.25 ad "BUS6001", 105 1.25 ad EISA_PRODUCT_BUS6001, 106 1.20 thorpej }, 107 1.20 thorpej { 108 1.20 thorpej 0, 109 1.21 ad "BUS6301", 110 1.21 ad EISA_PRODUCT_BUS6301, 111 1.21 ad }, 112 1.21 ad { 113 1.21 ad 0, 114 1.32 thorpej "CPQ3001", 115 1.32 thorpej EISA_PRODUCT_CPQ3001, 116 1.32 thorpej }, 117 1.32 thorpej { 118 1.32 thorpej 0, 119 1.32 thorpej "CPQ3011", 120 1.32 thorpej EISA_PRODUCT_CPQ3011, 121 1.32 thorpej }, 122 1.32 thorpej { 123 1.32 thorpej 0, 124 1.32 thorpej "CPQ3021", 125 1.32 thorpej EISA_PRODUCT_CPQ3021, 126 1.32 thorpej }, 127 1.32 thorpej { 128 1.32 thorpej 0, 129 1.32 thorpej "CPQ3111", 130 1.32 thorpej EISA_PRODUCT_CPQ3111, 131 1.32 thorpej }, 132 1.32 thorpej { 133 1.32 thorpej 0, 134 1.32 thorpej "CPQ3112", 135 1.32 thorpej EISA_PRODUCT_CPQ3112, 136 1.32 thorpej }, 137 1.32 thorpej { 138 1.32 thorpej 0, 139 1.32 thorpej "CPQ3121", 140 1.32 thorpej EISA_PRODUCT_CPQ3121, 141 1.32 thorpej }, 142 1.32 thorpej { 143 1.32 thorpej 0, 144 1.32 thorpej "CPQ3122", 145 1.32 thorpej EISA_PRODUCT_CPQ3122, 146 1.32 thorpej }, 147 1.32 thorpej { 148 1.32 thorpej 0, 149 1.21 ad "CPQ4001", 150 1.21 ad EISA_PRODUCT_CPQ4001, 151 1.21 ad }, 152 1.21 ad { 153 1.21 ad 0, 154 1.21 ad "CPQ4002", 155 1.21 ad EISA_PRODUCT_CPQ4002, 156 1.23 ad }, 157 1.23 ad { 158 1.23 ad 0, 159 1.23 ad "CPQ4010", 160 1.23 ad EISA_PRODUCT_CPQ4010, 161 1.21 ad }, 162 1.21 ad { 163 1.21 ad 0, 164 1.21 ad "CPQ4020", 165 1.21 ad EISA_PRODUCT_CPQ4020, 166 1.21 ad }, 167 1.21 ad { 168 1.21 ad 0, 169 1.21 ad "CPQ4030", 170 1.21 ad EISA_PRODUCT_CPQ4030, 171 1.21 ad }, 172 1.21 ad { 173 1.21 ad 0, 174 1.21 ad "CPQ6101", 175 1.21 ad EISA_PRODUCT_CPQ6101, 176 1.21 ad }, 177 1.21 ad { 178 1.21 ad 0, 179 1.20 thorpej "DEC4220", 180 1.20 thorpej EISA_PRODUCT_DEC4220, 181 1.2 cgd }, 182 1.2 cgd { 183 1.2 cgd 0, 184 1.1 cgd "DEC4250", 185 1.1 cgd EISA_PRODUCT_DEC4250, 186 1.1 cgd }, 187 1.1 cgd { 188 1.1 cgd 0, 189 1.6 thorpej "DEC3001", 190 1.6 thorpej EISA_PRODUCT_DEC3001, 191 1.6 thorpej }, 192 1.6 thorpej { 193 1.6 thorpej 0, 194 1.6 thorpej "DEC3002", 195 1.6 thorpej EISA_PRODUCT_DEC3002, 196 1.6 thorpej }, 197 1.6 thorpej { 198 1.6 thorpej 0, 199 1.6 thorpej "DEC3003", 200 1.6 thorpej EISA_PRODUCT_DEC3003, 201 1.6 thorpej }, 202 1.6 thorpej { 203 1.6 thorpej 0, 204 1.6 thorpej "DEC3004", 205 1.6 thorpej EISA_PRODUCT_DEC3004, 206 1.6 thorpej }, 207 1.6 thorpej { 208 1.6 thorpej 0, 209 1.19 ad "DPT2402", 210 1.19 ad EISA_PRODUCT_DPT2402, 211 1.19 ad }, 212 1.19 ad { 213 1.19 ad 0, 214 1.19 ad "DPTA401", 215 1.19 ad EISA_PRODUCT_DPTA401, 216 1.19 ad }, 217 1.19 ad { 218 1.19 ad 0, 219 1.19 ad "DPTA402", 220 1.19 ad EISA_PRODUCT_DPTA402, 221 1.19 ad }, 222 1.19 ad { 223 1.19 ad 0, 224 1.19 ad "DPTA410", 225 1.19 ad EISA_PRODUCT_DPTA410, 226 1.19 ad }, 227 1.19 ad { 228 1.19 ad 0, 229 1.19 ad "DPTA411", 230 1.19 ad EISA_PRODUCT_DPTA411, 231 1.19 ad }, 232 1.19 ad { 233 1.19 ad 0, 234 1.19 ad "DPTA412", 235 1.19 ad EISA_PRODUCT_DPTA412, 236 1.19 ad }, 237 1.19 ad { 238 1.19 ad 0, 239 1.19 ad "DPTA420", 240 1.19 ad EISA_PRODUCT_DPTA420, 241 1.19 ad }, 242 1.19 ad { 243 1.19 ad 0, 244 1.19 ad "DPTA501", 245 1.19 ad EISA_PRODUCT_DPTA501, 246 1.19 ad }, 247 1.19 ad { 248 1.19 ad 0, 249 1.19 ad "DPTA502", 250 1.19 ad EISA_PRODUCT_DPTA502, 251 1.19 ad }, 252 1.19 ad { 253 1.19 ad 0, 254 1.19 ad "DPTA701", 255 1.19 ad EISA_PRODUCT_DPTA701, 256 1.19 ad }, 257 1.19 ad { 258 1.19 ad 0, 259 1.19 ad "DPTBC01", 260 1.19 ad EISA_PRODUCT_DPTBC01, 261 1.19 ad }, 262 1.19 ad { 263 1.19 ad 0, 264 1.21 ad "DTI0000", 265 1.21 ad EISA_PRODUCT_DTI0000, 266 1.21 ad }, 267 1.21 ad { 268 1.21 ad 0, 269 1.21 ad "ETI1001", 270 1.21 ad EISA_PRODUCT_ETI1001, 271 1.21 ad }, 272 1.21 ad { 273 1.21 ad 0, 274 1.8 thorpej "FSI2001", 275 1.8 thorpej EISA_PRODUCT_FSI2001, 276 1.8 thorpej }, 277 1.8 thorpej { 278 1.8 thorpej 0, 279 1.8 thorpej "FSI2002", 280 1.8 thorpej EISA_PRODUCT_FSI2002, 281 1.8 thorpej }, 282 1.8 thorpej { 283 1.8 thorpej 0, 284 1.8 thorpej "FSI2003", 285 1.8 thorpej EISA_PRODUCT_FSI2003, 286 1.8 thorpej }, 287 1.8 thorpej { 288 1.8 thorpej 0, 289 1.21 ad "HWP0C70", 290 1.21 ad EISA_PRODUCT_HWP0C70, 291 1.21 ad }, 292 1.21 ad { 293 1.21 ad 0, 294 1.21 ad "HWP0C80", 295 1.21 ad EISA_PRODUCT_HWP0C80, 296 1.21 ad }, 297 1.21 ad { 298 1.21 ad 0, 299 1.21 ad "HWP1850", 300 1.21 ad EISA_PRODUCT_HWP1850, 301 1.21 ad }, 302 1.21 ad { 303 1.21 ad 0, 304 1.21 ad "HWP1980", 305 1.21 ad EISA_PRODUCT_HWP1980, 306 1.21 ad }, 307 1.21 ad { 308 1.21 ad 0, 309 1.21 ad "HWP2051", 310 1.21 ad EISA_PRODUCT_HWP2051, 311 1.21 ad }, 312 1.21 ad { 313 1.21 ad 0, 314 1.21 ad "HWPC000", 315 1.21 ad EISA_PRODUCT_HWPC000, 316 1.21 ad }, 317 1.21 ad { 318 1.21 ad 0, 319 1.21 ad "HWPC010", 320 1.21 ad EISA_PRODUCT_HWPC010, 321 1.21 ad }, 322 1.21 ad { 323 1.21 ad 0, 324 1.21 ad "HWPC051", 325 1.21 ad EISA_PRODUCT_HWPC051, 326 1.21 ad }, 327 1.21 ad { 328 1.21 ad 0, 329 1.21 ad "HWPC091", 330 1.21 ad EISA_PRODUCT_HWPC091, 331 1.21 ad }, 332 1.21 ad { 333 1.21 ad 0, 334 1.21 ad "HWPC0D1", 335 1.21 ad EISA_PRODUCT_HWPC0D1, 336 1.21 ad }, 337 1.21 ad { 338 1.21 ad 0, 339 1.21 ad "HWPC0E1", 340 1.21 ad EISA_PRODUCT_HWPC0E1, 341 1.21 ad }, 342 1.21 ad { 343 1.21 ad 0, 344 1.17 kleink "INP25D0", 345 1.17 kleink EISA_PRODUCT_INP25D0, 346 1.17 kleink }, 347 1.17 kleink { 348 1.17 kleink 0, 349 1.8 thorpej "INT1010", 350 1.8 thorpej EISA_PRODUCT_INT1010, 351 1.8 thorpej }, 352 1.8 thorpej { 353 1.8 thorpej 0, 354 1.21 ad "MDG0002", 355 1.21 ad EISA_PRODUCT_MDG0002, 356 1.26 ad }, 357 1.26 ad { 358 1.26 ad 0, 359 1.26 ad "MLX0070", 360 1.26 ad EISA_PRODUCT_MLX0070, 361 1.26 ad }, 362 1.26 ad { 363 1.26 ad 0, 364 1.26 ad "MLX0071", 365 1.26 ad EISA_PRODUCT_MLX0071, 366 1.26 ad }, 367 1.26 ad { 368 1.26 ad 0, 369 1.26 ad "MLX0072", 370 1.26 ad EISA_PRODUCT_MLX0072, 371 1.26 ad }, 372 1.26 ad { 373 1.26 ad 0, 374 1.26 ad "MLX0073", 375 1.26 ad EISA_PRODUCT_MLX0073, 376 1.26 ad }, 377 1.26 ad { 378 1.26 ad 0, 379 1.26 ad "MLX0074", 380 1.26 ad EISA_PRODUCT_MLX0074, 381 1.26 ad }, 382 1.26 ad { 383 1.26 ad 0, 384 1.26 ad "MLX0075", 385 1.26 ad EISA_PRODUCT_MLX0075, 386 1.26 ad }, 387 1.26 ad { 388 1.26 ad 0, 389 1.26 ad "MLX0076", 390 1.26 ad EISA_PRODUCT_MLX0076, 391 1.26 ad }, 392 1.26 ad { 393 1.26 ad 0, 394 1.26 ad "MLX0077", 395 1.26 ad EISA_PRODUCT_MLX0077, 396 1.9 thorpej }, 397 1.9 thorpej { 398 1.9 thorpej 0, 399 1.19 ad "NEC8200", 400 1.19 ad EISA_PRODUCT_NEC8200, 401 1.19 ad }, 402 1.19 ad { 403 1.19 ad 0, 404 1.21 ad "SMC8010", 405 1.21 ad EISA_PRODUCT_SMC8010, 406 1.21 ad }, 407 1.21 ad { 408 1.21 ad 0, 409 1.21 ad "SMC0110", 410 1.21 ad EISA_PRODUCT_SMC0110, 411 1.28 tsutsui }, 412 1.28 tsutsui { 413 1.28 tsutsui 0, 414 1.28 tsutsui "SMCA010", 415 1.28 tsutsui EISA_PRODUCT_SMCA010, 416 1.21 ad }, 417 1.21 ad { 418 1.21 ad 0, 419 1.21 ad "USC0240", 420 1.21 ad EISA_PRODUCT_USC0240, 421 1.21 ad }, 422 1.21 ad { 423 1.21 ad 0, 424 1.21 ad "TCM5090", 425 1.21 ad EISA_PRODUCT_TCM5090, 426 1.21 ad }, 427 1.21 ad { 428 1.21 ad 0, 429 1.4 thorpej "TCM5091", 430 1.4 thorpej EISA_PRODUCT_TCM5091, 431 1.4 thorpej }, 432 1.4 thorpej { 433 1.4 thorpej 0, 434 1.1 cgd "TCM5092", 435 1.1 cgd EISA_PRODUCT_TCM5092, 436 1.1 cgd }, 437 1.1 cgd { 438 1.1 cgd 0, 439 1.1 cgd "TCM5093", 440 1.1 cgd EISA_PRODUCT_TCM5093, 441 1.18 tron }, 442 1.18 tron { 443 1.18 tron 0, 444 1.18 tron "TCM5094", 445 1.18 tron EISA_PRODUCT_TCM5094, 446 1.27 martin }, 447 1.27 martin { 448 1.27 martin 0, 449 1.27 martin "TCM5095", 450 1.27 martin EISA_PRODUCT_TCM5095, 451 1.27 martin }, 452 1.27 martin { 453 1.27 martin 0, 454 1.27 martin "TCM5098", 455 1.27 martin EISA_PRODUCT_TCM5098, 456 1.1 cgd }, 457 1.1 cgd { 458 1.5 mycroft 0, 459 1.10 jonathan "TCM5920", 460 1.10 jonathan EISA_PRODUCT_TCM5920, 461 1.10 jonathan }, 462 1.10 jonathan { 463 1.10 jonathan 0, 464 1.10 jonathan "TCM5970", 465 1.10 jonathan EISA_PRODUCT_TCM5970, 466 1.12 jonathan }, 467 1.12 jonathan { 468 1.12 jonathan 0, 469 1.12 jonathan "TCM5971", 470 1.12 jonathan EISA_PRODUCT_TCM5971, 471 1.12 jonathan }, 472 1.12 jonathan { 473 1.12 jonathan 0, 474 1.12 jonathan "TCM5972", 475 1.12 jonathan EISA_PRODUCT_TCM5972, 476 1.29 jdolecek }, 477 1.29 jdolecek { 478 1.29 jdolecek 0, 479 1.29 jdolecek "TCM6790", 480 1.29 jdolecek EISA_PRODUCT_TCM6790, 481 1.10 jonathan }, 482 1.10 jonathan { 483 1.1 cgd EISA_KNOWNDEV_NOPROD, 484 1.1 cgd "ADP", 485 1.1 cgd "Adaptec", 486 1.2 cgd }, 487 1.2 cgd { 488 1.2 cgd EISA_KNOWNDEV_NOPROD, 489 1.2 cgd "AMI", 490 1.2 cgd "AMI", 491 1.1 cgd }, 492 1.1 cgd { 493 1.1 cgd EISA_KNOWNDEV_NOPROD, 494 1.19 ad "ATT", 495 1.19 ad "AT&T", 496 1.19 ad }, 497 1.19 ad { 498 1.19 ad EISA_KNOWNDEV_NOPROD, 499 1.1 cgd "BUS", 500 1.1 cgd "BusLogic", 501 1.1 cgd }, 502 1.1 cgd { 503 1.1 cgd EISA_KNOWNDEV_NOPROD, 504 1.21 ad "CPQ", 505 1.21 ad "Compaq", 506 1.21 ad }, 507 1.21 ad { 508 1.21 ad EISA_KNOWNDEV_NOPROD, 509 1.1 cgd "DEC", 510 1.1 cgd "Digital Equipment", 511 1.8 thorpej }, 512 1.8 thorpej { 513 1.8 thorpej EISA_KNOWNDEV_NOPROD, 514 1.19 ad "DPT", 515 1.19 ad "Distributed Processing Technology", 516 1.19 ad }, 517 1.19 ad { 518 1.19 ad EISA_KNOWNDEV_NOPROD, 519 1.21 ad "DTI", 520 1.21 ad "DeskStation Technology, Inc.", 521 1.21 ad }, 522 1.21 ad { 523 1.21 ad EISA_KNOWNDEV_NOPROD, 524 1.8 thorpej "FSI", 525 1.8 thorpej "FORE Systems", 526 1.8 thorpej }, 527 1.8 thorpej { 528 1.8 thorpej EISA_KNOWNDEV_NOPROD, 529 1.17 kleink "HWP", 530 1.17 kleink "Hewlett-Packard", 531 1.17 kleink }, 532 1.17 kleink { 533 1.17 kleink EISA_KNOWNDEV_NOPROD, 534 1.17 kleink "INP", 535 1.17 kleink "Interphase", 536 1.17 kleink }, 537 1.17 kleink { 538 1.17 kleink EISA_KNOWNDEV_NOPROD, 539 1.8 thorpej "INT", 540 1.8 thorpej "Intel", 541 1.9 thorpej }, 542 1.9 thorpej { 543 1.9 thorpej EISA_KNOWNDEV_NOPROD, 544 1.9 thorpej "ETI", 545 1.9 thorpej "Microdyne", 546 1.21 ad }, 547 1.21 ad { 548 1.21 ad EISA_KNOWNDEV_NOPROD, 549 1.21 ad "MDG", 550 1.21 ad "Madge Networks", 551 1.17 kleink }, 552 1.17 kleink { 553 1.17 kleink EISA_KNOWNDEV_NOPROD, 554 1.17 kleink "MLX", 555 1.17 kleink "Mylex", 556 1.19 ad }, 557 1.19 ad { 558 1.19 ad EISA_KNOWNDEV_NOPROD, 559 1.19 ad "NEC", 560 1.19 ad "NEC", 561 1.13 perry }, 562 1.13 perry { 563 1.13 perry EISA_KNOWNDEV_NOPROD, 564 1.13 perry "SMC", 565 1.13 perry "Standard Microsystems Corp.", 566 1.1 cgd }, 567 1.1 cgd { 568 1.1 cgd EISA_KNOWNDEV_NOPROD, 569 1.1 cgd "TCM", 570 1.1 cgd "3Com", 571 1.7 thorpej }, 572 1.7 thorpej { 573 1.7 thorpej EISA_KNOWNDEV_NOPROD, 574 1.7 thorpej "USC", 575 1.7 thorpej "UltraStor", 576 1.1 cgd }, 577 1.1 cgd { 0, NULL, NULL, } 578 1.1 cgd }; 579