/*
 *
 * 
 * 	(c) Copyright 1993 by Associated Universities, Inc. (AUI)
 * 
 *                       All Rights Reserved
 * 
 * Permission to use, copy, modify, and distribute this software and its 
 * documentation for any purpose and without fee is hereby granted, 
 * provided that the above copyright notice appear in all copies and that
 * both that copyright notice and this permission notice appear in 
 * supporting documentation, and that the name of AUI not be
 * used in advertising or publicity pertaining to distribution of the
 * software without specific, written prior permission.  
 * 
 * THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY.
 * AUI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
 * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
 * AUI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
 * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
 * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 * SOFTWARE.
 *
 *
 */

/* VxWorks definitions */

/* This list of interfaces was taken from the list in the
   man pages, and may or may not be complete. The speed
   values are probably wrong, or at least in the wrong units.
   The SLIP speed is too dynamic to be hard-coded, and I
   don't know what the backplane speed is, or if the loopback
   even has a speed */

static ANNOTATION annotations[] = {

  {
  "lo",
  "VXWORKS loopback interface",
  "24",
  "200000000", /* just a guess */
  "0"
  },

  {
  "lnsgi",
  "VxWorks LANCE (AMD 7990) Ethernet (for SGI) interface",
  "6",
  "10000000",
  "1"
  },

  {
  "ln",
  "VxWorks LANCE (AMD 7990) Ethernet interface",
  "6",
  "10000000",
  "1"
  },

  {
  "fn",
  "VxWorks Fujitsu  MB86960  NICE  Ethernet interface",
  "6",
  "10000000",
  "1"
  },

  {
  "sn",
  "VxWorks National DP83932B SONIC Ethernet interface",
  "6",
  "10000000",
  "1"
  },

  {
  "nic",
  "VxWorks National NIC Chip  (for  HKV30) Ethernet interface",
  "6",
  "10000000",
  "1"
  },

  {
  "eitp",
  "VxWorks Intel 82596 Ethernet (for TP41) interface",
  "6",
  "10000000",
  "1"
  },

  {
  "ei",
  "VxWorks Intel 82596 Ethernet interface",
  "6",
  "10000000",
  "1"
  },

  {
  "ex",
  "VxWorks Excelan EXOS 201/202/302 Ethernet interface",
  "6",
  "10000000",
  "1"
  },

  {
  "enp",
  "VxWorks CMC ENP-10/L ethernet interface",
  "6",
  "10000000",
  "1"
  },

  {
  "bp",
  "VxWorks backplane interface",
  "1",
  "320000000", /* VMEbus speed */
  "0"
  },

  {
  "sm",
  "VxWorks backplane interface",
  "1",
  "320000000", /* VMEbus speed */
  "0"
  },

  {
  "sl",
  "VxWorks SLIP interface",
  "1",
  "19200", /* Maximum speed */
  "0"
  },

  {
  "ul",
  "VXWORKS ULIP interface",
  "1",
  "100000000", /* Maximum speed -bogus*/
  "0"
  },

  {
  "", /* if all else fails */
  "Unknown interface",
  "0",
  "0",
  "0"
  }

} ;

