VirtualBox

source: vbox/trunk/include/VBox/scsi.h@ 18190

Last change on this file since 18190 was 17220, checked in by vboxsync, 16 years ago

SCSI: add mode select 6 command

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 9.5 KB
Line 
1/** @file
2 * VirtualBox - SCSI declarations.
3 */
4
5/*
6 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
7 *
8 * This file is part of VirtualBox Open Source Edition (OSE), as
9 * available from http://www.virtualbox.org. This file is free software;
10 * you can redistribute it and/or modify it under the terms of the GNU
11 * General Public License (GPL) as published by the Free Software
12 * Foundation, in version 2 as it comes in the "COPYING" file of the
13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15 *
16 * The contents of this file may alternatively be used under the terms
17 * of the Common Development and Distribution License Version 1.0
18 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
19 * VirtualBox OSE distribution, in which case the provisions of the
20 * CDDL are applicable instead of those of the GPL.
21 *
22 * You may elect to license modified versions of this file under the
23 * terms and conditions of either the GPL or the CDDL or both.
24 *
25 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
26 * Clara, CA 95054 USA or visit http://www.sun.com if you need
27 * additional information or have any questions.
28 */
29
30#ifndef ___VBox_scsi_h
31#define ___VBox_scsi_h
32
33#include <iprt/assert.h>
34
35#define SCSI_MAX_BUFFER_SIZE (100 * _1K)
36
37
38/**
39 * SCSI command opcode identifiers.
40 *
41 * SCSI-3, so far for CD/DVD Logical Units, from Table 49 of the MMC-3 draft standard.
42 */
43typedef enum SCSICMD
44{
45 SCSI_BLANK = 0xa1,
46 SCSI_CLOSE_TRACK_SESSION = 0x5b,
47 SCSI_ERASE_10 = 0x2c,
48 SCSI_FORMAT_UNIT = 0x04,
49 SCSI_GET_CONFIGURATION = 0x46,
50 SCSI_GET_EVENT_STATUS_NOTIFICATION = 0x4a,
51 SCSI_GET_PERFORMANCE = 0xac,
52 /** Inquiry command. */
53 SCSI_INQUIRY = 0x12,
54 SCSI_LOAD_UNLOAD_MEDIUM = 0xa6,
55 SCSI_MECHANISM_STATUS = 0xbd,
56 SCSI_MODE_SELECT_10 = 0x55,
57 SCSI_MODE_SENSE_10 = 0x5a,
58 SCSI_PAUSE_RESUME = 0x4b,
59 SCSI_PLAY_AUDIO_10 = 0x45,
60 SCSI_PLAY_AUDIO_12 = 0xa5,
61 SCSI_PLAY_AUDIO_MSF = 0x47,
62 SCSI_PREVENT_ALLOW_MEDIUM_REMOVAL = 0x1e,
63 /** Read(10) command. */
64 SCSI_READ_10 = 0x28,
65 SCSI_READ_12 = 0xa8,
66 SCSI_READ_BUFFER = 0x3c,
67 SCSI_READ_BUFFER_CAPACITY = 0x5c,
68 /** Read Capacity(6) command. */
69 SCSI_READ_CAPACITY = 0x25,
70 SCSI_READ_CD = 0xbe,
71 SCSI_READ_CD_MSF = 0xb9,
72 SCSI_READ_DISC_INFORMATION = 0x51,
73 SCSI_READ_DVD_STRUCTURE = 0xad,
74 SCSI_READ_FORMAT_CAPACITIES = 0x23,
75 SCSI_READ_SUBCHANNEL = 0x42,
76 SCSI_READ_TOC_PMA_ATIP = 0x43,
77 SCSI_READ_TRACK_INFORMATION = 0x52,
78 SCSI_REPAIR_TRACK = 0x58,
79 SCSI_REPORT_KEY = 0xa4,
80 SCSI_REQUEST_SENSE = 0x03,
81 SCSI_RESERVE_TRACK = 0x53,
82 SCSI_SCAN = 0xba,
83 SCSI_SEEK_10 = 0x2b,
84 SCSI_SEND_CUE_SHEET = 0x5d,
85 SCSI_SEND_DVD_STRUCTURE = 0xbf,
86 SCSI_SEND_EVENT = 0xa2,
87 SCSI_SEND_KEY = 0xa3,
88 SCSI_SEND_OPC_INFORMATION = 0x54,
89 SCSI_SET_CD_SPEED = 0xbb,
90 SCSI_SET_READ_AHEAD = 0xa7,
91 SCSI_SET_STREAMING = 0xb6,
92 SCSI_START_STOP_UNIT = 0x1b,
93 SCSI_STOP_PLAY_SCAN = 0x4e,
94 /** Synchronize Cache command. */
95 SCSI_SYNCHRONIZE_CACHE = 0x35,
96 SCSI_TEST_UNIT_READY = 0x00,
97 SCSI_VERIFY_10 = 0x2f,
98 /** Write(10) command. */
99 SCSI_WRITE_10 = 0x2a,
100 SCSI_WRITE_12 = 0xaa,
101 SCSI_WRITE_AND_VERIFY_10 = 0x2e,
102 SCSI_WRITE_BUFFER = 0x3b,
103
104 /** Mode Sekect(6) command */
105 SCSI_MODE_SELECT_6 = 0x15,
106 /** Mode Sense(6) command */
107 SCSI_MODE_SENSE_6 = 0x1a,
108 /** Report LUNs command. */
109 SCSI_REPORT_LUNS = 0xa0,
110 SCSI_REPORT_DENSITY = 0x44,
111 /** Rezero Unit command. Obsolete for ages now, but used by cdrecord. */
112 SCSI_REZERO_UNIT = 0x01,
113 SCSI_SERVICE_ACTION_IN_16 = 0x9e,
114 SCSI_READ_16 = 0x88,
115 SCSI_WRITE_16 = 0x8a,
116 SCSI_READ_6 = 0x08,
117 SCSI_WRITE_6 = 0x0a
118} SCSICMD;
119
120/* Mode page codes for mode sense/select commands. */
121#define SCSI_MODEPAGE_ERROR_RECOVERY 0x01
122#define SCSI_MODEPAGE_WRITE_PARAMETER 0x05
123#define SCSI_MODEPAGE_CD_STATUS 0x2a
124
125
126/* Page control codes. */
127#define SCSI_PAGECONTROL_CURRENT 0x00
128#define SCSI_PAGECONTROL_CHANGEABLE 0x01
129#define SCSI_PAGECONTROL_DEFAULT 0x02
130#define SCSI_PAGECONTROL_SAVED 0x03
131
132
133/* Status codes */
134#define SCSI_STATUS_OK 0x00
135#define SCSI_STATUS_CHECK_CONDITION 0x02
136#define SCSI_STATUS_CONDITION_MET 0x04
137#define SCSI_STATUS_BUSY 0x08
138#define SCSI_STATUS_INTERMEDIATE 0x10
139#define SCSI_STATUS_DATA_UNDEROVER_RUN 0x12
140#define SCSI_STATUS_INTERMEDIATE_CONDITION_MET 0x14
141#define SCSI_STATUS_RESERVATION_CONFLICT 0x18
142#define SCSI_STATUS_COMMAND_TERMINATED 0x22
143#define SCSI_STATUS_QUEUE_FULL 0x28
144#define SCSI_STATUS_ACA_ACTIVE 0x30
145#define SCSI_STATUS_TASK_ABORTED 0x40
146
147
148/* Sense keys */
149#define SCSI_SENSE_NONE 0
150#define SCSI_SENSE_RECOVERED_ERROR 1
151#define SCSI_SENSE_NOT_READY 2
152#define SCSI_SENSE_MEDIUM_ERROR 3
153#define SCSI_SENSE_HARDWARE_ERROR 4
154#define SCSI_SENSE_ILLEGAL_REQUEST 5
155#define SCSI_SENSE_UNIT_ATTENTION 6
156#define SCSI_SENSE_DATA_PROTECT 7
157#define SCSI_SENSE_BLANK_CHECK 8
158#define SCSI_SENSE_VENDOR_SPECIFIC 9
159#define SCSI_SENSE_COPY_ABORTED 10
160#define SCSI_SENSE_ABORTED_COMMAND 11
161#define SCSI_SENSE_VOLUME_OVERFLOW 13
162#define SCSI_SENSE_MISCOMPARE 14
163
164
165/* additional sense keys */
166#define SCSI_ASC_NONE 0x00
167#define SCSI_ASC_READ_ERROR 0x11
168#define SCSI_ASC_ILLEGAL_OPCODE 0x20
169#define SCSI_ASC_LOGICAL_BLOCK_OOR 0x21
170#define SCSI_ASC_INV_FIELD_IN_CMD_PACKET 0x24
171#define SCSI_ASC_MEDIUM_MAY_HAVE_CHANGED 0x28
172#define SCSI_ASC_MEDIUM_NOT_PRESENT 0x3a
173#define SCSI_ASC_SAVING_PARAMETERS_NOT_SUPPORTED 0x39
174#define SCSI_ASC_MEDIA_LOAD_OR_EJECT_FAILED 0x53
175#define SCSI_ASC_LOGICAL_UNIT_DOES_NOT_RESPOND_TO_SELECTION 0x00
176
177/** @name SCSI_INQUIRY
178 * @{
179 */
180#pragma pack(1)
181typedef struct SCSIINQUIRYCDB
182{
183 unsigned u8Cmd : 8;
184 unsigned fEVPD : 1;
185 unsigned u4Reserved : 4;
186 unsigned u3LUN : 3;
187 unsigned u8PageCode : 8;
188 unsigned u8Reserved : 8;
189 uint8_t cbAlloc;
190 uint8_t u8Control;
191} SCSIINQUIRYCDB;
192#pragma pack()
193AssertCompileSize(SCSIINQUIRYCDB, 6);
194typedef SCSIINQUIRYCDB *PSCSIINQUIRYCDB;
195typedef const SCSIINQUIRYCDB *PCSCSIINQUIRYCDB;
196
197#pragma pack(1)
198typedef struct SCSIINQUIRYDATA
199{
200 unsigned u5PeripheralDeviceType : 5; /**< 0x00 / 00 */
201 unsigned u3PeripheralQualifier : 3;
202 unsigned u6DeviceTypeModifier : 7; /**< 0x01 */
203 unsigned fRMB : 1;
204 unsigned u3AnsiVersion : 3; /**< 0x02 */
205 unsigned u3EcmaVersion : 3;
206 unsigned u2IsoVersion : 2;
207 unsigned u4ResponseDataFormat : 4; /**< 0x03 */
208 unsigned u2Reserved0 : 2;
209 unsigned fTrmlOP : 1;
210 unsigned fAEC : 1;
211 unsigned cbAdditional : 8; /**< 0x04 */
212 unsigned u8Reserved1 : 8; /**< 0x05 */
213 unsigned u8Reserved2 : 8; /**< 0x06 */
214 unsigned fSftRe : 1; /**< 0x07 */
215 unsigned fCmdQue : 1;
216 unsigned fReserved3 : 1;
217 unsigned fLinked : 1;
218 unsigned fSync : 1;
219 unsigned fWBus16 : 1;
220 unsigned fWBus32 : 1;
221 unsigned fRelAdr : 1;
222 int8_t achVendorId[8]; /**< 0x08 */
223 int8_t achProductId[16]; /**< 0x10 */
224 int8_t achProductLevel[4]; /**< 0x20 */
225 uint8_t abVendorSpecific[20]; /**< 0x24/36 - Optional it seems. */
226 uint8_t abReserved4[40];
227 uint8_t abVendorSpecificParameters[1]; /**< 0x60/96 - Variable size. */
228} SCSIINQUIRYDATA;
229#pragma pack()
230AssertCompileSize(SCSIINQUIRYDATA, 97);
231typedef SCSIINQUIRYDATA *PSCSIINQUIRYDATA;
232typedef const SCSIINQUIRYDATA *PCSCSIINQUIRYDATA;
233
234#define SCSI_INQUIRY_DATA_PERIPHERAL_QUALIFIER_CONNECTED 0x00
235#define SCSI_INQUIRY_DATA_PERIPHERAL_QUALIFIER_NOT_CONNECTED_BUT_SUPPORTED 0x01
236#define SCSI_INQUIRY_DATA_PERIPHERAL_QUALIFIER_NOT_CONNECTED_NOT_SUPPORTED 0x03
237
238#define SCSI_INQUIRY_DATA_PERIPHERAL_DEVICE_TYPE_DIRECT_ACCESS 0x00
239#define SCSI_INQUIRY_DATA_PERIPHERAL_DEVICE_TYPE_SEQUENTIAL_ACCESS 0x01
240#define SCSI_INQUIRY_DATA_PERIPHERAL_DEVICE_TYPE_CD_DVD 0x05
241#define SCSI_INQUIRY_DATA_PERIPHERAL_DEVICE_TYPE_UNKNOWN 0x1f
242
243/** @} */
244
245#if defined(IN_RING3) && (defined(LOG_ENABLED) || defined(RT_STRICT))
246const char * SCSICmdText(uint8_t uCmd);
247const char * SCSISenseText(uint8_t uSense);
248const char * SCSISenseExtText(uint8_t uASC, uint8_t uASCQ);
249#endif
250
251#endif
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette