Home | History | Annotate | Line # | Download | only in eisa
eisadevs_data.h revision 1.17.8.1
      1      1.16   thorpej /*	$NetBSD: eisadevs_data.h,v 1.17.8.1 1999/08/22 17:05:54 he 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.17    kleink  *	NetBSD: eisadevs,v 1.15 1998/07/01 21:57:32 kleink 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.2       cgd 	    "BUS4201",
     90       1.2       cgd 	    EISA_PRODUCT_BUS4201,
     91       1.2       cgd 	},
     92       1.2       cgd 	{
     93       1.2       cgd 	    0,
     94       1.2       cgd 	    "BUS4202",
     95       1.2       cgd 	    EISA_PRODUCT_BUS4202,
     96       1.2       cgd 	},
     97       1.2       cgd 	{
     98       1.2       cgd 	    0,
     99       1.1       cgd 	    "DEC4250",
    100       1.1       cgd 	    EISA_PRODUCT_DEC4250,
    101       1.1       cgd 	},
    102       1.1       cgd 	{
    103       1.1       cgd 	    0,
    104       1.6   thorpej 	    "DEC3001",
    105       1.6   thorpej 	    EISA_PRODUCT_DEC3001,
    106       1.6   thorpej 	},
    107       1.6   thorpej 	{
    108       1.6   thorpej 	    0,
    109       1.6   thorpej 	    "DEC3002",
    110       1.6   thorpej 	    EISA_PRODUCT_DEC3002,
    111       1.6   thorpej 	},
    112       1.6   thorpej 	{
    113       1.6   thorpej 	    0,
    114       1.6   thorpej 	    "DEC3003",
    115       1.6   thorpej 	    EISA_PRODUCT_DEC3003,
    116       1.6   thorpej 	},
    117       1.6   thorpej 	{
    118       1.6   thorpej 	    0,
    119       1.6   thorpej 	    "DEC3004",
    120       1.6   thorpej 	    EISA_PRODUCT_DEC3004,
    121       1.6   thorpej 	},
    122       1.6   thorpej 	{
    123       1.6   thorpej 	    0,
    124       1.8   thorpej 	    "FSI2001",
    125       1.8   thorpej 	    EISA_PRODUCT_FSI2001,
    126       1.8   thorpej 	},
    127       1.8   thorpej 	{
    128       1.8   thorpej 	    0,
    129       1.8   thorpej 	    "FSI2002",
    130       1.8   thorpej 	    EISA_PRODUCT_FSI2002,
    131       1.8   thorpej 	},
    132       1.8   thorpej 	{
    133       1.8   thorpej 	    0,
    134       1.8   thorpej 	    "FSI2003",
    135       1.8   thorpej 	    EISA_PRODUCT_FSI2003,
    136       1.8   thorpej 	},
    137       1.8   thorpej 	{
    138       1.8   thorpej 	    0,
    139      1.17    kleink 	    "INP25D0",
    140      1.17    kleink 	    EISA_PRODUCT_INP25D0,
    141      1.17    kleink 	},
    142      1.17    kleink 	{
    143      1.17    kleink 	    0,
    144       1.8   thorpej 	    "INT1010",
    145       1.8   thorpej 	    EISA_PRODUCT_INT1010,
    146       1.8   thorpej 	},
    147       1.8   thorpej 	{
    148       1.8   thorpej 	    0,
    149       1.9   thorpej 	    "ETI1001",
    150       1.9   thorpej 	    EISA_PRODUCT_ETI1001,
    151       1.9   thorpej 	},
    152       1.9   thorpej 	{
    153       1.9   thorpej 	    0,
    154       1.4   thorpej 	    "TCM5091",
    155       1.4   thorpej 	    EISA_PRODUCT_TCM5091,
    156       1.4   thorpej 	},
    157       1.4   thorpej 	{
    158       1.4   thorpej 	    0,
    159       1.1       cgd 	    "TCM5092",
    160       1.1       cgd 	    EISA_PRODUCT_TCM5092,
    161       1.1       cgd 	},
    162       1.1       cgd 	{
    163       1.1       cgd 	    0,
    164       1.1       cgd 	    "TCM5093",
    165       1.1       cgd 	    EISA_PRODUCT_TCM5093,
    166       1.1       cgd 	},
    167       1.1       cgd 	{
    168       1.5   mycroft 	    0,
    169  1.17.8.1        he 	    "TCM5094",
    170  1.17.8.1        he 	    EISA_PRODUCT_TCM5094,
    171  1.17.8.1        he 	},
    172  1.17.8.1        he 	{
    173  1.17.8.1        he 	    0,
    174      1.10  jonathan 	    "TCM5920",
    175      1.10  jonathan 	    EISA_PRODUCT_TCM5920,
    176      1.10  jonathan 	},
    177      1.10  jonathan 	{
    178      1.10  jonathan 	    0,
    179      1.10  jonathan 	    "TCM5970",
    180      1.10  jonathan 	    EISA_PRODUCT_TCM5970,
    181      1.12  jonathan 	},
    182      1.12  jonathan 	{
    183      1.12  jonathan 	    0,
    184      1.12  jonathan 	    "TCM5971",
    185      1.12  jonathan 	    EISA_PRODUCT_TCM5971,
    186      1.12  jonathan 	},
    187      1.12  jonathan 	{
    188      1.12  jonathan 	    0,
    189      1.12  jonathan 	    "TCM5972",
    190      1.12  jonathan 	    EISA_PRODUCT_TCM5972,
    191      1.10  jonathan 	},
    192      1.10  jonathan 	{
    193      1.10  jonathan 	    0,
    194      1.13     perry 	    "SMC8010",
    195      1.13     perry 	    EISA_PRODUCT_SMC8010,
    196      1.13     perry 	},
    197      1.13     perry 	{
    198      1.13     perry 	    0,
    199      1.13     perry 	    "SMC0110",
    200      1.13     perry 	    EISA_PRODUCT_SMC0110,
    201      1.13     perry 	},
    202      1.13     perry 	{
    203      1.13     perry 	    0,
    204       1.5   mycroft 	    "USC0240",
    205       1.5   mycroft 	    EISA_PRODUCT_USC0240,
    206       1.5   mycroft 	},
    207       1.5   mycroft 	{
    208       1.1       cgd 	    EISA_KNOWNDEV_NOPROD,
    209       1.1       cgd 	    "ADP",
    210       1.1       cgd 	    "Adaptec",
    211       1.2       cgd 	},
    212       1.2       cgd 	{
    213       1.2       cgd 	    EISA_KNOWNDEV_NOPROD,
    214       1.2       cgd 	    "AMI",
    215       1.2       cgd 	    "AMI",
    216       1.1       cgd 	},
    217       1.1       cgd 	{
    218       1.1       cgd 	    EISA_KNOWNDEV_NOPROD,
    219       1.1       cgd 	    "BUS",
    220       1.1       cgd 	    "BusLogic",
    221       1.1       cgd 	},
    222       1.1       cgd 	{
    223       1.1       cgd 	    EISA_KNOWNDEV_NOPROD,
    224       1.1       cgd 	    "DEC",
    225       1.1       cgd 	    "Digital Equipment",
    226       1.8   thorpej 	},
    227       1.8   thorpej 	{
    228       1.8   thorpej 	    EISA_KNOWNDEV_NOPROD,
    229       1.8   thorpej 	    "FSI",
    230       1.8   thorpej 	    "FORE Systems",
    231       1.8   thorpej 	},
    232       1.8   thorpej 	{
    233       1.8   thorpej 	    EISA_KNOWNDEV_NOPROD,
    234      1.17    kleink 	    "HWP",
    235      1.17    kleink 	    "Hewlett-Packard",
    236      1.17    kleink 	},
    237      1.17    kleink 	{
    238      1.17    kleink 	    EISA_KNOWNDEV_NOPROD,
    239      1.17    kleink 	    "INP",
    240      1.17    kleink 	    "Interphase",
    241      1.17    kleink 	},
    242      1.17    kleink 	{
    243      1.17    kleink 	    EISA_KNOWNDEV_NOPROD,
    244       1.8   thorpej 	    "INT",
    245       1.8   thorpej 	    "Intel",
    246       1.9   thorpej 	},
    247       1.9   thorpej 	{
    248       1.9   thorpej 	    EISA_KNOWNDEV_NOPROD,
    249       1.9   thorpej 	    "ETI",
    250       1.9   thorpej 	    "Microdyne",
    251      1.17    kleink 	},
    252      1.17    kleink 	{
    253      1.17    kleink 	    EISA_KNOWNDEV_NOPROD,
    254      1.17    kleink 	    "MLX",
    255      1.17    kleink 	    "Mylex",
    256      1.13     perry 	},
    257      1.13     perry 	{
    258      1.13     perry 	    EISA_KNOWNDEV_NOPROD,
    259      1.13     perry 	    "SMC",
    260      1.13     perry 	    "Standard Microsystems Corp.",
    261       1.1       cgd 	},
    262       1.1       cgd 	{
    263       1.1       cgd 	    EISA_KNOWNDEV_NOPROD,
    264       1.1       cgd 	    "TCM",
    265       1.1       cgd 	    "3Com",
    266       1.7   thorpej 	},
    267       1.7   thorpej 	{
    268       1.7   thorpej 	    EISA_KNOWNDEV_NOPROD,
    269       1.7   thorpej 	    "USC",
    270       1.7   thorpej 	    "UltraStor",
    271       1.1       cgd 	},
    272       1.1       cgd 	{ 0, NULL, NULL, }
    273       1.1       cgd };
    274