1 #ifndef DEVICES_SCSIDISK_H
2 #define DEVICES_SCSIDISK_H
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 Desc: Definitions for SCSI exec-level device command
13 # include <exec/types.h>
29 UBYTE
*scsi_SenseData
;
30 UWORD scsi_SenseLength
;
31 UWORD scsi_SenseActual
;
38 #define SCSIB_READ_WRITE 0
40 #define SCSIF_NOSENSE 0
41 #define SCSIF_AUTOSENSE 2
43 #define SCSIF_OLDAUTOSENSE 6
45 #define SCSIB_AUTOSENSE 1
46 #define SCSIB_OLDAUTOSENSE 2
48 /* SCSI io_Error values */
50 #define HFERR_SelfUnit 40
52 #define HFERR_Phase 42
53 #define HFERR_Parity 43
54 #define HFERR_SelTimeout 44
55 #define HFERR_BadStatus 45
57 /* OpenDevice io_Error values */
59 #define HFERR_NoBoard 50
61 #endif /* DEVICES_SCSIDISK_H */