tcdevs_data.h revision 1.10 1 /* $NetBSD: tcdevs_data.h,v 1.10 1998/01/30 02:25:30 thorpej Exp $ */
2
3 /*
4 * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
5 *
6 * generated from:
7 * NetBSD: tcdevs,v 1.8 1998/01/30 02:24:58 thorpej Exp
8 */
9
10 /*
11 * Copyright (c) 1996 Christopher G. Demetriou
12 * All rights reserved.
13 *
14 * Redistribution and use in source and binary forms, with or without
15 * modification, are permitted provided that the following conditions
16 * are met:
17 * 1. Redistributions of source code must retain the above copyright
18 * notice, this list of conditions and the following disclaimer.
19 * 2. Redistributions in binary form must reproduce the above copyright
20 * notice, this list of conditions and the following disclaimer in the
21 * documentation and/or other materials provided with the distribution.
22 * 3. All advertising materials mentioning features or use of this software
23 * must display the following acknowledgement:
24 * This product includes software developed by Christopher G. Demetriou
25 * for the NetBSD Project.
26 * 4. The name of the author may not be used to endorse or promote products
27 * derived from this software without specific prior written permission
28 *
29 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
30 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
31 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
32 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
33 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
34 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
35 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
36 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
37 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
38 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39 */
40
41 struct tc_knowndev tc_knowndevs[] = {
42 {
43 "DGLTA-FA",
44 TC_DEVICE_DGLTA_FA,
45 TC_DESCRIPTION_DGLTA_FA,
46 },
47 {
48 "FORE_ATM",
49 TC_DEVICE_FORE_ATM,
50 TC_DESCRIPTION_FORE_ATM,
51 },
52 {
53 "KZTSA-AA",
54 TC_DEVICE_KZTSA_AA,
55 TC_DESCRIPTION_KZTSA_AA,
56 },
57 {
58 "OTTO ",
59 TC_DEVICE_OTTO,
60 TC_DESCRIPTION_OTTO,
61 },
62 {
63 "PMAD-AA ",
64 TC_DEVICE_PMAD_AA,
65 TC_DESCRIPTION_PMAD_AA,
66 },
67 {
68 "PMAF-AA ",
69 TC_DEVICE_PMAF_AA,
70 TC_DESCRIPTION_PMAF_AA,
71 },
72 {
73 "PMAF-F ",
74 TC_DEVICE_PMAF_F,
75 TC_DESCRIPTION_PMAF_F,
76 },
77 {
78 "PMAG-AA ",
79 TC_DEVICE_PMAG_AA,
80 TC_DESCRIPTION_PMAG_AA,
81 },
82 {
83 "PMAG-BA ",
84 TC_DEVICE_PMAG_BA,
85 TC_DESCRIPTION_PMAG_BA,
86 },
87 {
88 "PMAG-CA ",
89 TC_DEVICE_PMAG_CA,
90 TC_DESCRIPTION_PMAG_CA,
91 },
92 {
93 "PMAG-DA ",
94 TC_DEVICE_PMAG_DA,
95 TC_DESCRIPTION_PMAG_DA,
96 },
97 {
98 "PMAG-DV ",
99 TC_DEVICE_PMAG_DV,
100 TC_DESCRIPTION_PMAG_DV,
101 },
102 {
103 "PMAG-FA ",
104 TC_DEVICE_PMAG_FA,
105 TC_DESCRIPTION_PMAG_FA,
106 },
107 {
108 "PMAGB-BA",
109 TC_DEVICE_PMAGB_BA,
110 TC_DESCRIPTION_PMAGB_BA,
111 },
112 {
113 "PMAGD ",
114 TC_DEVICE_PMAGD,
115 TC_DESCRIPTION_PMAGD,
116 },
117 {
118 "PMAGD-AA",
119 TC_DEVICE_PMAGD_AA,
120 TC_DESCRIPTION_PMAGD_AA,
121 },
122 {
123 "PMAGD-BA",
124 TC_DEVICE_PMAGD_BA,
125 TC_DESCRIPTION_PMAGD_BA,
126 },
127 {
128 "PMAZ-AA ",
129 TC_DEVICE_PMAZ_AA,
130 TC_DESCRIPTION_PMAZ_AA,
131 },
132 {
133 "PMAZ-DS ",
134 TC_DEVICE_PMAZ_DS,
135 TC_DESCRIPTION_PMAZ_DS,
136 },
137 {
138 "PMAZ-FS ",
139 TC_DEVICE_PMAZ_FS,
140 TC_DESCRIPTION_PMAZ_FS,
141 },
142 {
143 "PMAZB-AA",
144 TC_DEVICE_PMAZB_AA,
145 TC_DESCRIPTION_PMAZB_AA,
146 },
147 {
148 "PMAZC-AA",
149 TC_DEVICE_PMAZC_AA,
150 TC_DESCRIPTION_PMAZC_AA,
151 },
152 {
153 "T1D4PKT ",
154 TC_DEVICE_T1D4PKT,
155 TC_DESCRIPTION_T1D4PKT,
156 },
157 {
158 "T3PKT ",
159 TC_DEVICE_T3PKT,
160 TC_DESCRIPTION_T3PKT,
161 },
162 { NULL, NULL, NULL, }
163 };
164