Home | History | Annotate | Line # | Download | only in eisa
eisadevs_data.h revision 1.9
      1  1.1      cgd /*
      2  1.1      cgd  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
      3  1.1      cgd  *
      4  1.1      cgd  * generated from:
      5  1.9  thorpej  *	NetBSD: eisadevs,v 1.10 1996/09/06 18:01:07 thorpej Exp
      6  1.1      cgd  */
      7  1.1      cgd 
      8  1.1      cgd /*
      9  1.1      cgd  * Copyright (c) 1995, 1996 Christopher G. Demetriou
     10  1.1      cgd  * All rights reserved.
     11  1.1      cgd  *
     12  1.1      cgd  * Redistribution and use in source and binary forms, with or without
     13  1.1      cgd  * modification, are permitted provided that the following conditions
     14  1.1      cgd  * are met:
     15  1.1      cgd  * 1. Redistributions of source code must retain the above copyright
     16  1.1      cgd  *    notice, this list of conditions and the following disclaimer.
     17  1.1      cgd  * 2. Redistributions in binary form must reproduce the above copyright
     18  1.1      cgd  *    notice, this list of conditions and the following disclaimer in the
     19  1.1      cgd  *    documentation and/or other materials provided with the distribution.
     20  1.1      cgd  * 3. All advertising materials mentioning features or use of this software
     21  1.1      cgd  *    must display the following acknowledgement:
     22  1.1      cgd  *      This product includes software developed by Christopher G. Demetriou
     23  1.1      cgd  *	for the NetBSD Project.
     24  1.1      cgd  * 4. The name of the author may not be used to endorse or promote products
     25  1.1      cgd  *    derived from this software without specific prior written permission
     26  1.1      cgd  *
     27  1.1      cgd  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
     28  1.1      cgd  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
     29  1.1      cgd  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
     30  1.1      cgd  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
     31  1.1      cgd  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
     32  1.1      cgd  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
     33  1.1      cgd  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
     34  1.1      cgd  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
     35  1.1      cgd  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
     36  1.1      cgd  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     37  1.1      cgd  */
     38  1.1      cgd 
     39  1.1      cgd struct eisa_knowndev eisa_knowndevs[] = {
     40  1.1      cgd 	{
     41  1.1      cgd 	    0,
     42  1.1      cgd 	    "ADP0000",
     43  1.1      cgd 	    EISA_PRODUCT_ADP0000,
     44  1.1      cgd 	},
     45  1.1      cgd 	{
     46  1.1      cgd 	    0,
     47  1.1      cgd 	    "ADP0001",
     48  1.1      cgd 	    EISA_PRODUCT_ADP0001,
     49  1.1      cgd 	},
     50  1.1      cgd 	{
     51  1.1      cgd 	    0,
     52  1.1      cgd 	    "ADP0002",
     53  1.1      cgd 	    EISA_PRODUCT_ADP0002,
     54  1.1      cgd 	},
     55  1.1      cgd 	{
     56  1.1      cgd 	    0,
     57  1.1      cgd 	    "ADP0400",
     58  1.1      cgd 	    EISA_PRODUCT_ADP0400,
     59  1.1      cgd 	},
     60  1.1      cgd 	{
     61  1.1      cgd 	    0,
     62  1.1      cgd 	    "ADP7770",
     63  1.1      cgd 	    EISA_PRODUCT_ADP7770,
     64  1.1      cgd 	},
     65  1.1      cgd 	{
     66  1.1      cgd 	    0,
     67  1.1      cgd 	    "ADP7771",
     68  1.1      cgd 	    EISA_PRODUCT_ADP7771,
     69  1.1      cgd 	},
     70  1.1      cgd 	{
     71  1.1      cgd 	    0,
     72  1.1      cgd 	    "ADP7756",
     73  1.1      cgd 	    EISA_PRODUCT_ADP7756,
     74  1.1      cgd 	},
     75  1.1      cgd 	{
     76  1.1      cgd 	    0,
     77  1.1      cgd 	    "ADP7757",
     78  1.1      cgd 	    EISA_PRODUCT_ADP7757,
     79  1.1      cgd 	},
     80  1.1      cgd 	{
     81  1.1      cgd 	    0,
     82  1.2      cgd 	    "AMI4801",
     83  1.2      cgd 	    EISA_PRODUCT_AMI4801,
     84  1.2      cgd 	},
     85  1.2      cgd 	{
     86  1.2      cgd 	    0,
     87  1.2      cgd 	    "BUS4201",
     88  1.2      cgd 	    EISA_PRODUCT_BUS4201,
     89  1.2      cgd 	},
     90  1.2      cgd 	{
     91  1.2      cgd 	    0,
     92  1.2      cgd 	    "BUS4202",
     93  1.2      cgd 	    EISA_PRODUCT_BUS4202,
     94  1.2      cgd 	},
     95  1.2      cgd 	{
     96  1.2      cgd 	    0,
     97  1.1      cgd 	    "DEC4250",
     98  1.1      cgd 	    EISA_PRODUCT_DEC4250,
     99  1.1      cgd 	},
    100  1.1      cgd 	{
    101  1.1      cgd 	    0,
    102  1.6  thorpej 	    "DEC3001",
    103  1.6  thorpej 	    EISA_PRODUCT_DEC3001,
    104  1.6  thorpej 	},
    105  1.6  thorpej 	{
    106  1.6  thorpej 	    0,
    107  1.6  thorpej 	    "DEC3002",
    108  1.6  thorpej 	    EISA_PRODUCT_DEC3002,
    109  1.6  thorpej 	},
    110  1.6  thorpej 	{
    111  1.6  thorpej 	    0,
    112  1.6  thorpej 	    "DEC3003",
    113  1.6  thorpej 	    EISA_PRODUCT_DEC3003,
    114  1.6  thorpej 	},
    115  1.6  thorpej 	{
    116  1.6  thorpej 	    0,
    117  1.6  thorpej 	    "DEC3004",
    118  1.6  thorpej 	    EISA_PRODUCT_DEC3004,
    119  1.6  thorpej 	},
    120  1.6  thorpej 	{
    121  1.6  thorpej 	    0,
    122  1.8  thorpej 	    "FSI2001",
    123  1.8  thorpej 	    EISA_PRODUCT_FSI2001,
    124  1.8  thorpej 	},
    125  1.8  thorpej 	{
    126  1.8  thorpej 	    0,
    127  1.8  thorpej 	    "FSI2002",
    128  1.8  thorpej 	    EISA_PRODUCT_FSI2002,
    129  1.8  thorpej 	},
    130  1.8  thorpej 	{
    131  1.8  thorpej 	    0,
    132  1.8  thorpej 	    "FSI2003",
    133  1.8  thorpej 	    EISA_PRODUCT_FSI2003,
    134  1.8  thorpej 	},
    135  1.8  thorpej 	{
    136  1.8  thorpej 	    0,
    137  1.8  thorpej 	    "INT1010",
    138  1.8  thorpej 	    EISA_PRODUCT_INT1010,
    139  1.8  thorpej 	},
    140  1.8  thorpej 	{
    141  1.8  thorpej 	    0,
    142  1.9  thorpej 	    "ETI1001",
    143  1.9  thorpej 	    EISA_PRODUCT_ETI1001,
    144  1.9  thorpej 	},
    145  1.9  thorpej 	{
    146  1.9  thorpej 	    0,
    147  1.4  thorpej 	    "TCM5091",
    148  1.4  thorpej 	    EISA_PRODUCT_TCM5091,
    149  1.4  thorpej 	},
    150  1.4  thorpej 	{
    151  1.4  thorpej 	    0,
    152  1.1      cgd 	    "TCM5092",
    153  1.1      cgd 	    EISA_PRODUCT_TCM5092,
    154  1.1      cgd 	},
    155  1.1      cgd 	{
    156  1.1      cgd 	    0,
    157  1.1      cgd 	    "TCM5093",
    158  1.1      cgd 	    EISA_PRODUCT_TCM5093,
    159  1.1      cgd 	},
    160  1.1      cgd 	{
    161  1.5  mycroft 	    0,
    162  1.5  mycroft 	    "USC0240",
    163  1.5  mycroft 	    EISA_PRODUCT_USC0240,
    164  1.5  mycroft 	},
    165  1.5  mycroft 	{
    166  1.1      cgd 	    EISA_KNOWNDEV_NOPROD,
    167  1.1      cgd 	    "ADP",
    168  1.1      cgd 	    "Adaptec",
    169  1.2      cgd 	},
    170  1.2      cgd 	{
    171  1.2      cgd 	    EISA_KNOWNDEV_NOPROD,
    172  1.2      cgd 	    "AMI",
    173  1.2      cgd 	    "AMI",
    174  1.1      cgd 	},
    175  1.1      cgd 	{
    176  1.1      cgd 	    EISA_KNOWNDEV_NOPROD,
    177  1.1      cgd 	    "BUS",
    178  1.1      cgd 	    "BusLogic",
    179  1.1      cgd 	},
    180  1.1      cgd 	{
    181  1.1      cgd 	    EISA_KNOWNDEV_NOPROD,
    182  1.1      cgd 	    "DEC",
    183  1.1      cgd 	    "Digital Equipment",
    184  1.8  thorpej 	},
    185  1.8  thorpej 	{
    186  1.8  thorpej 	    EISA_KNOWNDEV_NOPROD,
    187  1.8  thorpej 	    "FSI",
    188  1.8  thorpej 	    "FORE Systems",
    189  1.8  thorpej 	},
    190  1.8  thorpej 	{
    191  1.8  thorpej 	    EISA_KNOWNDEV_NOPROD,
    192  1.8  thorpej 	    "INT",
    193  1.8  thorpej 	    "Intel",
    194  1.9  thorpej 	},
    195  1.9  thorpej 	{
    196  1.9  thorpej 	    EISA_KNOWNDEV_NOPROD,
    197  1.9  thorpej 	    "ETI",
    198  1.9  thorpej 	    "Microdyne",
    199  1.1      cgd 	},
    200  1.1      cgd 	{
    201  1.1      cgd 	    EISA_KNOWNDEV_NOPROD,
    202  1.1      cgd 	    "TCM",
    203  1.1      cgd 	    "3Com",
    204  1.7  thorpej 	},
    205  1.7  thorpej 	{
    206  1.7  thorpej 	    EISA_KNOWNDEV_NOPROD,
    207  1.7  thorpej 	    "USC",
    208  1.7  thorpej 	    "UltraStor",
    209  1.1      cgd 	},
    210  1.1      cgd 	{ 0, NULL, NULL, }
    211  1.1      cgd };
    212