typedef struct SCSILunParms { bool disableDisconnect; UInt32 reserved[16]; } SCSILunParms;
Parameter structure for get/setLunParms
Name Description disableDisconnect Setting disableDisconnect to true disables SCSI disconnect for SCSI Commands issued to the target/lun pair.
typedef struct SCSITargetParms { UInt32 transferPeriodpS; UInt32 transferOffset; UInt32 transferWidth; bool enableTagQueuing; bool disableParity; UInt32 reserved[16]; } SCSITargetParms;
Parameter structure for get/setTargetParms
Name Description transferPeriodpS Minimum SCSI synchronous transfer period allowed for this target in picoseconds (10E-12). For asynchronous data transfer, set this field to 0. transferOffset Maximum SCSI synchronous transfer offset allowed for this target in bytes. For asynchronous data transfer, set this field to 0. transferWidth Maximum SCSI bus width in bytes. Note: must be a power of 2. enableTagQueuing Setting enableTagQueuing to true enables tag queuing for SCSI Commands issued to the target. disableParity Set to (true) to disable parity checking on the SCSI bus for this target.
© 2000 Apple Computer, Inc. (Last Updated 2/23/2000)