1*07ce4063Ssnj /* $NetBSD: nmadef.h,v 1.4 2009/10/20 00:51:13 snj Exp $ */ 2fcab4c33Sthorpej 3ed137f7cScjs /* 4ed137f7cScjs * Copyright (c) 1995 Mats O Jansson. All rights reserved. 5ed137f7cScjs * 6ed137f7cScjs * Redistribution and use in source and binary forms, with or without 7ed137f7cScjs * modification, are permitted provided that the following conditions 8ed137f7cScjs * are met: 9ed137f7cScjs * 1. Redistributions of source code must retain the above copyright 10ed137f7cScjs * notice, this list of conditions and the following disclaimer. 11ed137f7cScjs * 2. Redistributions in binary form must reproduce the above copyright 12ed137f7cScjs * notice, this list of conditions and the following disclaimer in the 13ed137f7cScjs * documentation and/or other materials provided with the distribution. 14ed137f7cScjs * 15ed137f7cScjs * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 16ed137f7cScjs * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 17ed137f7cScjs * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 18ed137f7cScjs * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 19ed137f7cScjs * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 20ed137f7cScjs * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 21ed137f7cScjs * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 22ed137f7cScjs * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 23ed137f7cScjs * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 24ed137f7cScjs * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25ed137f7cScjs * 26*07ce4063Ssnj * $NetBSD: nmadef.h,v 1.4 2009/10/20 00:51:13 snj Exp $ 27ed137f7cScjs * 28ed137f7cScjs */ 29ed137f7cScjs 30ed137f7cScjs #ifndef _NMADEF_H_ 31ed137f7cScjs #define _NMADEF_H_ 32ed137f7cScjs 33ed137f7cScjs #define NMA_C_SOFD_DP 0 /* DP11-DA */ 34ed137f7cScjs #define NMA_C_SOFD_UNA 1 /* DEUNA */ 35ed137f7cScjs #define NMA_C_SOFD_DU 2 /* DU11-DA */ 36ed137f7cScjs #define NMA_C_SOFD_CNA 3 /* DECNA */ 37ed137f7cScjs #define NMA_C_SOFD_DL 4 /* DL11-C, -E, or -WA */ 38ed137f7cScjs #define NMA_C_SOFD_QNA 5 /* DEQNA */ 39ed137f7cScjs #define NMA_C_SOFD_DQ 6 /* DQ11-DA */ 40ed137f7cScjs #define NMA_C_SOFD_CI 7 /* Computer Interconnect */ 41ed137f7cScjs #define NMA_C_SOFD_DA 8 /* DA11-B or -AL */ 42ed137f7cScjs #define NMA_C_SOFD_PCL 9 /* PCL11-B */ 43ed137f7cScjs #define NMA_C_SOFD_DUP 10 /* DUP11-DA */ 44ed137f7cScjs #define NMA_C_SOFD_LUA 11 /* DELUA */ 45ed137f7cScjs #define NMA_C_SOFD_DMC 12 /* DMC11-DA/AR, -FA/AR, -MA/AL or -MD/AL */ 46ed137f7cScjs #define NMA_C_SOFD_LNA 13 /* MicroServer Lance */ 47ed137f7cScjs #define NMA_C_SOFD_DN 14 /* DN11-BA or -AA */ 48ed137f7cScjs #define NMA_C_SOFD_DLV 16 /* DLV11-E, -F, -J, MXV11-A or -B */ 49ed137f7cScjs #define NMA_C_SOFD_LCS 17 /* DECServer 100 */ 50ed137f7cScjs #define NMA_C_SOFD_DMP 18 /* DMP11 */ 51ed137f7cScjs #define NMA_C_SOFD_AMB 19 /* AMBER */ 52ed137f7cScjs #define NMA_C_SOFD_DTE 20 /* DTE20 */ 53ed137f7cScjs #define NMA_C_SOFD_DBT 21 /* DEBET */ 54ed137f7cScjs #define NMA_C_SOFD_DV 22 /* DV11-AA/BA */ 55ed137f7cScjs #define NMA_C_SOFD_BNA 23 /* DEBNA */ 56ed137f7cScjs #define NMA_C_SOFD_BNT 23 /* DEBNT */ 57ed137f7cScjs #define NMA_C_SOFD_DZ 24 /* DZ11-A, -B, -C, -D */ 58ed137f7cScjs #define NMA_C_SOFD_LPC 25 /* PCXX */ 59ed137f7cScjs #define NMA_C_SOFD_DSV 26 /* DSV11 */ 60ed137f7cScjs #define NMA_C_SOFD_CEC 27 /* 3-COM/IBM-PC */ 61ed137f7cScjs #define NMA_C_SOFD_KDP 28 /* KMC11/DUP11-DA */ 62ed137f7cScjs #define NMA_C_SOFD_IEC 29 /* Interlan/IBM-PC */ 63ed137f7cScjs #define NMA_C_SOFD_KDZ 30 /* KMC11/DZ11-A, -B, -C, or -D */ 64ed137f7cScjs #define NMA_C_SOFD_UEC 31 /* Univation/RAINBOW-100 */ 65ed137f7cScjs #define NMA_C_SOFD_KL8 32 /* KL8-J */ 66ed137f7cScjs #define NMA_C_SOFD_DS2 33 /* DECServer 200 */ 67ed137f7cScjs #define NMA_C_SOFD_DMV 34 /* DMV11 */ 68ed137f7cScjs #define NMA_C_SOFD_DS5 35 /* DECServer 500 */ 69ed137f7cScjs #define NMA_C_SOFD_DPV 36 /* DPV11 */ 70ed137f7cScjs #define NMA_C_SOFD_LQA 37 /* DELQA */ 71ed137f7cScjs #define NMA_C_SOFD_DMF 38 /* DMF32 */ 72ed137f7cScjs #define NMA_C_SOFD_SVA 39 /* DESVA */ 73ed137f7cScjs #define NMA_C_SOFD_DMR 40 /* DMR11-AA, -AB, -AC, or -AE */ 74ed137f7cScjs #define NMA_C_SOFD_MUX 41 /* MUXserver */ 75ed137f7cScjs #define NMA_C_SOFD_KMY 42 /* KMS11-PX */ 76ed137f7cScjs #define NMA_C_SOFD_DEP 43 /* DEPCA PCSG/IBM-PC */ 77ed137f7cScjs #define NMA_C_SOFD_KMX 44 /* KMS11-BD/BE */ 78ed137f7cScjs #define NMA_C_SOFD_LTM 45 /* LTM Ethernet monitor */ 79ed137f7cScjs #define NMA_C_SOFD_DMB 46 /* DMB-32 */ 80ed137f7cScjs #define NMA_C_SOFD_DES 47 /* DESNC */ 81ed137f7cScjs #define NMA_C_SOFD_KCP 48 /* KCP */ 82ed137f7cScjs #define NMA_C_SOFD_MX3 49 /* MUXServer 300 */ 83ed137f7cScjs #define NMA_C_SOFD_SYN 50 /* MicroServer */ 84ed137f7cScjs #define NMA_C_SOFD_MEB 51 /* DEMEB */ 85ed137f7cScjs #define NMA_C_SOFD_DSB 52 /* DSB32 */ 86ed137f7cScjs #define NMA_C_SOFD_BAM 53 /* DEBAM LANBridge-200 */ 87ed137f7cScjs #define NMA_C_SOFD_DST 54 /* DST-32 TEAMmate */ 88ed137f7cScjs #define NMA_C_SOFD_FAT 55 /* DEFAT */ 89ed137f7cScjs #define NMA_C_SOFD_RSM 56 /* DERSM - Remote Segment Monitor */ 90ed137f7cScjs #define NMA_C_SOFD_RES 57 /* DERES - Remote Environmental Sensor */ 91ed137f7cScjs #define NMA_C_SOFD_3C2 58 /* 3COM Etherlink II (3C503) */ 92ed137f7cScjs #define NMA_C_SOFD_3CM 59 /* 3COM Etherlink/MC (3C523) */ 93ed137f7cScjs #define NMA_C_SOFD_DS3 60 /* DECServer 300 */ 94ed137f7cScjs #define NMA_C_SOFD_MF2 61 /* Mayfair-2 */ 95ed137f7cScjs #define NMA_C_SOFD_MMR 62 /* DEMMR */ 96ed137f7cScjs #define NMA_C_SOFD_VIT 63 /* Vitalink TransLAN III/IV (NP3A) Bridge */ 97ed137f7cScjs #define NMA_C_SOFD_VT5 64 /* Vitalink TransLAN 350 (NPC25) Bridge */ 98ed137f7cScjs #define NMA_C_SOFD_BNI 65 /* DEBNI */ 99ed137f7cScjs #define NMA_C_SOFD_MNA 66 /* DEMNA */ 100ed137f7cScjs #define NMA_C_SOFD_PMX 67 /* PMAX (KN01) */ 101ed137f7cScjs #define NMA_C_SOFD_NI5 68 /* Interlan NI5210-8 */ 102ed137f7cScjs #define NMA_C_SOFD_NI9 69 /* Interlan NI9210 */ 103ed137f7cScjs #define NMA_C_SOFD_KMK 70 /* KMS11-K */ 104ed137f7cScjs #define NMA_C_SOFD_3CP 71 /* 3COM Etherlink Plus (3C505) */ 105ed137f7cScjs #define NMA_C_SOFD_DP2 72 /* DPNserver-200 */ 106ed137f7cScjs #define NMA_C_SOFD_ISA 73 /* SGEC */ 107ed137f7cScjs #define NMA_C_SOFD_DIV 74 /* DIV-32 DEC WAN controller-100 */ 108ed137f7cScjs #define NMA_C_SOFD_QTA 75 /* DEQTA */ 109ed137f7cScjs #define NMA_C_SOFD_B15 76 /* LANbridge-150 */ 110ed137f7cScjs #define NMA_C_SOFD_WD8 77 /* WD8003 Family */ 111ed137f7cScjs #define NMA_C_SOFD_ILA 78 /* BICC ISOLAN 4110-2 */ 112ed137f7cScjs #define NMA_C_SOFD_ILM 79 /* BICC ISOLAN 4110-3 */ 113ed137f7cScjs #define NMA_C_SOFD_APR 80 /* Apricot Xen-S and Qi */ 114ed137f7cScjs #define NMA_C_SOFD_ASN 81 /* AST EtherNode */ 115ed137f7cScjs #define NMA_C_SOFD_ASE 82 /* AST Ethernet */ 116ed137f7cScjs #define NMA_C_SOFD_TRW 83 /* TRW HC-2001 */ 117ed137f7cScjs #define NMA_C_SOFD_EDX 84 /* Ethernet-XT/AT */ 118ed137f7cScjs #define NMA_C_SOFD_EDA 85 /* Ethernet-AT */ 119ed137f7cScjs #define NMA_C_SOFD_DR2 86 /* DECrouter-250 */ 120ed137f7cScjs #define NMA_C_SOFD_SCC 87 /* DECrouter-250 DUSCC */ 121ed137f7cScjs #define NMA_C_SOFD_DCA 88 /* DCA Series 300 */ 122ed137f7cScjs #define NMA_C_SOFD_TIA 89 /* LANcard/E */ 123ed137f7cScjs #define NMA_C_SOFD_FBN 90 /* DEFEB DECbridge-500 */ 124ed137f7cScjs #define NMA_C_SOFD_FEB 91 /* DEFEB DECbridge-500 FDDI */ 125ed137f7cScjs #define NMA_C_SOFD_FCN 92 /* DEFCN DECconcentrator-500 */ 126ed137f7cScjs #define NMA_C_SOFD_MFA 93 /* DEMFA */ 127ed137f7cScjs #define NMA_C_SOFD_MXE 94 /* MIPS workstation family */ 128ed137f7cScjs #define NMA_C_SOFD_CED 95 /* Cabletron Ethernet Desktop */ 129ed137f7cScjs #define NMA_C_SOFD_C20 96 /* 3Com CS/200 */ 130ed137f7cScjs #define NMA_C_SOFD_CS1 97 /* 3Com CS/1 */ 131ed137f7cScjs #define NMA_C_SOFD_C2M 98 /* 3Com CS/210, CS/2000, CS/2100 */ 132ed137f7cScjs #define NMA_C_SOFD_ACA 99 /* ACA/32000 system */ 133ed137f7cScjs #define NMA_C_SOFD_GSM 100 /* Gandalf StarMaster */ 134ed137f7cScjs #define NMA_C_SOFD_DSF 101 /* DSF32 */ 135ed137f7cScjs #define NMA_C_SOFD_CS5 102 /* 3Com CS/50 */ 136ed137f7cScjs #define NMA_C_SOFD_XIR 103 /* XIRCOM PE10B2 */ 137ed137f7cScjs #define NMA_C_SOFD_KFE 104 /* KFE52 */ 138ed137f7cScjs #define NMA_C_SOFD_RT3 105 /* rtVAX-300 */ 139ed137f7cScjs #define NMA_C_SOFD_SPI 106 /* Spiderport M250 */ 140ed137f7cScjs #define NMA_C_SOFD_FOR 107 /* LAT gateway */ 141ed137f7cScjs #define NMA_C_SOFD_MER 108 /* Meridian */ 142ed137f7cScjs #define NMA_C_SOFD_PER 109 /* Persoft */ 143ed137f7cScjs #define NMA_C_SOFD_STR 110 /* AT&T StarLan-10 */ 144ed137f7cScjs #define NMA_C_SOFD_MPS 111 /* MIPSfair */ 145ed137f7cScjs #define NMA_C_SOFD_L20 112 /* LPS20 print server */ 146ed137f7cScjs #define NMA_C_SOFD_VT2 113 /* Vitalink TransLAN 320 Bridge */ 147ed137f7cScjs #define NMA_C_SOFD_DWT 114 /* VT-1000 */ 148ed137f7cScjs #define NMA_C_SOFD_WGB 115 /* DEWGB */ 149ed137f7cScjs #define NMA_C_SOFD_ZEN 116 /* Zenith Z-LAN4000, Z-LAN */ 150ed137f7cScjs #define NMA_C_SOFD_TSS 117 /* Thursby Software Systems */ 151ed137f7cScjs #define NMA_C_SOFD_MNE 118 /* 3MIN (KN02-BA) */ 152ed137f7cScjs #define NMA_C_SOFD_FZA 119 /* DEFZA */ 153ed137f7cScjs #define NMA_C_SOFD_90L 120 /* DS90L */ 154ed137f7cScjs #define NMA_C_SOFD_CIS 121 /* Cisco Systems */ 155ed137f7cScjs #define NMA_C_SOFD_STC 122 /* STRTC */ 156ed137f7cScjs #define NMA_C_SOFD_UBE 123 /* Ungermann-Bass PC2030, PC3030 */ 157ed137f7cScjs #define NMA_C_SOFD_DW2 124 /* DECwindows terminal II */ 158ed137f7cScjs #define NMA_C_SOFD_FUE 125 /* Fujitsu Etherstar MB86950 */ 159ed137f7cScjs #define NMA_C_SOFD_M38 126 /* MUXServer 380 */ 160ed137f7cScjs #define NMA_C_SOFD_NTI 127 /* NTI Group PC Ethernet Card */ 161ed137f7cScjs #define NMA_C_SOFD_RAD 130 /* RADLINX LAN Gateway */ 162ed137f7cScjs #define NMA_C_SOFD_INF 131 /* Infotron Commix */ 163ed137f7cScjs #define NMA_C_SOFD_XMX 132 /* Xyplex MAXserver */ 164ed137f7cScjs #define NMA_C_SOFD_NDI 133 /* NDIS data link driver for MS/DOS systems */ 165ed137f7cScjs #define NMA_C_SOFD_ND2 134 /* NDIS data link driver for OS/2 systems */ 166ed137f7cScjs #define NMA_C_SOFD_TRN 135 /* DEC LANcontroller 520 */ 167ed137f7cScjs #define NMA_C_SOFD_DEV 136 /* Develcon Electronics Ltd. LAT gateway */ 168ed137f7cScjs #define NMA_C_SOFD_ACE 137 /* Acer 5220, 5270 adapter */ 169ed137f7cScjs #define NMA_C_SOFD_PNT 138 /* ProNet-4/18 #1390 */ 170ed137f7cScjs #define NMA_C_SOFD_ISE 139 /* Network Integration Server 600 */ 171ed137f7cScjs #define NMA_C_SOFD_IST 140 /* Network Integration Server 600 T1 */ 172ed137f7cScjs #define NMA_C_SOFD_ISH 141 /* Network Integration Server 64 kb HDLC */ 173ed137f7cScjs #define NMA_C_SOFD_ISF 142 /* Network Integration Server 600 FDDI */ 174ed137f7cScjs #define NMA_C_SOFD_DSW 149 /* DSW-21 */ 175ed137f7cScjs #define NMA_C_SOFD_DW4 150 /* DSW-41/42 */ 176ed137f7cScjs #define NMA_C_SOFD_TRA 175 /* DETRA-AA */ 177ed137f7cScjs 178dbaa175eSthorpej #endif /* _NMADEF_H_ */ 179