
{ COMMON DECK CMHINAD }

{   The purpose of this request is to initialize the active driver type
{ table to correspond to entries in the logical configuration.  The
{ system device driver is a special case as it must occupy the first
{ entry in its driver type table.  The rest are ordered arbitrarily.
{
{       CMP$INITIALIZE_ADTT (SYS_DEV_CHANNEL_NUMBER, SYS_DEV_EQUIPMENT_NUMBER,
{         LOGICAL_PP_NUMBER, STATUS)
{
{ SYS_DEV_CHANNEL_NUMBER: (input)  This parameter specifies the channel number
{       used to access the system device.
{
{ SYS_DEV_EQUIPMENT_NUMBER: (input)  This parameter specifies the equipment
{       number used to access the system device.
{
{ LOGICAL_PP_NUMBER: (input)  This parameter specifies the logical pp table
{       that contains pointers to the interface tables referenced when the
{       adtt in initialized.
{
{ STATUS: (output)  This parameter specifies the request status.
{
