Home | History | Annotate | Line # | Download | only in eisa
eisadevs_data.h revision 1.2
      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.2  cgd  *	NetBSD: eisadevs,v 1.2 1996/03/17 00:13:56 cgd 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.1  cgd 	    "TCM5092",
    103  1.1  cgd 	    EISA_PRODUCT_TCM5092,
    104  1.1  cgd 	},
    105  1.1  cgd 	{
    106  1.1  cgd 	    0,
    107  1.1  cgd 	    "TCM5093",
    108  1.1  cgd 	    EISA_PRODUCT_TCM5093,
    109  1.1  cgd 	},
    110  1.1  cgd 	{
    111  1.1  cgd 	    EISA_KNOWNDEV_NOPROD,
    112  1.1  cgd 	    "ADP",
    113  1.1  cgd 	    "Adaptec",
    114  1.2  cgd 	},
    115  1.2  cgd 	{
    116  1.2  cgd 	    EISA_KNOWNDEV_NOPROD,
    117  1.2  cgd 	    "AMI",
    118  1.2  cgd 	    "AMI",
    119  1.1  cgd 	},
    120  1.1  cgd 	{
    121  1.1  cgd 	    EISA_KNOWNDEV_NOPROD,
    122  1.1  cgd 	    "BUS",
    123  1.1  cgd 	    "BusLogic",
    124  1.1  cgd 	},
    125  1.1  cgd 	{
    126  1.1  cgd 	    EISA_KNOWNDEV_NOPROD,
    127  1.1  cgd 	    "DEC",
    128  1.1  cgd 	    "Digital Equipment",
    129  1.1  cgd 	},
    130  1.1  cgd 	{
    131  1.1  cgd 	    EISA_KNOWNDEV_NOPROD,
    132  1.1  cgd 	    "TCM",
    133  1.1  cgd 	    "3Com",
    134  1.1  cgd 	},
    135  1.1  cgd 	{ 0, NULL, NULL, }
    136  1.1  cgd };
    137