--******************************************************************************************************************** -- Created: 30-Mar-2010 17:32:31 by OpenVMS SDL EV3-3 -- Source: 19-AUG-2005 10:24:49 $1$DGA7274:[LIB_ADA.LIS]BUSDEF.SDL;1 --******************************************************************************************************************** with SYSTEM; use SYSTEM; with STARLET; use STARLET; with CONDITION_HANDLING; use CONDITION_HANDLING; package BUSDEF is -- module $BUSDEF -- -- Bus Type definitions. -- -- DEFINE Bus Types -- used in BUSARRAY$L_BUS_TYPE and -- CMDTABLE$L_BUS_TYPE -- -- DEFINE BUS TYPES -- BUS_FBUS : constant := 1; BUS_XMI : constant := 2; BUS_LBUS : constant := 3; BUS_TURBO : constant := 4; BUS_CBUS : constant := 5; BUS_LSB : constant := 6; BUS_NI : constant := 7; BUS_CI : constant := 8; BUS_FDDI : constant := 9; BUS_SCSI : constant := 10; BUS_DSSI : constant := 11; BUS_KDM70 : constant := 12; BUS_GENXMI : constant := 13; BUS_BUSLESS_SYSTEM : constant := 14; BUS_COREIO : constant := 15; BUS_EISA : constant := 16; BUS_VTI_COMBO : constant := 17; BUS_VME : constant := 18; BUS_PCI : constant := 19; BUS_ISA : constant := 20; BUS_XBUS : constant := 21; BUS_THIRDPARTY0 : constant := 22; BUS_THIRDPARTY1 : constant := 23; BUS_THIRDPARTY2 : constant := 24; BUS_THIRDPARTY3 : constant := 25; BUS_THIRDPARTY4 : constant := 26; BUS_THIRDPARTY5 : constant := 27; BUS_THIRDPARTY6 : constant := 28; BUS_THIRDPARTY7 : constant := 29; BUS_TLSB : constant := 30; BUS_TIOP : constant := 31; BUS_ITIOP : constant := 32; BUS_PCMCIA : constant := 33; BUS_GLOBAL_BUS : constant := 34; BUS_MC_BUS : constant := 35; BUS_WF_BUS : constant := 36; BUS_IA64_BUS : constant := 37; BUS_NULL : constant := 38; BUS_PCIE : constant := 39; end BUSDEF;