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