Home | History | Annotate | Line # | Download | only in eisa
eisadevs_data.h revision 1.23
      1  1.16   thorpej /*	$NetBSD: eisadevs_data.h,v 1.23 2000/10/19 15:29:14 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.23        ad  *	NetBSD: eisadevs,v 1.21 2000/10/19 15:28:50 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.20   thorpej 	},
    102  1.20   thorpej 	{
    103  1.20   thorpej 	    0,
    104  1.21        ad 	    "BUS6301",
    105  1.21        ad 	    EISA_PRODUCT_BUS6301,
    106  1.21        ad 	},
    107  1.21        ad 	{
    108  1.21        ad 	    0,
    109  1.21        ad 	    "CPQ4001",
    110  1.21        ad 	    EISA_PRODUCT_CPQ4001,
    111  1.21        ad 	},
    112  1.21        ad 	{
    113  1.21        ad 	    0,
    114  1.21        ad 	    "CPQ4002",
    115  1.21        ad 	    EISA_PRODUCT_CPQ4002,
    116  1.23        ad 	},
    117  1.23        ad 	{
    118  1.23        ad 	    0,
    119  1.23        ad 	    "CPQ4010",
    120  1.23        ad 	    EISA_PRODUCT_CPQ4010,
    121  1.21        ad 	},
    122  1.21        ad 	{
    123  1.21        ad 	    0,
    124  1.21        ad 	    "CPQ4020",
    125  1.21        ad 	    EISA_PRODUCT_CPQ4020,
    126  1.21        ad 	},
    127  1.21        ad 	{
    128  1.21        ad 	    0,
    129  1.21        ad 	    "CPQ4030",
    130  1.21        ad 	    EISA_PRODUCT_CPQ4030,
    131  1.21        ad 	},
    132  1.21        ad 	{
    133  1.21        ad 	    0,
    134  1.21        ad 	    "CPQ6101",
    135  1.21        ad 	    EISA_PRODUCT_CPQ6101,
    136  1.21        ad 	},
    137  1.21        ad 	{
    138  1.21        ad 	    0,
    139  1.20   thorpej 	    "DEC4220",
    140  1.20   thorpej 	    EISA_PRODUCT_DEC4220,
    141   1.2       cgd 	},
    142   1.2       cgd 	{
    143   1.2       cgd 	    0,
    144   1.1       cgd 	    "DEC4250",
    145   1.1       cgd 	    EISA_PRODUCT_DEC4250,
    146   1.1       cgd 	},
    147   1.1       cgd 	{
    148   1.1       cgd 	    0,
    149   1.6   thorpej 	    "DEC3001",
    150   1.6   thorpej 	    EISA_PRODUCT_DEC3001,
    151   1.6   thorpej 	},
    152   1.6   thorpej 	{
    153   1.6   thorpej 	    0,
    154   1.6   thorpej 	    "DEC3002",
    155   1.6   thorpej 	    EISA_PRODUCT_DEC3002,
    156   1.6   thorpej 	},
    157   1.6   thorpej 	{
    158   1.6   thorpej 	    0,
    159   1.6   thorpej 	    "DEC3003",
    160   1.6   thorpej 	    EISA_PRODUCT_DEC3003,
    161   1.6   thorpej 	},
    162   1.6   thorpej 	{
    163   1.6   thorpej 	    0,
    164   1.6   thorpej 	    "DEC3004",
    165   1.6   thorpej 	    EISA_PRODUCT_DEC3004,
    166   1.6   thorpej 	},
    167   1.6   thorpej 	{
    168   1.6   thorpej 	    0,
    169  1.19        ad 	    "DPT2402",
    170  1.19        ad 	    EISA_PRODUCT_DPT2402,
    171  1.19        ad 	},
    172  1.19        ad 	{
    173  1.19        ad 	    0,
    174  1.19        ad 	    "DPTA401",
    175  1.19        ad 	    EISA_PRODUCT_DPTA401,
    176  1.19        ad 	},
    177  1.19        ad 	{
    178  1.19        ad 	    0,
    179  1.19        ad 	    "DPTA402",
    180  1.19        ad 	    EISA_PRODUCT_DPTA402,
    181  1.19        ad 	},
    182  1.19        ad 	{
    183  1.19        ad 	    0,
    184  1.19        ad 	    "DPTA410",
    185  1.19        ad 	    EISA_PRODUCT_DPTA410,
    186  1.19        ad 	},
    187  1.19        ad 	{
    188  1.19        ad 	    0,
    189  1.19        ad 	    "DPTA411",
    190  1.19        ad 	    EISA_PRODUCT_DPTA411,
    191  1.19        ad 	},
    192  1.19        ad 	{
    193  1.19        ad 	    0,
    194  1.19        ad 	    "DPTA412",
    195  1.19        ad 	    EISA_PRODUCT_DPTA412,
    196  1.19        ad 	},
    197  1.19        ad 	{
    198  1.19        ad 	    0,
    199  1.19        ad 	    "DPTA420",
    200  1.19        ad 	    EISA_PRODUCT_DPTA420,
    201  1.19        ad 	},
    202  1.19        ad 	{
    203  1.19        ad 	    0,
    204  1.19        ad 	    "DPTA501",
    205  1.19        ad 	    EISA_PRODUCT_DPTA501,
    206  1.19        ad 	},
    207  1.19        ad 	{
    208  1.19        ad 	    0,
    209  1.19        ad 	    "DPTA502",
    210  1.19        ad 	    EISA_PRODUCT_DPTA502,
    211  1.19        ad 	},
    212  1.19        ad 	{
    213  1.19        ad 	    0,
    214  1.19        ad 	    "DPTA701",
    215  1.19        ad 	    EISA_PRODUCT_DPTA701,
    216  1.19        ad 	},
    217  1.19        ad 	{
    218  1.19        ad 	    0,
    219  1.19        ad 	    "DPTBC01",
    220  1.19        ad 	    EISA_PRODUCT_DPTBC01,
    221  1.19        ad 	},
    222  1.19        ad 	{
    223  1.19        ad 	    0,
    224  1.21        ad 	    "DTI0000",
    225  1.21        ad 	    EISA_PRODUCT_DTI0000,
    226  1.21        ad 	},
    227  1.21        ad 	{
    228  1.21        ad 	    0,
    229  1.21        ad 	    "ETI1001",
    230  1.21        ad 	    EISA_PRODUCT_ETI1001,
    231  1.21        ad 	},
    232  1.21        ad 	{
    233  1.21        ad 	    0,
    234   1.8   thorpej 	    "FSI2001",
    235   1.8   thorpej 	    EISA_PRODUCT_FSI2001,
    236   1.8   thorpej 	},
    237   1.8   thorpej 	{
    238   1.8   thorpej 	    0,
    239   1.8   thorpej 	    "FSI2002",
    240   1.8   thorpej 	    EISA_PRODUCT_FSI2002,
    241   1.8   thorpej 	},
    242   1.8   thorpej 	{
    243   1.8   thorpej 	    0,
    244   1.8   thorpej 	    "FSI2003",
    245   1.8   thorpej 	    EISA_PRODUCT_FSI2003,
    246   1.8   thorpej 	},
    247   1.8   thorpej 	{
    248   1.8   thorpej 	    0,
    249  1.21        ad 	    "HWP0C70",
    250  1.21        ad 	    EISA_PRODUCT_HWP0C70,
    251  1.21        ad 	},
    252  1.21        ad 	{
    253  1.21        ad 	    0,
    254  1.21        ad 	    "HWP0C80",
    255  1.21        ad 	    EISA_PRODUCT_HWP0C80,
    256  1.21        ad 	},
    257  1.21        ad 	{
    258  1.21        ad 	    0,
    259  1.21        ad 	    "HWP1850",
    260  1.21        ad 	    EISA_PRODUCT_HWP1850,
    261  1.21        ad 	},
    262  1.21        ad 	{
    263  1.21        ad 	    0,
    264  1.21        ad 	    "HWP1980",
    265  1.21        ad 	    EISA_PRODUCT_HWP1980,
    266  1.21        ad 	},
    267  1.21        ad 	{
    268  1.21        ad 	    0,
    269  1.21        ad 	    "HWP2051",
    270  1.21        ad 	    EISA_PRODUCT_HWP2051,
    271  1.21        ad 	},
    272  1.21        ad 	{
    273  1.21        ad 	    0,
    274  1.21        ad 	    "HWPC000",
    275  1.21        ad 	    EISA_PRODUCT_HWPC000,
    276  1.21        ad 	},
    277  1.21        ad 	{
    278  1.21        ad 	    0,
    279  1.21        ad 	    "HWPC010",
    280  1.21        ad 	    EISA_PRODUCT_HWPC010,
    281  1.21        ad 	},
    282  1.21        ad 	{
    283  1.21        ad 	    0,
    284  1.21        ad 	    "HWPC051",
    285  1.21        ad 	    EISA_PRODUCT_HWPC051,
    286  1.21        ad 	},
    287  1.21        ad 	{
    288  1.21        ad 	    0,
    289  1.21        ad 	    "HWPC091",
    290  1.21        ad 	    EISA_PRODUCT_HWPC091,
    291  1.21        ad 	},
    292  1.21        ad 	{
    293  1.21        ad 	    0,
    294  1.21        ad 	    "HWPC0D1",
    295  1.21        ad 	    EISA_PRODUCT_HWPC0D1,
    296  1.21        ad 	},
    297  1.21        ad 	{
    298  1.21        ad 	    0,
    299  1.21        ad 	    "HWPC0E1",
    300  1.21        ad 	    EISA_PRODUCT_HWPC0E1,
    301  1.21        ad 	},
    302  1.21        ad 	{
    303  1.21        ad 	    0,
    304  1.17    kleink 	    "INP25D0",
    305  1.17    kleink 	    EISA_PRODUCT_INP25D0,
    306  1.17    kleink 	},
    307  1.17    kleink 	{
    308  1.17    kleink 	    0,
    309   1.8   thorpej 	    "INT1010",
    310   1.8   thorpej 	    EISA_PRODUCT_INT1010,
    311   1.8   thorpej 	},
    312   1.8   thorpej 	{
    313   1.8   thorpej 	    0,
    314  1.21        ad 	    "MDG0002",
    315  1.21        ad 	    EISA_PRODUCT_MDG0002,
    316   1.9   thorpej 	},
    317   1.9   thorpej 	{
    318   1.9   thorpej 	    0,
    319  1.19        ad 	    "NEC8200",
    320  1.19        ad 	    EISA_PRODUCT_NEC8200,
    321  1.19        ad 	},
    322  1.19        ad 	{
    323  1.19        ad 	    0,
    324  1.21        ad 	    "SMC8010",
    325  1.21        ad 	    EISA_PRODUCT_SMC8010,
    326  1.21        ad 	},
    327  1.21        ad 	{
    328  1.21        ad 	    0,
    329  1.21        ad 	    "SMC0110",
    330  1.21        ad 	    EISA_PRODUCT_SMC0110,
    331  1.21        ad 	},
    332  1.21        ad 	{
    333  1.21        ad 	    0,
    334  1.21        ad 	    "USC0240",
    335  1.21        ad 	    EISA_PRODUCT_USC0240,
    336  1.21        ad 	},
    337  1.21        ad 	{
    338  1.21        ad 	    0,
    339  1.21        ad 	    "TCM5090",
    340  1.21        ad 	    EISA_PRODUCT_TCM5090,
    341  1.21        ad 	},
    342  1.21        ad 	{
    343  1.21        ad 	    0,
    344   1.4   thorpej 	    "TCM5091",
    345   1.4   thorpej 	    EISA_PRODUCT_TCM5091,
    346   1.4   thorpej 	},
    347   1.4   thorpej 	{
    348   1.4   thorpej 	    0,
    349   1.1       cgd 	    "TCM5092",
    350   1.1       cgd 	    EISA_PRODUCT_TCM5092,
    351   1.1       cgd 	},
    352   1.1       cgd 	{
    353   1.1       cgd 	    0,
    354   1.1       cgd 	    "TCM5093",
    355   1.1       cgd 	    EISA_PRODUCT_TCM5093,
    356  1.18      tron 	},
    357  1.18      tron 	{
    358  1.18      tron 	    0,
    359  1.18      tron 	    "TCM5094",
    360  1.18      tron 	    EISA_PRODUCT_TCM5094,
    361   1.1       cgd 	},
    362   1.1       cgd 	{
    363   1.5   mycroft 	    0,
    364  1.10  jonathan 	    "TCM5920",
    365  1.10  jonathan 	    EISA_PRODUCT_TCM5920,
    366  1.10  jonathan 	},
    367  1.10  jonathan 	{
    368  1.10  jonathan 	    0,
    369  1.10  jonathan 	    "TCM5970",
    370  1.10  jonathan 	    EISA_PRODUCT_TCM5970,
    371  1.12  jonathan 	},
    372  1.12  jonathan 	{
    373  1.12  jonathan 	    0,
    374  1.12  jonathan 	    "TCM5971",
    375  1.12  jonathan 	    EISA_PRODUCT_TCM5971,
    376  1.12  jonathan 	},
    377  1.12  jonathan 	{
    378  1.12  jonathan 	    0,
    379  1.12  jonathan 	    "TCM5972",
    380  1.12  jonathan 	    EISA_PRODUCT_TCM5972,
    381  1.10  jonathan 	},
    382  1.10  jonathan 	{
    383   1.1       cgd 	    EISA_KNOWNDEV_NOPROD,
    384   1.1       cgd 	    "ADP",
    385   1.1       cgd 	    "Adaptec",
    386   1.2       cgd 	},
    387   1.2       cgd 	{
    388   1.2       cgd 	    EISA_KNOWNDEV_NOPROD,
    389   1.2       cgd 	    "AMI",
    390   1.2       cgd 	    "AMI",
    391   1.1       cgd 	},
    392   1.1       cgd 	{
    393   1.1       cgd 	    EISA_KNOWNDEV_NOPROD,
    394  1.19        ad 	    "ATT",
    395  1.19        ad 	    "AT&T",
    396  1.19        ad 	},
    397  1.19        ad 	{
    398  1.19        ad 	    EISA_KNOWNDEV_NOPROD,
    399   1.1       cgd 	    "BUS",
    400   1.1       cgd 	    "BusLogic",
    401   1.1       cgd 	},
    402   1.1       cgd 	{
    403   1.1       cgd 	    EISA_KNOWNDEV_NOPROD,
    404  1.21        ad 	    "CPQ",
    405  1.21        ad 	    "Compaq",
    406  1.21        ad 	},
    407  1.21        ad 	{
    408  1.21        ad 	    EISA_KNOWNDEV_NOPROD,
    409   1.1       cgd 	    "DEC",
    410   1.1       cgd 	    "Digital Equipment",
    411   1.8   thorpej 	},
    412   1.8   thorpej 	{
    413   1.8   thorpej 	    EISA_KNOWNDEV_NOPROD,
    414  1.19        ad 	    "DPT",
    415  1.19        ad 	    "Distributed Processing Technology",
    416  1.19        ad 	},
    417  1.19        ad 	{
    418  1.19        ad 	    EISA_KNOWNDEV_NOPROD,
    419  1.21        ad 	    "DTI",
    420  1.21        ad 	    "DeskStation Technology, Inc.",
    421  1.21        ad 	},
    422  1.21        ad 	{
    423  1.21        ad 	    EISA_KNOWNDEV_NOPROD,
    424   1.8   thorpej 	    "FSI",
    425   1.8   thorpej 	    "FORE Systems",
    426   1.8   thorpej 	},
    427   1.8   thorpej 	{
    428   1.8   thorpej 	    EISA_KNOWNDEV_NOPROD,
    429  1.17    kleink 	    "HWP",
    430  1.17    kleink 	    "Hewlett-Packard",
    431  1.17    kleink 	},
    432  1.17    kleink 	{
    433  1.17    kleink 	    EISA_KNOWNDEV_NOPROD,
    434  1.17    kleink 	    "INP",
    435  1.17    kleink 	    "Interphase",
    436  1.17    kleink 	},
    437  1.17    kleink 	{
    438  1.17    kleink 	    EISA_KNOWNDEV_NOPROD,
    439   1.8   thorpej 	    "INT",
    440   1.8   thorpej 	    "Intel",
    441   1.9   thorpej 	},
    442   1.9   thorpej 	{
    443   1.9   thorpej 	    EISA_KNOWNDEV_NOPROD,
    444   1.9   thorpej 	    "ETI",
    445   1.9   thorpej 	    "Microdyne",
    446  1.21        ad 	},
    447  1.21        ad 	{
    448  1.21        ad 	    EISA_KNOWNDEV_NOPROD,
    449  1.21        ad 	    "MDG",
    450  1.21        ad 	    "Madge Networks",
    451  1.17    kleink 	},
    452  1.17    kleink 	{
    453  1.17    kleink 	    EISA_KNOWNDEV_NOPROD,
    454  1.17    kleink 	    "MLX",
    455  1.17    kleink 	    "Mylex",
    456  1.19        ad 	},
    457  1.19        ad 	{
    458  1.19        ad 	    EISA_KNOWNDEV_NOPROD,
    459  1.19        ad 	    "NEC",
    460  1.19        ad 	    "NEC",
    461  1.13     perry 	},
    462  1.13     perry 	{
    463  1.13     perry 	    EISA_KNOWNDEV_NOPROD,
    464  1.13     perry 	    "SMC",
    465  1.13     perry 	    "Standard Microsystems Corp.",
    466   1.1       cgd 	},
    467   1.1       cgd 	{
    468   1.1       cgd 	    EISA_KNOWNDEV_NOPROD,
    469   1.1       cgd 	    "TCM",
    470   1.1       cgd 	    "3Com",
    471   1.7   thorpej 	},
    472   1.7   thorpej 	{
    473   1.7   thorpej 	    EISA_KNOWNDEV_NOPROD,
    474   1.7   thorpej 	    "USC",
    475   1.7   thorpej 	    "UltraStor",
    476   1.1       cgd 	},
    477   1.1       cgd 	{ 0, NULL, NULL, }
    478   1.1       cgd };
    479