
{ These constants define the device type numbers that CTI
{ uses to define the different device types.  These numbers
{ were taken from the document "CTI Support of NOS/VE Standalone
{ Deadstart" 85/9/5.  This document should be incorporated into
{ the "CTI Interface Specification" ARH2948.

  CONST
    dmc$844_single_density = 1,
    dmc$844_double_density = 2,
    dmc$885 = 3,
    dmc$fsc_3330_1 = 4,
    dmc$fsc_3330_2 = 5,
    dmc$fsc_3330_6 = 6,
    dmc$834_isd1 = 7,
    dmc$895 = 10(8),
    dmc$836_isd2 = 11(8),
    dmc$9836_s0 = 12(8),
    dmc$xmd3 = 13(8);
