--******************************************************************************************************************** -- Created: 30-Mar-2010 17:32:28 by OpenVMS SDL EV3-3 -- Source: 20-JAN-1992 09:25:06 $1$DGA7274:[LIB_ADA.LIS]BTDDEF.SDL;1 --******************************************************************************************************************** with SYSTEM; use SYSTEM; with STARLET; use STARLET; with CONDITION_HANDLING; use CONDITION_HANDLING; package BTDDEF is -- module $BTDDEF --+ -- -- Boot device codes -- --- -- "$K_" added, 8/30/79, CHP BTD_K_MB : constant := 0; -- Massbus device -- Types 1-31. reserved for -- Unibus(Qbus) devices BTD_K_DM : constant := 1; -- RK06/7 BTD_K_DL : constant := 2; -- RL02 BTD_K_DQ : constant := 3; -- RB02/RB80 BTD_K_PROM : constant := 8; -- PROM (not copied) BTD_K_PROM_COPY : constant := 9; -- PROM copied (Mayflower) BTD_K_UDA : constant := 17; -- UDA BTD_K_TK50 : constant := 18; -- TK50 (MAYA) BTD_K_KFQSA : constant := 19; -- KFQSA BTD_K_QBUS_SCSI : constant := 20; -- Qbus SCSI adapter -- End of Unibus(Qbus) devices BTD_K_HSCCI : constant := 32; -- HSC on CI BTD_K_BDA : constant := 33; -- BI disk adapter BTD_K_BVPSSP : constant := 34; -- BVP Storage Systems ports BTD_K_AIE_TK50 : constant := 35; -- AIE/TK50 port BTD_K_ST506_DISK : constant := 36; -- ST506 disk (PVAX/VAXstar) BTD_K_KA410_DISK : constant := 36; -- VAXstar ST506 disk BTD_K_KA420_DISK : constant := 36; -- PVAX ST506 disk BTD_K_SCSI_5380_TAPE : constant := 37; -- NCR 5380 SCSI tape (PVAX/VAXstar) BTD_K_KA410_TAPE : constant := 37; -- VAXstar SCSI tape BTD_K_KA420_TAPE : constant := 37; -- PVAX SCSI tape BTD_K_DISK9 : constant := 38; -- Disk on 009 BTD_K_SII : constant := 39; -- Embedded DSSI controller BTD_K_SHAC : constant := 41; -- Single chip DSSI adapter. BTD_K_SCSI_5380_DISK : constant := 42; -- NCR 5380 SCSI disk (PVAX) BTD_K_HSX : constant := 43; BTD_K_KDM70 : constant := 43; BTD_K_HSXTAPE : constant := 44; BTD_K_KDM70TAPE : constant := 44; BTD_K_SWIFT : constant := 45; -- Another embedded DSSI controller-CIRRUS BTD_K_SCSI_53C94_DISK : constant := 46; BTD_K_SCSI_53C94_TAPE : constant := 47; BTD_K_CONSOLE : constant := 64; -- Console block storage device -- Network boot devices (96-103) BTD_K_NET_DLL : constant := 96; -- Start of network boot devices -- Codes 96-127 reserved BTD_K_QNA : constant := 96; -- DEQNA BTD_K_UNA : constant := 97; -- DEUNA BTD_K_AIE_NI : constant := 98; -- AIE/NI BTD_K_LANCE : constant := 99; -- LANCE NI chip BTD_K_KA410_NI : constant := 99; -- VAXstar NI (LANCE chip) BTD_K_KA420_NI : constant := 99; -- PVAX NI (LANCE chip) BTD_K_SGEC : constant := 100; -- SGEC chip BTD_K_SERVER_DEBNA : constant := 101; -- NI-CDROM server BTD_K_SERVER_DEBNI : constant := 102; -- NI-CDROM server BTD_K_SERVER_XNA : constant := 103; -- NI-CDROM server BTD_K_DEBNI : constant := 104; -- DEBNI BTD_K_DEMNA : constant := 105; -- DEMNA BTD_K_KA520_NI : constant := 106; -- CIRRUS NI BTD_K_SERVER_QNA : constant := 107; -- NI-CDROM server BTD_K_SERVER_AIE_NI : constant := 108; -- NI-CDROM server BTD_K_SERVER_LANCE : constant := 109; -- NI-CDROM server BTD_K_SERVER_SGEC : constant := 110; -- NI-CDROM server BTD_K_SERVER_KA520_NI : constant := 111; -- NI-CDROM server BTD_K_DEMFA : constant := 112; -- DEMFA BTD_K_SERVER_DEMFA : constant := 113; -- NI-CDROM server BTD_K_DEFZA : constant := 114; -- DEFZA BTD_K_SERVER_DEFZA : constant := 115; -- NI-CDROM server BTD_K_PMAD : constant := 116; -- PMAD BTD_K_SERVER_PMAD : constant := 117; -- NI-CDROM server BDT_K_TGEC : constant := 118; -- TGEC ethernet chip BTD_K_SERVER_TGEC : constant := 119; -- NI-CDROM server BDT_K_DEANA : constant := 120; -- Futurebus to Ethernet BTD_K_SERVER_DEANA : constant := 121; -- NI-CDROM server BTD_K_NETWORK_BOOT : constant := 128; -- Generic boot over NI BTD_K_NISCS : constant := 128; -- SCS disk over NI end BTDDEF;