1570af302Sopenharmony_ci#ifndef _SCSI_SCSI_H
2570af302Sopenharmony_ci#define _SCSI_SCSI_H
3570af302Sopenharmony_ci
4570af302Sopenharmony_ci#define TEST_UNIT_READY 0x00
5570af302Sopenharmony_ci#define REZERO_UNIT 0x01
6570af302Sopenharmony_ci#define REQUEST_SENSE 0x03
7570af302Sopenharmony_ci#define FORMAT_UNIT 0x04
8570af302Sopenharmony_ci#define READ_BLOCK_LIMITS 0x05
9570af302Sopenharmony_ci#define REASSIGN_BLOCKS 0x07
10570af302Sopenharmony_ci#define READ_6 0x08
11570af302Sopenharmony_ci#define WRITE_6 0x0a
12570af302Sopenharmony_ci#define SEEK_6 0x0b
13570af302Sopenharmony_ci#define READ_REVERSE 0x0f
14570af302Sopenharmony_ci#define WRITE_FILEMARKS 0x10
15570af302Sopenharmony_ci#define SPACE 0x11
16570af302Sopenharmony_ci#define INQUIRY 0x12
17570af302Sopenharmony_ci#define RECOVER_BUFFERED_DATA 0x14
18570af302Sopenharmony_ci#define MODE_SELECT 0x15
19570af302Sopenharmony_ci#define RESERVE 0x16
20570af302Sopenharmony_ci#define RELEASE 0x17
21570af302Sopenharmony_ci#define COPY 0x18
22570af302Sopenharmony_ci#define ERASE 0x19
23570af302Sopenharmony_ci#define MODE_SENSE 0x1a
24570af302Sopenharmony_ci#define START_STOP 0x1b
25570af302Sopenharmony_ci#define RECEIVE_DIAGNOSTIC 0x1c
26570af302Sopenharmony_ci#define SEND_DIAGNOSTIC 0x1d
27570af302Sopenharmony_ci#define ALLOW_MEDIUM_REMOVAL 0x1e
28570af302Sopenharmony_ci#define SET_WINDOW 0x24
29570af302Sopenharmony_ci#define READ_CAPACITY 0x25
30570af302Sopenharmony_ci#define READ_10 0x28
31570af302Sopenharmony_ci#define WRITE_10 0x2a
32570af302Sopenharmony_ci#define SEEK_10 0x2b
33570af302Sopenharmony_ci#define WRITE_VERIFY 0x2e
34570af302Sopenharmony_ci#define VERIFY 0x2f
35570af302Sopenharmony_ci#define SEARCH_HIGH 0x30
36570af302Sopenharmony_ci#define SEARCH_EQUAL 0x31
37570af302Sopenharmony_ci#define SEARCH_LOW 0x32
38570af302Sopenharmony_ci#define SET_LIMITS 0x33
39570af302Sopenharmony_ci#define PRE_FETCH 0x34
40570af302Sopenharmony_ci#define READ_POSITION 0x34
41570af302Sopenharmony_ci#define SYNCHRONIZE_CACHE 0x35
42570af302Sopenharmony_ci#define LOCK_UNLOCK_CACHE 0x36
43570af302Sopenharmony_ci#define READ_DEFECT_DATA 0x37
44570af302Sopenharmony_ci#define MEDIUM_SCAN 0x38
45570af302Sopenharmony_ci#define COMPARE 0x39
46570af302Sopenharmony_ci#define COPY_VERIFY 0x3a
47570af302Sopenharmony_ci#define WRITE_BUFFER 0x3b
48570af302Sopenharmony_ci#define READ_BUFFER 0x3c
49570af302Sopenharmony_ci#define UPDATE_BLOCK 0x3d
50570af302Sopenharmony_ci#define READ_LONG 0x3e
51570af302Sopenharmony_ci#define WRITE_LONG 0x3f
52570af302Sopenharmony_ci#define CHANGE_DEFINITION 0x40
53570af302Sopenharmony_ci#define WRITE_SAME 0x41
54570af302Sopenharmony_ci#define READ_TOC 0x43
55570af302Sopenharmony_ci#define LOG_SELECT 0x4c
56570af302Sopenharmony_ci#define LOG_SENSE 0x4d
57570af302Sopenharmony_ci#define MODE_SELECT_10 0x55
58570af302Sopenharmony_ci#define RESERVE_10 0x56
59570af302Sopenharmony_ci#define RELEASE_10 0x57
60570af302Sopenharmony_ci#define MODE_SENSE_10 0x5a
61570af302Sopenharmony_ci#define PERSISTENT_RESERVE_IN 0x5e
62570af302Sopenharmony_ci#define PERSISTENT_RESERVE_OUT 0x5f
63570af302Sopenharmony_ci#define MOVE_MEDIUM 0xa5
64570af302Sopenharmony_ci#define READ_12 0xa8
65570af302Sopenharmony_ci#define WRITE_12 0xaa
66570af302Sopenharmony_ci#define WRITE_VERIFY_12 0xae
67570af302Sopenharmony_ci#define SEARCH_HIGH_12 0xb0
68570af302Sopenharmony_ci#define SEARCH_EQUAL_12 0xb1
69570af302Sopenharmony_ci#define SEARCH_LOW_12 0xb2
70570af302Sopenharmony_ci#define READ_ELEMENT_STATUS 0xb8
71570af302Sopenharmony_ci#define SEND_VOLUME_TAG 0xb6
72570af302Sopenharmony_ci#define WRITE_LONG_2 0xea
73570af302Sopenharmony_ci#define GOOD 0x00
74570af302Sopenharmony_ci#define CHECK_CONDITION 0x01
75570af302Sopenharmony_ci#define CONDITION_GOOD 0x02
76570af302Sopenharmony_ci#define BUSY 0x04
77570af302Sopenharmony_ci#define INTERMEDIATE_GOOD 0x08
78570af302Sopenharmony_ci#define INTERMEDIATE_C_GOOD 0x0a
79570af302Sopenharmony_ci#define RESERVATION_CONFLICT 0x0c
80570af302Sopenharmony_ci#define COMMAND_TERMINATED 0x11
81570af302Sopenharmony_ci#define QUEUE_FULL 0x14
82570af302Sopenharmony_ci#define STATUS_MASK 0x3e
83570af302Sopenharmony_ci#define NO_SENSE 0x00
84570af302Sopenharmony_ci#define RECOVERED_ERROR 0x01
85570af302Sopenharmony_ci#define NOT_READY 0x02
86570af302Sopenharmony_ci#define MEDIUM_ERROR 0x03
87570af302Sopenharmony_ci#define HARDWARE_ERROR 0x04
88570af302Sopenharmony_ci#define ILLEGAL_REQUEST 0x05
89570af302Sopenharmony_ci#define UNIT_ATTENTION 0x06
90570af302Sopenharmony_ci#define DATA_PROTECT 0x07
91570af302Sopenharmony_ci#define BLANK_CHECK 0x08
92570af302Sopenharmony_ci#define COPY_ABORTED 0x0a
93570af302Sopenharmony_ci#define ABORTED_COMMAND 0x0b
94570af302Sopenharmony_ci#define VOLUME_OVERFLOW 0x0d
95570af302Sopenharmony_ci#define MISCOMPARE 0x0e
96570af302Sopenharmony_ci#define TYPE_DISK 0x00
97570af302Sopenharmony_ci#define TYPE_TAPE 0x01
98570af302Sopenharmony_ci#define TYPE_PROCESSOR 0x03
99570af302Sopenharmony_ci#define TYPE_WORM 0x04
100570af302Sopenharmony_ci#define TYPE_ROM 0x05
101570af302Sopenharmony_ci#define TYPE_SCANNER 0x06
102570af302Sopenharmony_ci#define TYPE_MOD 0x07
103570af302Sopenharmony_ci#define TYPE_MEDIUM_CHANGER 0x08
104570af302Sopenharmony_ci#define TYPE_ENCLOSURE 0x0d
105570af302Sopenharmony_ci#define TYPE_NO_LUN 0x7f
106570af302Sopenharmony_ci#define COMMAND_COMPLETE 0x00
107570af302Sopenharmony_ci#define EXTENDED_MESSAGE 0x01
108570af302Sopenharmony_ci#define EXTENDED_MODIFY_DATA_POINTER 0x00
109570af302Sopenharmony_ci#define EXTENDED_SDTR 0x01
110570af302Sopenharmony_ci#define EXTENDED_EXTENDED_IDENTIFY 0x02
111570af302Sopenharmony_ci#define EXTENDED_WDTR 0x03
112570af302Sopenharmony_ci#define SAVE_POINTERS 0x02
113570af302Sopenharmony_ci#define RESTORE_POINTERS 0x03
114570af302Sopenharmony_ci#define DISCONNECT 0x04
115570af302Sopenharmony_ci#define INITIATOR_ERROR 0x05
116570af302Sopenharmony_ci#define ABORT 0x06
117570af302Sopenharmony_ci#define MESSAGE_REJECT 0x07
118570af302Sopenharmony_ci#define NOP 0x08
119570af302Sopenharmony_ci#define MSG_PARITY_ERROR 0x09
120570af302Sopenharmony_ci#define LINKED_CMD_COMPLETE 0x0a
121570af302Sopenharmony_ci#define LINKED_FLG_CMD_COMPLETE 0x0b
122570af302Sopenharmony_ci#define BUS_DEVICE_RESET 0x0c
123570af302Sopenharmony_ci#define INITIATE_RECOVERY 0x0f
124570af302Sopenharmony_ci#define RELEASE_RECOVERY 0x10
125570af302Sopenharmony_ci#define SIMPLE_QUEUE_TAG 0x20
126570af302Sopenharmony_ci#define HEAD_OF_QUEUE_TAG 0x21
127570af302Sopenharmony_ci#define ORDERED_QUEUE_TAG 0x22
128570af302Sopenharmony_ci#define SCSI_IOCTL_GET_IDLUN 0x5382
129570af302Sopenharmony_ci#define SCSI_IOCTL_TAGGED_ENABLE 0x5383
130570af302Sopenharmony_ci#define SCSI_IOCTL_TAGGED_DISABLE 0x5384
131570af302Sopenharmony_ci#define SCSI_IOCTL_PROBE_HOST 0x5385
132570af302Sopenharmony_ci#define SCSI_IOCTL_GET_BUS_NUMBER 0x5386
133570af302Sopenharmony_ci
134570af302Sopenharmony_cistruct ccs_modesel_head {
135570af302Sopenharmony_ci	unsigned char _r1;
136570af302Sopenharmony_ci	unsigned char medium;
137570af302Sopenharmony_ci	unsigned char _r2;
138570af302Sopenharmony_ci	unsigned char block_desc_length;
139570af302Sopenharmony_ci	unsigned char density;
140570af302Sopenharmony_ci	unsigned char number_blocks_hi;
141570af302Sopenharmony_ci	unsigned char number_blocks_med;
142570af302Sopenharmony_ci	unsigned char number_blocks_lo;
143570af302Sopenharmony_ci	unsigned char _r3;
144570af302Sopenharmony_ci	unsigned char block_length_hi;
145570af302Sopenharmony_ci	unsigned char block_length_med;
146570af302Sopenharmony_ci	unsigned char block_length_lo;
147570af302Sopenharmony_ci};
148570af302Sopenharmony_ci
149570af302Sopenharmony_ci#endif
150570af302Sopenharmony_ci
151