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