Home | History | Annotate | Line # | Download | only in eisa
eisadevs_data.h revision 1.13
      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.13     perry  *	NetBSD: eisadevs,v 1.14 1997/07/12 14:41:05 perry 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.10  jonathan 	    "TCM5920",
    163  1.10  jonathan 	    EISA_PRODUCT_TCM5920,
    164  1.10  jonathan 	},
    165  1.10  jonathan 	{
    166  1.10  jonathan 	    0,
    167  1.10  jonathan 	    "TCM5970",
    168  1.10  jonathan 	    EISA_PRODUCT_TCM5970,
    169  1.12  jonathan 	},
    170  1.12  jonathan 	{
    171  1.12  jonathan 	    0,
    172  1.12  jonathan 	    "TCM5971",
    173  1.12  jonathan 	    EISA_PRODUCT_TCM5971,
    174  1.12  jonathan 	},
    175  1.12  jonathan 	{
    176  1.12  jonathan 	    0,
    177  1.12  jonathan 	    "TCM5972",
    178  1.12  jonathan 	    EISA_PRODUCT_TCM5972,
    179  1.10  jonathan 	},
    180  1.10  jonathan 	{
    181  1.10  jonathan 	    0,
    182  1.13     perry 	    "SMC8010",
    183  1.13     perry 	    EISA_PRODUCT_SMC8010,
    184  1.13     perry 	},
    185  1.13     perry 	{
    186  1.13     perry 	    0,
    187  1.13     perry 	    "SMC0110",
    188  1.13     perry 	    EISA_PRODUCT_SMC0110,
    189  1.13     perry 	},
    190  1.13     perry 	{
    191  1.13     perry 	    0,
    192   1.5   mycroft 	    "USC0240",
    193   1.5   mycroft 	    EISA_PRODUCT_USC0240,
    194   1.5   mycroft 	},
    195   1.5   mycroft 	{
    196   1.1       cgd 	    EISA_KNOWNDEV_NOPROD,
    197   1.1       cgd 	    "ADP",
    198   1.1       cgd 	    "Adaptec",
    199   1.2       cgd 	},
    200   1.2       cgd 	{
    201   1.2       cgd 	    EISA_KNOWNDEV_NOPROD,
    202   1.2       cgd 	    "AMI",
    203   1.2       cgd 	    "AMI",
    204   1.1       cgd 	},
    205   1.1       cgd 	{
    206   1.1       cgd 	    EISA_KNOWNDEV_NOPROD,
    207   1.1       cgd 	    "BUS",
    208   1.1       cgd 	    "BusLogic",
    209   1.1       cgd 	},
    210   1.1       cgd 	{
    211   1.1       cgd 	    EISA_KNOWNDEV_NOPROD,
    212   1.1       cgd 	    "DEC",
    213   1.1       cgd 	    "Digital Equipment",
    214   1.8   thorpej 	},
    215   1.8   thorpej 	{
    216   1.8   thorpej 	    EISA_KNOWNDEV_NOPROD,
    217   1.8   thorpej 	    "FSI",
    218   1.8   thorpej 	    "FORE Systems",
    219   1.8   thorpej 	},
    220   1.8   thorpej 	{
    221   1.8   thorpej 	    EISA_KNOWNDEV_NOPROD,
    222   1.8   thorpej 	    "INT",
    223   1.8   thorpej 	    "Intel",
    224   1.9   thorpej 	},
    225   1.9   thorpej 	{
    226   1.9   thorpej 	    EISA_KNOWNDEV_NOPROD,
    227   1.9   thorpej 	    "ETI",
    228   1.9   thorpej 	    "Microdyne",
    229  1.13     perry 	},
    230  1.13     perry 	{
    231  1.13     perry 	    EISA_KNOWNDEV_NOPROD,
    232  1.13     perry 	    "SMC",
    233  1.13     perry 	    "Standard Microsystems Corp.",
    234   1.1       cgd 	},
    235   1.1       cgd 	{
    236   1.1       cgd 	    EISA_KNOWNDEV_NOPROD,
    237   1.1       cgd 	    "TCM",
    238   1.1       cgd 	    "3Com",
    239   1.7   thorpej 	},
    240   1.7   thorpej 	{
    241   1.7   thorpej 	    EISA_KNOWNDEV_NOPROD,
    242   1.7   thorpej 	    "USC",
    243   1.7   thorpej 	    "UltraStor",
    244   1.1       cgd 	},
    245   1.1       cgd 	{ 0, NULL, NULL, }
    246   1.1       cgd };
    247