xref: /netbsd-src/sys/dev/tc/tcdevs_data.h (revision 2a399c6883d870daece976daec6ffa7bb7f934ce)
1 /*
2  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
3  *
4  * generated from:
5  *	NetBSD: tcdevs,v 1.7 1997/02/05 22:14:18 cgd Exp
6  */
7 
8 /*
9  * Copyright (c) 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 tc_knowndev tc_knowndevs[] = {
40 	{
41 	    "DGLTA-FA",
42 	    TC_DEVICE_DGLTA_FA,
43 	    TC_DESCRIPTION_DGLTA_FA,
44 	},
45 	{
46 	    "FORE_ATM",
47 	    TC_DEVICE_FORE_ATM,
48 	    TC_DESCRIPTION_FORE_ATM,
49 	},
50 	{
51 	    "KZTSA-AA",
52 	    TC_DEVICE_KZTSA_AA,
53 	    TC_DESCRIPTION_KZTSA_AA,
54 	},
55 	{
56 	    "OTTO    ",
57 	    TC_DEVICE_OTTO,
58 	    TC_DESCRIPTION_OTTO,
59 	},
60 	{
61 	    "PMAD-AA ",
62 	    TC_DEVICE_PMAD_AA,
63 	    TC_DESCRIPTION_PMAD_AA,
64 	},
65 	{
66 	    "PMAF-AA ",
67 	    TC_DEVICE_PMAF_AA,
68 	    TC_DESCRIPTION_PMAF_AA,
69 	},
70 	{
71 	    "PMAF-F  ",
72 	    TC_DEVICE_PMAF_F,
73 	    TC_DESCRIPTION_PMAF_F,
74 	},
75 	{
76 	    "PMAG-AA ",
77 	    TC_DEVICE_PMAG_AA,
78 	    TC_DESCRIPTION_PMAG_AA,
79 	},
80 	{
81 	    "PMAG-BA ",
82 	    TC_DEVICE_PMAG_BA,
83 	    TC_DESCRIPTION_PMAG_BA,
84 	},
85 	{
86 	    "PMAG-CA ",
87 	    TC_DEVICE_PMAG_CA,
88 	    TC_DESCRIPTION_PMAG_CA,
89 	},
90 	{
91 	    "PMAG-DA ",
92 	    TC_DEVICE_PMAG_DA,
93 	    TC_DESCRIPTION_PMAG_DA,
94 	},
95 	{
96 	    "PMAG-DV ",
97 	    TC_DEVICE_PMAG_DV,
98 	    TC_DESCRIPTION_PMAG_DV,
99 	},
100 	{
101 	    "PMAG-FA ",
102 	    TC_DEVICE_PMAG_FA,
103 	    TC_DESCRIPTION_PMAG_FA,
104 	},
105 	{
106 	    "PMAGB-BA",
107 	    TC_DEVICE_PMAGB_BA,
108 	    TC_DESCRIPTION_PMAGB_BA,
109 	},
110 	{
111 	    "PMAGD   ",
112 	    TC_DEVICE_PMAGD,
113 	    TC_DESCRIPTION_PMAGD,
114 	},
115 	{
116 	    "PMAGD-AA",
117 	    TC_DEVICE_PMAGD_AA,
118 	    TC_DESCRIPTION_PMAGD_AA,
119 	},
120 	{
121 	    "PMAGD-BA",
122 	    TC_DEVICE_PMAGD_BA,
123 	    TC_DESCRIPTION_PMAGD_BA,
124 	},
125 	{
126 	    "PMAZ-AA ",
127 	    TC_DEVICE_PMAZ_AA,
128 	    TC_DESCRIPTION_PMAZ_AA,
129 	},
130 	{
131 	    "T1D4PKT ",
132 	    TC_DEVICE_T1D4PKT,
133 	    TC_DESCRIPTION_T1D4PKT,
134 	},
135 	{
136 	    "T3PKT   ",
137 	    TC_DEVICE_T3PKT,
138 	    TC_DESCRIPTION_T3PKT,
139 	},
140 	{ NULL, NULL, NULL, }
141 };
142