Home | History | Annotate | Line # | Download | only in eisa
eisadevs_data.h revision 1.19.12.1
      1       1.16   thorpej /*	$NetBSD: eisadevs_data.h,v 1.19.12.1 2000/07/12 23:08:38 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.19.12.1   thorpej  *	NetBSD: eisadevs,v 1.17.12.1 2000/07/12 23:08:21 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.1       cgd 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.19.12.1   thorpej 	},
    102  1.19.12.1   thorpej 	{
    103  1.19.12.1   thorpej 	    0,
    104  1.19.12.1   thorpej 	    "DEC4220",
    105  1.19.12.1   thorpej 	    EISA_PRODUCT_DEC4220,
    106        1.2       cgd 	},
    107        1.2       cgd 	{
    108        1.2       cgd 	    0,
    109        1.1       cgd 	    "DEC4250",
    110        1.1       cgd 	    EISA_PRODUCT_DEC4250,
    111        1.1       cgd 	},
    112        1.1       cgd 	{
    113        1.1       cgd 	    0,
    114        1.6   thorpej 	    "DEC3001",
    115        1.6   thorpej 	    EISA_PRODUCT_DEC3001,
    116        1.6   thorpej 	},
    117        1.6   thorpej 	{
    118        1.6   thorpej 	    0,
    119        1.6   thorpej 	    "DEC3002",
    120        1.6   thorpej 	    EISA_PRODUCT_DEC3002,
    121        1.6   thorpej 	},
    122        1.6   thorpej 	{
    123        1.6   thorpej 	    0,
    124        1.6   thorpej 	    "DEC3003",
    125        1.6   thorpej 	    EISA_PRODUCT_DEC3003,
    126        1.6   thorpej 	},
    127        1.6   thorpej 	{
    128        1.6   thorpej 	    0,
    129        1.6   thorpej 	    "DEC3004",
    130        1.6   thorpej 	    EISA_PRODUCT_DEC3004,
    131        1.6   thorpej 	},
    132        1.6   thorpej 	{
    133        1.6   thorpej 	    0,
    134       1.19        ad 	    "DPT2402",
    135       1.19        ad 	    EISA_PRODUCT_DPT2402,
    136       1.19        ad 	},
    137       1.19        ad 	{
    138       1.19        ad 	    0,
    139       1.19        ad 	    "DPTA401",
    140       1.19        ad 	    EISA_PRODUCT_DPTA401,
    141       1.19        ad 	},
    142       1.19        ad 	{
    143       1.19        ad 	    0,
    144       1.19        ad 	    "DPTA402",
    145       1.19        ad 	    EISA_PRODUCT_DPTA402,
    146       1.19        ad 	},
    147       1.19        ad 	{
    148       1.19        ad 	    0,
    149       1.19        ad 	    "DPTA410",
    150       1.19        ad 	    EISA_PRODUCT_DPTA410,
    151       1.19        ad 	},
    152       1.19        ad 	{
    153       1.19        ad 	    0,
    154       1.19        ad 	    "DPTA411",
    155       1.19        ad 	    EISA_PRODUCT_DPTA411,
    156       1.19        ad 	},
    157       1.19        ad 	{
    158       1.19        ad 	    0,
    159       1.19        ad 	    "DPTA412",
    160       1.19        ad 	    EISA_PRODUCT_DPTA412,
    161       1.19        ad 	},
    162       1.19        ad 	{
    163       1.19        ad 	    0,
    164       1.19        ad 	    "DPTA420",
    165       1.19        ad 	    EISA_PRODUCT_DPTA420,
    166       1.19        ad 	},
    167       1.19        ad 	{
    168       1.19        ad 	    0,
    169       1.19        ad 	    "DPTA501",
    170       1.19        ad 	    EISA_PRODUCT_DPTA501,
    171       1.19        ad 	},
    172       1.19        ad 	{
    173       1.19        ad 	    0,
    174       1.19        ad 	    "DPTA502",
    175       1.19        ad 	    EISA_PRODUCT_DPTA502,
    176       1.19        ad 	},
    177       1.19        ad 	{
    178       1.19        ad 	    0,
    179       1.19        ad 	    "DPTA701",
    180       1.19        ad 	    EISA_PRODUCT_DPTA701,
    181       1.19        ad 	},
    182       1.19        ad 	{
    183       1.19        ad 	    0,
    184       1.19        ad 	    "DPTBC01",
    185       1.19        ad 	    EISA_PRODUCT_DPTBC01,
    186       1.19        ad 	},
    187       1.19        ad 	{
    188       1.19        ad 	    0,
    189        1.8   thorpej 	    "FSI2001",
    190        1.8   thorpej 	    EISA_PRODUCT_FSI2001,
    191        1.8   thorpej 	},
    192        1.8   thorpej 	{
    193        1.8   thorpej 	    0,
    194        1.8   thorpej 	    "FSI2002",
    195        1.8   thorpej 	    EISA_PRODUCT_FSI2002,
    196        1.8   thorpej 	},
    197        1.8   thorpej 	{
    198        1.8   thorpej 	    0,
    199        1.8   thorpej 	    "FSI2003",
    200        1.8   thorpej 	    EISA_PRODUCT_FSI2003,
    201        1.8   thorpej 	},
    202        1.8   thorpej 	{
    203        1.8   thorpej 	    0,
    204       1.17    kleink 	    "INP25D0",
    205       1.17    kleink 	    EISA_PRODUCT_INP25D0,
    206       1.17    kleink 	},
    207       1.17    kleink 	{
    208       1.17    kleink 	    0,
    209        1.8   thorpej 	    "INT1010",
    210        1.8   thorpej 	    EISA_PRODUCT_INT1010,
    211        1.8   thorpej 	},
    212        1.8   thorpej 	{
    213        1.8   thorpej 	    0,
    214        1.9   thorpej 	    "ETI1001",
    215        1.9   thorpej 	    EISA_PRODUCT_ETI1001,
    216        1.9   thorpej 	},
    217        1.9   thorpej 	{
    218        1.9   thorpej 	    0,
    219       1.19        ad 	    "NEC8200",
    220       1.19        ad 	    EISA_PRODUCT_NEC8200,
    221       1.19        ad 	},
    222       1.19        ad 	{
    223       1.19        ad 	    0,
    224        1.4   thorpej 	    "TCM5091",
    225        1.4   thorpej 	    EISA_PRODUCT_TCM5091,
    226        1.4   thorpej 	},
    227        1.4   thorpej 	{
    228        1.4   thorpej 	    0,
    229        1.1       cgd 	    "TCM5092",
    230        1.1       cgd 	    EISA_PRODUCT_TCM5092,
    231        1.1       cgd 	},
    232        1.1       cgd 	{
    233        1.1       cgd 	    0,
    234        1.1       cgd 	    "TCM5093",
    235        1.1       cgd 	    EISA_PRODUCT_TCM5093,
    236       1.18      tron 	},
    237       1.18      tron 	{
    238       1.18      tron 	    0,
    239       1.18      tron 	    "TCM5094",
    240       1.18      tron 	    EISA_PRODUCT_TCM5094,
    241        1.1       cgd 	},
    242        1.1       cgd 	{
    243        1.5   mycroft 	    0,
    244       1.10  jonathan 	    "TCM5920",
    245       1.10  jonathan 	    EISA_PRODUCT_TCM5920,
    246       1.10  jonathan 	},
    247       1.10  jonathan 	{
    248       1.10  jonathan 	    0,
    249       1.10  jonathan 	    "TCM5970",
    250       1.10  jonathan 	    EISA_PRODUCT_TCM5970,
    251       1.12  jonathan 	},
    252       1.12  jonathan 	{
    253       1.12  jonathan 	    0,
    254       1.12  jonathan 	    "TCM5971",
    255       1.12  jonathan 	    EISA_PRODUCT_TCM5971,
    256       1.12  jonathan 	},
    257       1.12  jonathan 	{
    258       1.12  jonathan 	    0,
    259       1.12  jonathan 	    "TCM5972",
    260       1.12  jonathan 	    EISA_PRODUCT_TCM5972,
    261       1.10  jonathan 	},
    262       1.10  jonathan 	{
    263       1.10  jonathan 	    0,
    264       1.13     perry 	    "SMC8010",
    265       1.13     perry 	    EISA_PRODUCT_SMC8010,
    266       1.13     perry 	},
    267       1.13     perry 	{
    268       1.13     perry 	    0,
    269       1.13     perry 	    "SMC0110",
    270       1.13     perry 	    EISA_PRODUCT_SMC0110,
    271       1.13     perry 	},
    272       1.13     perry 	{
    273       1.13     perry 	    0,
    274        1.5   mycroft 	    "USC0240",
    275        1.5   mycroft 	    EISA_PRODUCT_USC0240,
    276        1.5   mycroft 	},
    277        1.5   mycroft 	{
    278        1.1       cgd 	    EISA_KNOWNDEV_NOPROD,
    279        1.1       cgd 	    "ADP",
    280        1.1       cgd 	    "Adaptec",
    281        1.2       cgd 	},
    282        1.2       cgd 	{
    283        1.2       cgd 	    EISA_KNOWNDEV_NOPROD,
    284        1.2       cgd 	    "AMI",
    285        1.2       cgd 	    "AMI",
    286        1.1       cgd 	},
    287        1.1       cgd 	{
    288        1.1       cgd 	    EISA_KNOWNDEV_NOPROD,
    289       1.19        ad 	    "ATT",
    290       1.19        ad 	    "AT&T",
    291       1.19        ad 	},
    292       1.19        ad 	{
    293       1.19        ad 	    EISA_KNOWNDEV_NOPROD,
    294        1.1       cgd 	    "BUS",
    295        1.1       cgd 	    "BusLogic",
    296        1.1       cgd 	},
    297        1.1       cgd 	{
    298        1.1       cgd 	    EISA_KNOWNDEV_NOPROD,
    299        1.1       cgd 	    "DEC",
    300        1.1       cgd 	    "Digital Equipment",
    301        1.8   thorpej 	},
    302        1.8   thorpej 	{
    303        1.8   thorpej 	    EISA_KNOWNDEV_NOPROD,
    304       1.19        ad 	    "DPT",
    305       1.19        ad 	    "Distributed Processing Technology",
    306       1.19        ad 	},
    307       1.19        ad 	{
    308       1.19        ad 	    EISA_KNOWNDEV_NOPROD,
    309        1.8   thorpej 	    "FSI",
    310        1.8   thorpej 	    "FORE Systems",
    311        1.8   thorpej 	},
    312        1.8   thorpej 	{
    313        1.8   thorpej 	    EISA_KNOWNDEV_NOPROD,
    314       1.17    kleink 	    "HWP",
    315       1.17    kleink 	    "Hewlett-Packard",
    316       1.17    kleink 	},
    317       1.17    kleink 	{
    318       1.17    kleink 	    EISA_KNOWNDEV_NOPROD,
    319       1.17    kleink 	    "INP",
    320       1.17    kleink 	    "Interphase",
    321       1.17    kleink 	},
    322       1.17    kleink 	{
    323       1.17    kleink 	    EISA_KNOWNDEV_NOPROD,
    324        1.8   thorpej 	    "INT",
    325        1.8   thorpej 	    "Intel",
    326        1.9   thorpej 	},
    327        1.9   thorpej 	{
    328        1.9   thorpej 	    EISA_KNOWNDEV_NOPROD,
    329        1.9   thorpej 	    "ETI",
    330        1.9   thorpej 	    "Microdyne",
    331       1.17    kleink 	},
    332       1.17    kleink 	{
    333       1.17    kleink 	    EISA_KNOWNDEV_NOPROD,
    334       1.17    kleink 	    "MLX",
    335       1.17    kleink 	    "Mylex",
    336       1.19        ad 	},
    337       1.19        ad 	{
    338       1.19        ad 	    EISA_KNOWNDEV_NOPROD,
    339       1.19        ad 	    "NEC",
    340       1.19        ad 	    "NEC",
    341       1.13     perry 	},
    342       1.13     perry 	{
    343       1.13     perry 	    EISA_KNOWNDEV_NOPROD,
    344       1.13     perry 	    "SMC",
    345       1.13     perry 	    "Standard Microsystems Corp.",
    346        1.1       cgd 	},
    347        1.1       cgd 	{
    348        1.1       cgd 	    EISA_KNOWNDEV_NOPROD,
    349        1.1       cgd 	    "TCM",
    350        1.1       cgd 	    "3Com",
    351        1.7   thorpej 	},
    352        1.7   thorpej 	{
    353        1.7   thorpej 	    EISA_KNOWNDEV_NOPROD,
    354        1.7   thorpej 	    "USC",
    355        1.7   thorpej 	    "UltraStor",
    356        1.1       cgd 	},
    357        1.1       cgd 	{ 0, NULL, NULL, }
    358        1.1       cgd };
    359