Files
seta75D d6fe8fe829 Init
2021-10-11 22:19:34 -03:00

108 lines
3.9 KiB
Plaintext

# @(#)01 1.5 src/bos/objclass/POWER/diag.ppa.add, cmddiag, bos411, 9428A410j 5/11/94 08:12:14
#
# COMPONENT_NAME: CMDDIAG
#
# FUNCTIONS: Parallel Port Adapter Diagnostics
#
# ORIGINS: 27, 83
#
#
# (C) COPYRIGHT International Business Machines Corp. 1989,1994
# All Rights Reserved
# Licensed Materials - Property of IBM
# US Government Users Restricted Rights - Use, duplication or
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
#
# LEVEL 1, 5 Years Bull Confidential Information
#
#
#
# DClass - name uniquely identifying a device class
# DSClass - name uniquely identifying a device subclass
# DType - name uniquely identifying a device type
# Ports - number of ports on the card if a multi-port card
# Pset - set id of message set in catalog file dcda.msg (vendor.msg)
# (see Menu bit 16 below if not using dcda.msg file)
# PreTest - set if device is to be tested before system comes up.
# - value equals 1 if not a display device
# - value equals 2 if a display device
# AttDType - names a device that has a device driver that supports DType.
# Conc - 0 not supported in concurrent mode
# - 1 supports Diagnostic Tests in concurrent mode
# - 2 supports ELA
# SupTests - Bit positions 32 16 8 4 2 1
# | | | | | |__Shared Tests
# | | | | |____Subtests Tests
# | | | |______Full Tests
# | | |________Missing Options 1
# | |__________Missing Options 2
# |_____________HFT Devices (used for X)
# device will not be in test list if
# running under X-windows
#
# Menu - Bit positions 16 8 4 2 1
# | | | | |_____Diagnostic Test List Menu
# | | | |_______Not allowed to be deleted from DTL Menu
# | | |_________Diagnostic Selection Menu
# | |___________Conditional Diagnostic Selection Menu
# |_____________Devices SRN numbers are located in the
# Diagnostic Application catalog file.
# Pset indicates the set number
# DNext - 2 Test Sibling next
# - 1 Test Parent next
# DaName - name of Diagnostic Application associated with device
# When DaName is prefixed with a "*", the diagnostic controller will
# get the value of the attribute name that follows the "*", then
# uses the attribute value obtained to get the real DaName from the
# PDiagAtt object class. This method is used to allow support of
# devices having the same DType, but requiring different DA.
# Diskette - 0 => Not on any diskette
# X => Diskette number
# S => Supplemental Diskette
# EnclDaName - name of Diagnostic Application associated with enclosure for
# device
# SysxFlg - Bit positions 8 4 2 1
# | | | |__System Exerciser NOT supported
# | | |____DA must run separately from similar DAs
# | |______DA requires media
# |________DA is considered a long test
#
#
PDiagDev:
DClass = "adapter"
DType = "ppa"
DSClass = "sio"
Ports = 1
PSet = 5
PreTest = 0
AttDType = "opp"
AttSClass= "parallel"
Conc = 1
SupTests = 5
Menu = 9
DNext = 1
DaName = "dpp"
Diskette = "7B"
EnclDaName = ""
SysxFlg = 0x0004
PDiagDev:
DClass = "adapter"
DType = "ppa_iod"
DSClass = "sio"
Ports = 1
PSet = 5
PreTest = 0
AttDType = "opp"
AttSClass= "parallel"
Conc = 1
SupTests = 5
Menu = 9
DNext = 1
DaName = "dpp"
Diskette = "7B"
EnclDaName = ""
SysxFlg = 0x0004