The sSCSI_ATTR
structure contains information about the SCSI.
typedef struct sSCSI_ATTR { BYTE
scsiChannel; BYTE
scsiId; BYTE
scsiLun; BYTE
scsiTaggedQueuing; BYTE
scsiCacheMode; BYTE
scsiSpeed; } sSCSI_ATTR, *pSCSI_ATTR; |
scsiChannel
Channel
for SCSI target (0/1)
scsiId
SCSI
ID for the volume
scsiLun
SCSI LUN
scsiTaggedQueuing
Value |
Meaning |
0 |
Queue disabled |
1 |
Queue enabled |
scsiCacheMode
Value |
Meaning |
0 |
Cache disabled |
1 |
Cache enabled |
scsiSpeed
Value |
Meaning |
0 |
ATA33 |
1 |
ATA66 |
2 |
ATA100 |
3 |
ATA133 |
4 |
ATA150 |
Requirements
Header |
arclib.h |
Include |
arclib.h |
See Also