1 /* $NetBSD: tcdevs_data.h,v 1.12 1998/06/18 23:29:46 jonathan Exp $ */ 2 3 /* 4 * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. 5 * 6 * generated from: 7 * NetBSD: tcdevs,v 1.10 1998/06/18 23:28:12 jonathan 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 "AV01B-AA", 44 TC_DEVICE_AV01B_AA, 45 TC_DESCRIPTION_AV01B_AA, 46 }, 47 { 48 "DGLTA-FA", 49 TC_DEVICE_DGLTA_FA, 50 TC_DESCRIPTION_DGLTA_FA, 51 }, 52 { 53 "FORE_ATM", 54 TC_DEVICE_FORE_ATM, 55 TC_DESCRIPTION_FORE_ATM, 56 }, 57 { 58 "KZTSA-AA", 59 TC_DEVICE_KZTSA_AA, 60 TC_DESCRIPTION_KZTSA_AA, 61 }, 62 { 63 "OTTO ", 64 TC_DEVICE_OTTO, 65 TC_DESCRIPTION_OTTO, 66 }, 67 { 68 "PMAD-AA ", 69 TC_DEVICE_PMAD_AA, 70 TC_DESCRIPTION_PMAD_AA, 71 }, 72 { 73 "PMAF-AA ", 74 TC_DEVICE_PMAF_AA, 75 TC_DESCRIPTION_PMAF_AA, 76 }, 77 { 78 "PMAF-F ", 79 TC_DEVICE_PMAF_F, 80 TC_DESCRIPTION_PMAF_F, 81 }, 82 { 83 "PMAG-AA ", 84 TC_DEVICE_PMAG_AA, 85 TC_DESCRIPTION_PMAG_AA, 86 }, 87 { 88 "PMAG-BA ", 89 TC_DEVICE_PMAG_BA, 90 TC_DESCRIPTION_PMAG_BA, 91 }, 92 { 93 "PMAG-CA ", 94 TC_DEVICE_PMAG_CA, 95 TC_DESCRIPTION_PMAG_CA, 96 }, 97 { 98 "PMAG-DA ", 99 TC_DEVICE_PMAG_DA, 100 TC_DESCRIPTION_PMAG_DA, 101 }, 102 { 103 "PMAG-DV ", 104 TC_DEVICE_PMAG_DV, 105 TC_DESCRIPTION_PMAG_DV, 106 }, 107 { 108 "PMAG-FA ", 109 TC_DEVICE_PMAG_FA, 110 TC_DESCRIPTION_PMAG_FA, 111 }, 112 { 113 "PMAGB-BA", 114 TC_DEVICE_PMAGB_BA, 115 TC_DESCRIPTION_PMAGB_BA, 116 }, 117 { 118 "PMAGD ", 119 TC_DEVICE_PMAGD, 120 TC_DESCRIPTION_PMAGD, 121 }, 122 { 123 "PMAGD-AA", 124 TC_DEVICE_PMAGD_AA, 125 TC_DESCRIPTION_PMAGD_AA, 126 }, 127 { 128 "PMAGD-BA", 129 TC_DEVICE_PMAGD_BA, 130 TC_DESCRIPTION_PMAGD_BA, 131 }, 132 { 133 "PMAZ-AA ", 134 TC_DEVICE_PMAZ_AA, 135 TC_DESCRIPTION_PMAZ_AA, 136 }, 137 { 138 "PMAZ-DS ", 139 TC_DEVICE_PMAZ_DS, 140 TC_DESCRIPTION_PMAZ_DS, 141 }, 142 { 143 "PMAZ-FS ", 144 TC_DEVICE_PMAZ_FS, 145 TC_DESCRIPTION_PMAZ_FS, 146 }, 147 { 148 "PMAZB-AA", 149 TC_DEVICE_PMAZB_AA, 150 TC_DESCRIPTION_PMAZB_AA, 151 }, 152 { 153 "PMAZC-AA", 154 TC_DEVICE_PMAZC_AA, 155 TC_DESCRIPTION_PMAZC_AA, 156 }, 157 { 158 "T1D4PKT ", 159 TC_DEVICE_T1D4PKT, 160 TC_DESCRIPTION_T1D4PKT, 161 }, 162 { 163 "T3PKT ", 164 TC_DEVICE_T3PKT, 165 TC_DESCRIPTION_T3PKT, 166 }, 167 { 168 "PMAT-AA ", 169 TC_DEVICE_PMAT_AA, 170 TC_DESCRIPTION_PMAT_AA, 171 }, 172 { NULL, NULL, NULL, } 173 }; 174