eisadevs_data.h revision 1.3
1/*
2 * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
3 *
4 * generated from:
5 *	OpenBSD: eisadevs,v 1.2 1996/04/21 22:20:29 deraadt Exp
6 */
7/*	$NetBSD: eisadevs,v 1.1 1996/02/26 23:46:22 cgd Exp $	*/
8
9/*
10 * Copyright (c) 1995, 1996 Christopher G. Demetriou
11 * All rights reserved.
12 *
13 * Redistribution and use in source and binary forms, with or without
14 * modification, are permitted provided that the following conditions
15 * are met:
16 * 1. Redistributions of source code must retain the above copyright
17 *    notice, this list of conditions and the following disclaimer.
18 * 2. Redistributions in binary form must reproduce the above copyright
19 *    notice, this list of conditions and the following disclaimer in the
20 *    documentation and/or other materials provided with the distribution.
21 * 3. All advertising materials mentioning features or use of this software
22 *    must display the following acknowledgement:
23 *      This product includes software developed by Christopher G. Demetriou
24 *	for the NetBSD Project.
25 * 4. The name of the author may not be used to endorse or promote products
26 *    derived from this software without specific prior written permission
27 *
28 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
29 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
30 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
31 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
32 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
33 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
34 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
35 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
36 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
37 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38 */
39
40struct eisa_knowndev eisa_knowndevs[] = {
41	{
42	    0,
43	    "ADP0000",
44	    EISA_PRODUCT_ADP0000,
45	},
46	{
47	    0,
48	    "ADP0001",
49	    EISA_PRODUCT_ADP0001,
50	},
51	{
52	    0,
53	    "ADP0002",
54	    EISA_PRODUCT_ADP0002,
55	},
56	{
57	    0,
58	    "ADP0400",
59	    EISA_PRODUCT_ADP0400,
60	},
61	{
62	    0,
63	    "ADP7770",
64	    EISA_PRODUCT_ADP7770,
65	},
66	{
67	    0,
68	    "ADP7771",
69	    EISA_PRODUCT_ADP7771,
70	},
71	{
72	    0,
73	    "ADP7756",
74	    EISA_PRODUCT_ADP7756,
75	},
76	{
77	    0,
78	    "ADP7757",
79	    EISA_PRODUCT_ADP7757,
80	},
81	{
82	    0,
83	    "AMI4801",
84	    EISA_PRODUCT_AMI4801,
85	},
86	{
87	    0,
88	    "BUS4201",
89	    EISA_PRODUCT_BUS4201,
90	},
91	{
92	    0,
93	    "BUS4202",
94	    EISA_PRODUCT_BUS4202,
95	},
96	{
97	    0,
98	    "DEC4250",
99	    EISA_PRODUCT_DEC4250,
100	},
101	{
102	    0,
103	    "TCM5091",
104	    EISA_PRODUCT_TCM5091,
105	},
106	{
107	    0,
108	    "TCM5092",
109	    EISA_PRODUCT_TCM5092,
110	},
111	{
112	    0,
113	    "TCM5093",
114	    EISA_PRODUCT_TCM5093,
115	},
116	{
117	    EISA_KNOWNDEV_NOPROD,
118	    "ADP",
119	    "Adaptec",
120	},
121	{
122	    EISA_KNOWNDEV_NOPROD,
123	    "AMI",
124	    "AMI",
125	},
126	{
127	    EISA_KNOWNDEV_NOPROD,
128	    "BUS",
129	    "BusLogic",
130	},
131	{
132	    EISA_KNOWNDEV_NOPROD,
133	    "DEC",
134	    "Digital Equipment",
135	},
136	{
137	    EISA_KNOWNDEV_NOPROD,
138	    "TCM",
139	    "3Com",
140	},
141	{ 0, NULL, NULL, }
142};
143