eisadevs_data.h revision 1.8 1 /*
2 * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
3 *
4 * generated from:
5 * NetBSD: eisadevs,v 1.9 1996/07/25 20:22:16 thorpej Exp
6 */
7
8 /*
9 * Copyright (c) 1995, 1996 Christopher G. Demetriou
10 * All rights reserved.
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 * 1. Redistributions of source code must retain the above copyright
16 * notice, this list of conditions and the following disclaimer.
17 * 2. Redistributions in binary form must reproduce the above copyright
18 * notice, this list of conditions and the following disclaimer in the
19 * documentation and/or other materials provided with the distribution.
20 * 3. All advertising materials mentioning features or use of this software
21 * must display the following acknowledgement:
22 * This product includes software developed by Christopher G. Demetriou
23 * for the NetBSD Project.
24 * 4. The name of the author may not be used to endorse or promote products
25 * derived from this software without specific prior written permission
26 *
27 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
28 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
29 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
30 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
31 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
32 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
33 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
34 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
35 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
36 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37 */
38
39 struct eisa_knowndev eisa_knowndevs[] = {
40 {
41 0,
42 "ADP0000",
43 EISA_PRODUCT_ADP0000,
44 },
45 {
46 0,
47 "ADP0001",
48 EISA_PRODUCT_ADP0001,
49 },
50 {
51 0,
52 "ADP0002",
53 EISA_PRODUCT_ADP0002,
54 },
55 {
56 0,
57 "ADP0400",
58 EISA_PRODUCT_ADP0400,
59 },
60 {
61 0,
62 "ADP7770",
63 EISA_PRODUCT_ADP7770,
64 },
65 {
66 0,
67 "ADP7771",
68 EISA_PRODUCT_ADP7771,
69 },
70 {
71 0,
72 "ADP7756",
73 EISA_PRODUCT_ADP7756,
74 },
75 {
76 0,
77 "ADP7757",
78 EISA_PRODUCT_ADP7757,
79 },
80 {
81 0,
82 "AMI4801",
83 EISA_PRODUCT_AMI4801,
84 },
85 {
86 0,
87 "BUS4201",
88 EISA_PRODUCT_BUS4201,
89 },
90 {
91 0,
92 "BUS4202",
93 EISA_PRODUCT_BUS4202,
94 },
95 {
96 0,
97 "DEC4250",
98 EISA_PRODUCT_DEC4250,
99 },
100 {
101 0,
102 "DEC3001",
103 EISA_PRODUCT_DEC3001,
104 },
105 {
106 0,
107 "DEC3002",
108 EISA_PRODUCT_DEC3002,
109 },
110 {
111 0,
112 "DEC3003",
113 EISA_PRODUCT_DEC3003,
114 },
115 {
116 0,
117 "DEC3004",
118 EISA_PRODUCT_DEC3004,
119 },
120 {
121 0,
122 "FSI2001",
123 EISA_PRODUCT_FSI2001,
124 },
125 {
126 0,
127 "FSI2002",
128 EISA_PRODUCT_FSI2002,
129 },
130 {
131 0,
132 "FSI2003",
133 EISA_PRODUCT_FSI2003,
134 },
135 {
136 0,
137 "INT1010",
138 EISA_PRODUCT_INT1010,
139 },
140 {
141 0,
142 "TCM5091",
143 EISA_PRODUCT_TCM5091,
144 },
145 {
146 0,
147 "TCM5092",
148 EISA_PRODUCT_TCM5092,
149 },
150 {
151 0,
152 "TCM5093",
153 EISA_PRODUCT_TCM5093,
154 },
155 {
156 0,
157 "USC0240",
158 EISA_PRODUCT_USC0240,
159 },
160 {
161 EISA_KNOWNDEV_NOPROD,
162 "ADP",
163 "Adaptec",
164 },
165 {
166 EISA_KNOWNDEV_NOPROD,
167 "AMI",
168 "AMI",
169 },
170 {
171 EISA_KNOWNDEV_NOPROD,
172 "BUS",
173 "BusLogic",
174 },
175 {
176 EISA_KNOWNDEV_NOPROD,
177 "DEC",
178 "Digital Equipment",
179 },
180 {
181 EISA_KNOWNDEV_NOPROD,
182 "FSI",
183 "FORE Systems",
184 },
185 {
186 EISA_KNOWNDEV_NOPROD,
187 "INT",
188 "Intel",
189 },
190 {
191 EISA_KNOWNDEV_NOPROD,
192 "TCM",
193 "3Com",
194 },
195 {
196 EISA_KNOWNDEV_NOPROD,
197 "USC",
198 "UltraStor",
199 },
200 { 0, NULL, NULL, }
201 };
202