This manual contains important information for using this product. Read thoroughly before using
the product. Use this product only after thoroughly reading and understanding especially the
section "Important Alert Items" in this manual. Keep this manual handy, and keep it carefully.
FUJITSU makes every effort to prevent users and bystanders from being injured or from suffering
damage to their property. Use the product according to this manual.
This product is designed and manufactured for use in standard applications such as office work,
personal devices and household appliances. This product is not intended for special uses (atomic
controls, aeronautic or space systems, mass transport controls, medical devices for life support, or
weapons firing controls) where particularly high reliability requirements exist, where the pertinent
levels of safety are not guaranteed, or where a failure or operational error could threaten a life or
cause a physical injury (hereafter referred to as "mission-critical" use). Customers considering the
use of these products for mission-critical applications must have safety-assurance measures in
place beforehand. Moreover, they are requested to consult our sales representative before
embarking on such specialized use
.
First Edition May 2002
T
his manual is for internal use only. Fujitsu takes no responsibility for any other use.
The contents of this manual may be revised without prior notice.
The contents of this manual shall not be disclosed in any way or reproduced in any media without
the express written permission of Fujitsu Limited.
All Rights Reserved, Copyright FUJITSU LIMITED 2002
C141-E167
Revision History
(1/1)
EditionDate
01May, 2002——
Revised section (*1)
(Added/Deleted/Altered)
Details
*1Section(s) with asterisk (*) refer to the previous edition when those were deleted.
C141-E167
This page is intentionally left blank.
This manual explains concerning the MAS3367, MAS3735, MAP3367, MAP3735,
MAP3147 series 3.5 inch hard disk drives with internal SCSI controller.
The purpose of this manual is to provide specifications of each command and detailed
explanations of their functions for use of these magnetic disk drives incorporated into user
systems, and to present the information necessary for creating host system software. This
manual is written for users who have a basic kno wledge of hard disk drives and their use in
computer systems.
The composition of manuals related to these disk drives and the range of subjects covered
in this manual are shown in "Manual Organization," provided on a subsequent page.
Please use these other manuals along with this manual as necessary.
Remark:
Product development of MAK3728 described in this manual has been discontinued.
Overview of Manual
This manual consists of the following six chapters, glossary, abbreviation, and index:
Preface
Chapter 1 Command Processing
This chapter describes the basic logical specifications related to SCSI command processing
in the disk drives.
Chapter 2 Data Buffer Management
This chapter describes the data buffer configuration provided in the disk drives and
concerning data transfer processing functions and cache operation.
Chapter 3 Command Specifications
This chapter describes specifications of SCSI commands provided by the disk drives and
how to use them.
Chapter 4 Parameter Data Formats
This chapter describes the parameter data formats provided by the disk drives and how to
use them.
Chapter 5 Sense Data Error Recovery Methods
This chapter describes the configuration and contents of sense data which report to the host
system when an error occurs, etc., key information necessary for error recovery,
recommended procedures for error recovery to be executed through host system software
and retry processing executed internally in the disk drives for recovery
Chapter 6 Disk Media Management
C141-E167
This chapter describes the procedure for initializing the disk media, methods of treating
media defects and data recovery methods for the disk drives.
i
Preface
Glossary
The glossary explains technical terms which are necessary to the reader's understanding
when reading this manual.
List of Abbreviations
This list shows the full spelling of abbreviations used in this manual.
The model name of disk drives covered by this manual differs in its ending suffix (Note 1)
depending on its device type (3 types), the electrical conditions of the SCSI interface used
to connect the disk drive to the host system and its capacity and data format at the time it
was shipped, but in this manual, except in cases where models need to be especially
distinguished, a representative model name (Note 2) is used. In addition, these disk drives
are called Intelligent Disk Drive (IDD), "drive" or "device" in this manu al.
Index
iiC141-E167
CONVENTIONS USED INTHIS MANUAL
Note 1: Model Name
Preface
MAP3
Note 2: Typical model name
367 NC
Type model nameModel name
MAS3367MAS3367NP, MAS3367NC
MAS3735MAS3735NP, MAS3735NC
MAP3367MAP3367NP, MAP3367NC
MAP3735MAP3735NP, MAP3735NC
MAP3147MAP3147NP, MAP3147NC
Interface type NP: Low voltage differential 16-bit SCSI Ultra-320
NC: Low voltage differential 16-bit SCSI Ultra-320
SCA2 connector
Formatted capacity (1,000 MB units for MAP3147)
Formatted capacity (100 MB units for all the models except MAP3147)
Disk size
Type AS:1-inch height (15,000 rpm)
AP:1-inch height (10,025 rpm)
Warning Indications
The following warning indications are shown in this manual to prevent the user and other
nearby persons or property from being injured or damaged.
Note “Note” indicates the most effective method of use or information that is of value to
the user.
Requesting for User’s Comments
Please use the User’s Comment Form attached to the end of this manual to identify user
comments including error, inaccurate and misleading information of this manual. Contact
to your Fujitsu representative for additional comment forms if required.
C141-E167iii
Preface
Related Standards
Specifications and functions of products covered by this manual comply with the following
standards.
Information Systems --- Small Computer
System Interface (SCSI)
Information Systems --- Small Computer
System Interface-2 (SCSI-2)
the Small Computer System Interface
(SCSI)
Technology SCSI-3 Parallel Interface
Commands-2 (SPC-2)
Commands (S BC)
Architecture Model (SAM)
Interface-3 (SPI-3)
American National
Standards Institute
(ANSI)
American National
Standards Institute
(ANSI)
American National
Standards Institute
(ANSI)
American National
Standards Institute
(ANSI)
American National
Standards Institute
(ANSI)
American National
Standards Institute
(ANSI)
American National
Standards Institute
(ANSI)
American National
Standards Institute
(ANSI)
Attention
Please forward any comments you may have regarding this manual.
To make this manual easier for users to understand, opinions from readers are needed.
Please write your opinions or requests on the Comment at the back of this manual and
forward it to the address described in the sheet.
5.5Disk drive errors and number of retries.......................................................................................5-25
C141-E167xiii
This page is intentionally left blank.
CHAPTER 1 Command Processing
1.1 Command Format
1.2 Status Byte
1.3 Outline of Command Processing
1.4 Command Queuing Function
1.5 UNIT ATTENTION Condition
1.6 Sense Data Hold State
1.7 Command Processing Exceptions
1.8 Data Block Addressing
This chapter describes the basic logical specifications of the IDD command processing functions.
Note:The IDD operates as the target (TARG) on the SCSI bus. In the explanations in this chapter, the
IDD is mentioned as “TARG”, except in cases where a particularly clear distinction is necessary.
1.1Command Format
Input/output operation commands from INIT (initiator) to the IDD are accomplished by the CDB
(Command Descriptor Block). The CDB is information transferred from INIT to TARG in the
COMMAND phase. In a number of commands, the parameters which are necessary for command
execution in the DATA OUT phase may be specified in addition to the CDB specification. Details
concerning these are described in the specifications for each individual command in Chapter 3.
The CDB used by the IDD has 3 formats, these formats have length of 6, 10 and 12 bytes.
The basic format of each respective CDB is shown in Figures 1.1, 1.2 and 1.3.
Bit
Byte
0Operation Code
1LUNLogical Block Address (MSB)
2Logical Block Address
3Logical Block Address (LSB)
4Transfer Data Length
5Control Byte
76543210
Figure 1.16-Byte CDB Basic Format
C141-E1671 - 1
Command Processing
Bit
Byte
0Operation Code
1LUN00000
2Logical Block Address (MSB)
3Logical Block Address
4Logical Block Address
5Logical Block Address (LSB)
600000000
7Transfer Data Length (MSB)
8Transfer Data Length (LSB)
9Control Byte
Bit
Byte
76543210
Figure 1.210-Byte CDB Basic Format
76543210
0Operation Code
1LUN00000
2Logical Block Address (MSB)
3Logical Block Address
4Logical Block Address
5Logical Block Address (LSB)
6Transfer Data Length (MSB)
7Transfer Data Length (LSB)
8Transfer Data Length (MSB)
9Transfer Data Length (LSB)
1000000000
11Control Byte
Figure 1.312-Byte CDB Basic Format
The meanings of each of the fields in the CDB are explained below. Depending on the type of
command, the basic format of the CDB, the definitions of fields and their meanings may differ.
Details are described in the specifications for each individual command in Chapter 3.
1 - 2C141-E167
(1)Operation code
Bit 76543210
Group CodeCommand Code
The leading byte of all CDBs shows the format and type of command to be executed.
a. Group code
The group code specifies the number of bytes and format of the CDB. The groups of commands
shown below are used in the IDD.
• Group 0 (“000”):6-byte CDB (Shown in Figure 1.1)
• Group 1 (“001”):10-byte CDB (Shown in Figure 1.2)
• Group 2 (“010”):10-byte CDB (Shown in Figure 1.2)
• Group 3 ("011"):Reserved Operation Code (Shown in Section 1.7.3.)
• Group 4 ("100"):16-byte CDB
• Group 5 ("101"):12-byte CDB (Shown in Figure 1.3)
b. Command code
1.1 Command Format
Command code specifies the type of command in each group.
(2) LUN (Logical Unit Number)
This field specifies the address of the logical unit (device) connected under the TARG in cases where
the IDENTIFY message is not used. If the IDENTIFY message is used, the value of the CDB’s LUN
field is ignored when the LUN is specified.
Note:
It is possible that the definition of this field may be changed in future SCSI standards. It is
recommended that the LUN be specified using the IDENTIFY message, and that a zero be
specified in this CDB field.
(3) Logical block address
This field shows the leading logical data block address of the data block on the disk media to be
processed by the command. In the group 0 CDB, 21-bit block addressing is possible and in the group
1, group 2 and group 5 CDBs, 32-bit block addressing is possible. Specifications for logical data
block addressing in the IDD are described in Section 1.8.
(4) Transfer data length
In this field, the length of data to be transferred between INIT and TARG when the command is
executed is specified by the number of logical data blocks or the number of bytes. In subsequent
descriptions, the former is called the “transfer block count” and the latter is called the “transfer byte
length” or “parameter list length.”
C141-E1671 - 3
Command Processing
Furthermore, this field may be used with a different meaning, or it may not have any meaning at all,
depending on the type of command. There are also some commands which allocate 3 or more bytes
as the transfer data length field. Detailed specifications of these commands are described in the
individual command specifications in Chapter 3.
a. Transfer block count
When the “Transfer Data Length” is specified as the “Transfer Block Count,” this field specifies
the number of logical data blocks to be transferred between INIT and the IDD.
In commands where this field is 1 byte in length, if the field’s specified value is 0, it is regarded
as specifying 256 blocks, and it is possible to specify a block count ranging from 1 to 256 blocks.
On the other hand, in commands where this field is 2 bytes in length, if the field’s specified value
is 0, no data transfer is executed. It is possible to specify a block count ranging from 0 to 65,535
blocks.
b. Transfer byte length or parameter list length
When this field is specified as the “Transfer Byte Length” or “Parameter List Length,” that
command specifies data length to be transferred between the INIT and the IDD, expressed as the
number of bytes. When 0 is specified in this field, data transfer is not executed, except in cases
where it is expressly stated in the individual command specifications in Chapter 3.
In commands which send parameters necessary for executing a command from the INIT to the
IDD, this field is called the “Parameter List Length,” and it specifies the total number of types in
the parameter list which the INIT is sending.
On the other hand, in commands for receiving information from the IDD (REQUEST SENSE,
INQUIRY, etc.), this field is called the “Transfer Byte Length,” and specifies the maximum
number of bytes which the INIT can receive (the number of bytes of area secured within the
INIT for receiving information). The IDD transfers either the number of effective bytes of the
type of information specified in the command, or the value specified in the “Transfer Byte
Length” field, whichever is the smallest number of bytes, and only that number, to the INIT.
(5)Control byte
Bit 76543210
0000000Link
a. Link
Command link is specified by this bit is “1.” Details of the operation of the command link are
described in Section 1.3.2.
b. Bit 7, 6 (vendor unique)
Except in cases where it is expressly specified in the individual commands, specification of these
bits has no meaning, and the IDD disregards the specified values.
1 - 4C141-E167
Note:
It is possible that bits 7 and 6 of the control byte will be used in future product specifications
as an inherent control field. It is recommended that zeros be specified in this field.
(6)Handling an illegal CDB
If there is an error in the contents of a description (specification) in the CDB, or if there is an error in
the specifications in parameters transferred from the INIT by CDB specifying, that command ends
with a CHECK CONDITION status. In the case of a command to change the data on the disk media,
when there is an error in the CDB’s specifications, the disk media is not changed by that command.
But when there is an error in the parameters transferred in the DATA OUT phase, the contents of the
disk media in the range specified by the command may be changed. Also, even in cases where there
is an error in the CDB’s specifications in a command accompanying the DATA OUT phase, the
DATA OUT phase is executed after the COMMAND phase is terminated, but those data are not
used. For example, if there is an error in the CDB specification of a WRITE command, the IDD
executes the transfers several bytes of data (the data length to be transferred is not specified), but
those data are not written to the disk media. Details are described in the individual command
specifications in Chapter 3.
If there is an error in the CDB specification in a command which executes disconnect processing
(shown in Section 1.3.3), the disconnect processing may be executed after the COMMAND phase is
terminated. In this case, reconnect processing is executed afterward and the status (CHECK
CONDITION) is reported.
1.1 Command Format
Note:
If a CDB with an undefined group code (group 3, 4) is specified, the IDD requests transfer of 10
bytes in the COMMAND phase. After that has been received, the status (CHECK CONDITION)
is reported.
C141-E1671 - 5
Command Processing
1.2Status Byte
Figure 1.4 shows status byte format and the type of status that the IDD supports.
The status byte is one byte of information sent from the TARG to the INIT in the STATUS phase
when one command is completed, and notifies the INIT of the results of the command’s execution.
The status byte is also sent even in cases when the TARG is in a state which it makes it impossible
for it to execute the command when it receives a request for an input/output operation. However, if
the command is cleared by switching to the BUS FREE phase forcibly through an ABORT TASK
SET message, an ABORT TASK message, a CLEAR TASK SET message, a TARGET RESET
message, a RESET condition or a SCSI bus error state, etc., the status byte for that command is not
reported.
After the TARG reports the status byte in the STATUS phase, it will always send a TASK
COMPLETE message or a LINKED TASK COMPLETE (WITH FLAG) message to notify the INIT
of the validity of the status byte.
Bit 76543210
00Status Byte Code0
Bit 5 4 3 2 1
(1)GOOD status
This status indicates that execution of the command ended normally.
0 0 0 0 0GOOD Status
0 0 0 0 1CHECK CONDITION Status
0 0 0 1 0CONDITION MET Status
0 0 1 0 0BUSY Status
0 1 0 0 0INTERMEDIATE Status
0 1 0 1 0INTERMEDIATE CONDITION MET Status
0 1 1 0 0RESERVATION CONFLICT Status
1 0 0 0 1COMMAND TERMINATED Status
1 0 1 0 0QUEUE FULL Status
Figure 1.4Status byte
1 - 6C141-E167
(2)CHECK CONDITION status
This status is reported in the following cases a) to c). The IDD generates sense data when it reports
this status and indicates the detailed cause. The INIT issues a REQUEST SENSE command when it
receives this status and should sample sense data.
a) If the sense key of the sense data indicates RECOVERED ERROR [=1], the last command,
which is the last command, indicates that it ended normally with the error recovery processing
executed by the IDD.
b) If the sense key of the sense data indicates UNIT ATTENTION [=6], it indicates that the IDD
was holding the UNIT ATTENTION condition. Details of the UNIT ATTENTION condition
are described in Section 1.5.
c) In cases other than the above, it indicates that command execution is impossible, or that
command execution was terminated abnormally.
(3)CONDITION MET Status
This status is reported when it is possible to secure the cache memory area necessary for reading all the
logical data blocks specified in the PRE-FETCH command (in the case of “Immed = 1”), or when reading
of all the specified logical data blocks is completed (in the case of “Immed = 0”).
1.2 Status Byte
The IDD does not support the PRE-FETCH command. Therefore, this status is not reported.
(4)BUSY status
This status indicates that the IDD is in the busy state and it cannot receive a new command.
Normally, an INIT that receives this status reissues the original command after waiting an appropriate
period of time.
The IDD reports the BUSY status in the following cases (the command stack function is explained in
Section 1.4).
a) If the IDD receives a new command while it is executing or is queuing command (except a
command without executing disconnect processing as shown in Section 1.3.3) but the INIT which
issued that command does not satisfy the disconnect enable conditions.
b) If the IDD receives a command without executing disconnect processing (as shown in Section
1.3.3) while it is executing or is queuing command.
c) If the DISCONNECT message for command queuing has been rejected by the INIT while the
IDD is executing or queuing command.
d) If a command with executing untagged disconnect processing is received while the command
queue is full.
(5)INTERMEDIATE status
This status indicates that a command which specifies a link (except the last command in a group of
linked commands with “1” as its Link bit) has been completed normally. If a command which
specifies a link is completed abnormally and the CHECK CONDITION status or RESERVATION
CONFLICT status is reported, the command link is broken an the subsequent linked commands are
not executed.
C141-E1671 - 7
Command Processing
(6)INTERMEDIATE CONDITION MET Status
This status is reported when it is possible to secure the cache memory area necessary to read all the
logical data blocks specified in a PRE-FETCH command which specifies a link (in the case of
“Immed = 1”), or when reading of all the specified logical data blocks is completed (in the case of
“Immed = 0”).
The IDD does not support the PRE-FETCH command. Therefore, this status is not reported.
(7)RESERVATION CONFLICT status
This status indicates that the IDD is reserved by another INIT, and that use is impossible until the
reserved status is canceled. Normally, an INIT which receives this status reissues the original
command after waiting an appropriate period of time.
(8)COMMAND TERMINATED status
This status is reported when the IDD has completed the executing input/output operation when it
received a TERMINATE I/O PROCESS message from the INIT.
(9)QUEUE FULL status
This status is reported if the IDD cannot register a received tagged command in the command queue
because there is no empty space in the command queue.
1.3Outline of Command Processing
1.3.1 Single commands
Following shows single command processing examples which are the most basic operations on the
SCSI bus. Furthermore, if disconnect processing is permitted, it may be accompanied by
disconnect/reconnect processing during the command execution, depending on the type of command,
but this operation is omitted in the following explanation. The disconnect function is described in
Section 1.3.3.
1) The INIT sets the initial values for the command in the command pointer, data pointer and status
pointer.
2) The INIT selects the TARG in the SELECTION phase after obtaining the SCSI bus usage in the
ARBITRATION phase. After the SELECTION phase is ended, the SCSI bus control is entrusted
to the TARG.
3) If the ATTENTION condition exists when the TARG responds to the SELECTION phase, the
TARG executes the MESSAGE OUT phase. Normally, the INIT sends the IDENTIFY message
as the initial message and specifies the device (LUN) that is the object of the operation.
4) The TARG executes the COMMAND phase and receives the CDB from the INIT. The TARG
judges the length of the CDB by the group code in the first byte of the CDB and requests transfer
of the necessary number of bytes.
5) The TARG investigates the contents of the command and executes the requested operation. In
the case of commands for which data transfer on the SCSI bus is necessary, the DATA IN or the
DATA OUT phase is executed.
1 - 8C141-E167
6) When execution of the command is completed, the TARG reports the execution results by the
status byte in the STATUS phase to the INIT.
7) The TARG reports the TASK COMPLETE message to the INIT in the MESSAGE IN phase and
enters the BUS FREE phase.
1.3.2 Command link
The command link function is a function which causes the TARG to execute continuous processing
of multiple commands. Following shows examples of command link processing.
1) The INIT sets the initial values for the command in the command pointer, data pointer and status
pointer.
2) Obtaining the SCSI bus usage, selection of the TARG and specification of the LUN by the
IDENTIFY message are the same as in the case of single command.
3) The TARG receives commands from the INIT in the COMMAND phase, but “1” is specified in
the Link bit of the control byte of the CDB.
4) The TARG analyzes the command and executes the requested processing.
1.3 Outline of Command Processing
5) If processing of the command is completed normally, the TARG reports the INTERMEDIATE
status in the STATUS phase to the INIT. At this time, the command link function becomes
effective.
6) The TARG informs the INIT of the LINKED TASK COMPLETE or the LINKED TASK
COMPLETE WITH FLAG message, depending on the value of the Flag bit in the control byte of
the CDB. When the INIT has received the LINKED TASK COMPLETE (WITH FLAG)
message, the command, data and status pointers are updated to the initial values for the next
linked command.
7) The TARG enters the COMMAND phase immediately after the MESSAGE IN phase and
receives the command to be executed next. After that, it performs either single command (Link
bit = “0”) processing or command link (Link bit = “1”) processing.
The command link continues until a command with “0” specified in the Link bit of its CDB is issued
or until a command terminates abnormally.
The command link function is made effective only in the case that commands with link specifications
are completed normally. If a command with a link specification is completed in an error state or in
an exception state, the command link function is invalidated. Table 1.1 shows the response of the
IDD when commands with a Link specification are terminated.
C141-E1671 - 9
Command Processing
FlagEnd StatusStatusMessageLink Function
Table 1.1Responses to Link Specification Commands
0
1
×
0
1
×
×
×
×
Completed
Normally
Completed
Normally
Completed
Abnormally
Conditions MetINTERMEDIATE
Conditions MetINTERMEDIATE
Unable to Start
Receive
Reserved StateRESERVATION
Forced
Termination
Queue Full StateQUEUE FULLTASK COMPLETENot Effective
INTERMEDIATELINKED TASK COMPLETEEffective
INTERMEDIATELINKED TASK COMPLETE WITH
FLAG
CHECK CONDITIONTASK COMPLETENot Effective
LINKED TASK COMPLETEEffective
CONDITION MET
LINKED TASK COMPLETE WITH
CONDITION MET
BUSYTASK COMPLETENot Effective
CONFLICT
COMMAND
TERMINATED
FLAG
TASK COMPLETENot Effective
TASK COMPLETENot Effective
Effective
Effective
Only a single logical unit can operate a series of linked commands. When the IDD receives the first
command, the logical unit specified by the IDENTIFY message or the LUN field of the CDB
becomes the object of operation in a series of linked commands and the values specified in the LUN
field in the second and subsequent CDBs are disregarded.
Note:
An INIT which uses the command link function must make the ATN signal in the SELECTION
phase TRUE and notify the TARG that it is capable of receiving messages other than the
TASK
COMPLETE message. If “1” has been specified in the Link bit of the CDB without the ATN
being made TRUE by the INIT in the SELECTION phase, the IDD terminates that command
abnormally by sending a CHECK CONDITION status (ILLEGAL REQUEST [=5] / Invalid field
in CDB [=24-00]).
1 - 10C141-E167
1.3 Outline of Command Processing
1.3.3Disconnect/reconnect processing
When processing is performed by the TARG during the command execution process which does not
require operation on the SCSI bus, the TARG can return the SCSI bus to the BUS FREE phase
temporarily by disconnect processing and execute command internally. Through this function, the
INIT is enabled to process multiple commands on the SCSI bus.
(1)Disconnect permission conditions and commands with executing disconnect process
If all of the conditions shown below for permitting a disconnect are satisfied, the IDD executes
disconnect processing. However, As shown in Table 1.2, disconnect processing may be valid or
invalid, and the disconnect processing execution timing may differ, depending on the type of
command.
Conditions for Permitting a Disconnect
1) The SCSI ID of the INIT is notified in the SELECTION phase.
2) The INIT generates the ATTENTION condition in the SELECTION phase.
3) The INIT notifies the TARG that disconnect processing is permitted by an IDENTIFY message.
C141-E1671 - 11
Command Processing
Table 1.2Types of Command and Disconnect Processing
Commands with executing disconnect processing. (Note 2)
Commands without executing disconnect processing. (Note 1)
CCHANGE DEFINITION(40)O
FFORMAT UNIT(04)O
IINQUIRY(12)O
LLOG SELECT(4C)O
LOG SENSE(4D)O
MMODE SELECT(15)O
MODE SELECT EXTENDED(55)O
MODE SENSE(1A)O
MODE SENSE EXTENDED(5A)O
N
PPERSISTENT RESERVE IN(5E)O
PERSISTENT RESERVE OUT(5F)O
RREAD(08)O
READ BUFFER(3C)O
READ CAPACITY(25)O
READ DEFECT DATA(37)O
READ EXTENDED(28)O
READ LONG(3E)O
REASSIGN BLOCKS(07)O
RECEIVE DIAGNOSTIC RESULTS(1C)O
RELEASE(17)O
REPORT DEVICE IDENTIFIER(A3)O
REPORT LUN(A0)O
REQUEST SENSE(03)O
RESERVE(16)
REZERO UNIT(01)O
SSEEK(0B)O
SEEK EXTENDED(2B)O
SEND DIAGNOSTIC(1D)O
SET DEVICE IDENTIFIER(A4)O
START/STOP UNIT(1B)O
SYNCHRONIZE CACHE(35)O
TTEST UNIT READY(00)O
VVERIFY(2F)O
WWRITE(0A)O
WRITE AND VERIFY(2E)O
WRITE BUFFER(3B)O
WRITE EXTENDED(2A)O
WRITE LONG(3F)O
WRITE SAME(41)O
(Note 1)Commands without executing disconnect processing: In cases only where commands are issued
without a tag, queuing processing (see Section 1.4) and disconnect processing cannot be
performed in the execution sequence.
(Note 2) Commands with executing disconnect processing: Regardless of command queuing, in a command’s
execution process (after the COMMAND phase is completed, or during or after the completion of data
transfer), disconnect processing is performed. However, in the case of commands with a data state (in
cases where it is hit in the cache, etc.), or with a number of processing modes, other than cases where
the command is in a queue, disconnect processing may not be executed depending on the processing
content specification of the command.
1 - 12C141-E167
Loading...
+ 260 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.