External Path Protection

Size: px
Start display at page:

Download "External Path Protection"

Transcription

1 June 26, 2008 T13/e07162r2-External_Path_Protection.fm External Path Protection June 26, 2008 Revision 2 Technical Editor: Curtis E. Stevens Lake Forest Dr. Lake Forest, Ca Curtis.Stevens@wdc.com 1

2 T13/e07162r2-External_Path_Protection.fm June 26, 2008 Document Status Revision History Rev Date Description 0 June 15, ) Initial Revision 0a September 12, ) Restructured SET FEATURES 2) Changed terminology to better match SBC/SPC 3) Aligned features with T10 Protection Information Types 0b September 12, ) Added counters to match associated features 0c September 14, ) Fixed typo s 2) Added editors notes to show equivalency to T10 Protection Information. This information may need to be replicated in an informative annex. 1 October 17, ) Incorporated comments from Kevin Marks 1) Changed all host references to application client 2) Added SBC-3 to references 3) Fixed the polarity of the PIT bit 4) Made other minor changes 2) Incorporates commetns from Bill Martin 2 June 26, ) Added mechanism to allow queued commands to enable/disable the various External Path Protection features. 2

3 June 26, 2008 T13/e07162r2-External_Path_Protection.fm 1 Introduction SCSI Block Devices have a feature called Protection Information which is described in SBC This feature allows the application client to append 8 bytes of protection information to a sector of user data. ATA devices are increasingly being used in traditional SCSI/SAS environements and need a mechanism which allows them to map the Protection Information Model to ATA devices. 2 Changes to ACS 2.1 Changes to clause Changes to Approved ANSI References Replace the references listed with the new references for this proposal. Name Reference Protected Area Run Time Interface Extensions (PARTIES) ANSI INCITS SCSI Primary Commands - 3 (SPC-3) ANSI INCITS ISO/IEC Changes to ANSI References Under Development Replaces the references listed below with the new references for this proposal. Name AT Attachment-8 - Parallel Transport (ATA8-APT) AT Attachment-8 ATA/ATAPI Architecture Model (ATA8-AAM) SCSI Block Commands - 3 (SBC-3) Project Number INCITS 1698D ISO/IEC INCITS 1700D ISO/IEC INCITS 1799D Changes to Other References Replace the references list below with the new references for this proposal. PC Card Standard, February 1995, PCMCIA (68-pin Connector) For the PC Card Standard published by the Personal Computer Memory Card International Association, contact PCMCIA at or CompactFlash Association Specification, Revision 4.0 For the CompactFlash Association Specification published by the CompactFlash Association, contact the CompactFlash Association at 3

4 T13/e07162r2-External_Path_Protection.fm June 26, Changes to clause Changes to Definitions and abbreviations Your Term: Definition Your Term: Definition. 2.3 Changes to clause Overview - Changes to the Feature Set Summary Table Replace the names of the feature sets in the table below with the new feature set names. Feature set General Devices Packet Devices External Path Protection (see TBD) O P Your feature set (see TBD) O O Key: M Mandatory, O Optional, P Prohibited, N Not defined External Path Protection (EPP) feature set Overview The External Path Protection (EPP) feature set allows the application client or the device to add an extra 8 bytes to the user data. This extra 8 bytes is referred to as Protection Information (PI). EPP requires that the media be formatted with sectors that are 8 bytes larger than the expected user data. For example, if the user data is measured in 512 byte units, the media is formatted in 520 byte units. When EPP is implemented on a device which accepts 512 bytes of user data per LBA, IDENTIFY DEVICE data shall reflect the difference in size when the protection information is transferred (see )xxx by indicating that the device has a logical sector size of 260 words in IDENTIFY DEVICE data words and IDENTIFY DEVICE data word 106 bit 12 shall be set to 1. Compatibility with application clients the do not manipulate the protection information may be achieved by disabling the transfer of proteciton information. In this mode, the IDENTIFY DEVICE data shall reflect the size when the protection information is not transferred (see )xxx by indicating that the device has a logical sector size of 256 words in IDENTIFY DEVICE data words and IDENTIFY DEVICE data word 106 bit 12 shall be set to 0. The External Path Protection log (see x.x.x) is mandatory for devices implementing EPP. Table 1xxx describes one logical block of data transferred in a device which implements External Path Protection: Table 1 Protection Format Offset User Data n-1 n (LSB) Logical Block Guard (LBG) (see ) n+1 (MSB) n+2 Logical Block Application Tag (LBAT) (see ) n+3 n+4 (LSB) Logical Block Reference Tag (LBRT) (see ) n+7 (MSB) The device may check these fields during read and write operations to confirm that the User Data is correct based on the current checking modes. The External Path Protection log provides the application client with flexibility in the checking and setting of LBG, LBAT, and LBRT: a) Enable/Disable LBG checking b) Enable/Disable LBRT checking 4

5 June 26, 2008 T13/e07162r2-External_Path_Protection.fm c) Enable/Disable Protection Information Transfer d) Controls for setting the Protection Information fields during writes when Protection Information Transfer is disabled. e) Escape Type (see )xxx Devices which implement EPP shall be formatted at the time of manufacture to the size of the user data plus eight bytes. For example, if the Logical Sector Size for the user data is 512 bytes, the device reports a Logical Sector Size of 520 bytes when Protection Information Transfer (see )xxx is enabled. The protection information is not initialized until the proper EPP Control settings are enabled and the application client writes the Protection Information for each sector. For example, if the application client wishes to enable LBG checking and LBRT checking, the following procedure may be followed: 1) Disable Protection Information Transer 2) set EPP Control to Generate LBG and LBRT 3) Issue SCT Write Same command with Start=0000_0000_0000_0000h and Count=0000_0000_0000_0000h This will cause the device to write valid Protection Information in all the sectors Logical Block Guard (LBG) EPP Control is used to inform the device how to process the LBG field. The device shall process the LBG field in one of the following ways: a) a 16-bit field which contains a CRC calculated based on the User Data; or b) as Application Client specific information. If the LBG field is Application Client specific information, then the device shall store the information on the media, and disable erorr checking based on this information. If the LBG field contains a CRC, then see SBC-3 Logical Block Guard for a description of the polynomial used to calculate the CRC Logical Block Application Tag (LBAT) LBAT is a 16-bit field which shall be stored on the media with the user data. This value shall only be checked by the device to determine if Escape (see ) is present Logical Block Reference Tag (LBRT) EPP Control is used to inform the device how to process the LBRT field. The device shall process the LBRT field in one of the following ways: a) a 32-bit field which contains LBA (31:0) of the sector being processed by the device; or b) as Application Client specific information. If the LBRT field is Application Client specific information, then the device shall store the information on the media, and disable erorr checking based on this information. If the LBRT field contains LBA (31:0) of the sector being processed, then EPP Control may be used to set checking option for LBRT Escape Type EPP Control Escape Type sets the conditions which cause the device to ignore the protection information. See for more information on Escape type. EPP Control Escape Check (see ) may be used to prevent the device from checking for an Escape. 5

6 T13/e07162r2-External_Path_Protection.fm June 26, Changes to clause Changes to DCO Set If the proposal adds a feature set or command, there may be be an addition to the Device Configuration Set data structure and the Device Configuration Identify data structure to allow the capability to be removed from the device. Fill in the description in the table and place a description of each bit or word underneath the table. This one table will indicate the changes for both. Word TBD Command set/feature set supported TBD1 External Path Protection Content Word TBD bit TBD1 if set to one indicates that the device is allowed to report support for External Path Protection [Add DCO Identify separatly.] Changes to IDENTIFY DEVICE data If the proposal adds a feature set or command, there should be an addition to the IDENTIFY DEVICE data to indicate both supported and enabled descriptions. Fill in the description in the table and place a description of each bit or word underneath the table. Word O M S P F V Description TBD A O B External Path Protection Bit Descritpion F 15 External Path Protection feature set supported V 14 LBG Checking enabled V 13 LBRT Checking Enabled V 12 Escape Generation Enabled V 11 Protection Information Transfer Enabled F 10 Enable/Disable Error On Escape Supported V 9 Escape Check Enabled F 8:0 Reserved Key: O/M Mandatory/optional requirement. M Support of the word is mandatory. O Support of the word is optional. F/V Fixed/variable content F The content of the field is fixed and does not change. The DCO command may change the value of a fixed field. For removable media devices, these values may change when media is removed or changed. V The contents of the field is variable and may change depending on the state of the device or the commands executed by the device. X The content of the field may be fixed or variable S/P Content applies to Serial or Parallel transport S Serial Transport P Parallel Transport B Both Serial and Parallel Transports N Belongs to a transport other than Serial or Parallel TBD A External Path Protection If bit 15 is set to one then the External Path Protection feature set is supported If bit 14 is set to one, then LBG Checking is enabled. If bits 15 is cleared to zero, then bit 14 shall be reserved. If bit 13 is set to one, then LBRT Checking is enabled. If bit 15 is cleared to zero, then bit 13 shall be reserved. 6

7 June 26, 2008 T13/e07162r2-External_Path_Protection.fm If bit 12 is set to one, then Escape Generation is enabled. If bit 15 is cleared to zero, then bit 12 shall be reserved. If bit 11 is set to one, then Protection Information Transfer is enabled. If bit 15 is cleared to zero, then bit 11 shall be reserved. If bit 10 is set to one, then the EPP Control for Enable/Disable Escape Check is supported. If bit 15 is cleared to zero, then bit 10 shall be reserved. If bit 9 is set to one, then Escape Check is enabled. If bits 15 or 10 are cleared to zero, then bit 9 shall be reserved. Bits 8:0 are reserved. 7

8 T13/e07162r2-External_Path_Protection.fm June 26, New External Path Protection (EPP) log EPP Control Overview The EPP log is mandatory for devices implementing the EPP feature set. When the application client writes this log, the settings shall be non-volatile. Table 2 describes the EPP log. Table 2: External Path Protection log Byte Type Description 0 Word Non-queued Capabilities Bit Description 15:8 Reserved 7 1=LBG Checking enabled 6 1=LBRT Checking enabled 5 1=Escape Generation enabled 4 1=Protection Information Transfer enabled 3 1=Escape Check enabled 2:0 Reserved 2 Word Queued LBG Checking enabled 15:8 Low Tag 7:0 High Tag 4 Word Queued LBRT Checking enabled 15:8 Low Tag 7:0 High Tag 6 Word Queued Escape Generation enabled 15:8 Low Tag 7:0 High Tag 8 Word Protection Information Transfer enabled 15:8 Low Tag 7:0 High Tag 10 Word Queued Escape Check enabled 15:8 Low Tag 7:0 High Tag Reserved 8

9 June 26, 2008 T13/e07162r2-External_Path_Protection.fm Editor s Note 1: Could add an entry to set the non-escape value LBG Checking If LBG Checking is enabled, the device shall check the LBG prior to transferring User Data. If the LBG is not correct, then the device shall fail the associated read commands with an Uncorrectable error and shall fail the associated write commands with an ID Not Found. If EC is enabled, then the device shall not generate an error if an Escape is encountered (see for more information on Escape). Editor s Note 2: Enabled is equivalent to setting RDPROTECT to 000b, 001b, 101b, 100b or WRPROTECT to 001b, 100b, or 101b. Disabled is equivalent to setting RDPROTECT to 010b, 011b or WRPROTECT to 010b and 011b. Editor s Note 3: This differs slightly from T-10 Protection which specifies that on writes when WRPROTECT=000b then no checking is performed. The protection information is generated by the device and may have the possibility of becoming corrupt before the last check point. Therefore, the device should be able to report an error when WRPROTECT=000b LBRT Checking If LBRT Checking is enabled, the device shall check the LBRT prior to transferring User Data. If the LBRT is not equal to bits 31:0 of the requested LBA, then the device shall fail the associated read commands with an Uncorrectable error and the associated write commands with an ID Not Found. If EC is enabled, then the device shall not generate an error if an Escape is encountered (see for more information on Escape). Editor s Note 4: Enabled is equivalent to setting RDPROTECT to 000b, 001b, 010b, 101b, or WRPROTECT to 001b, 010b, 101b. Disabled is equivalent to setting RDPROTECT to 011b, 100b or WRPROTECT to 011b and 100b. Editor s Note 5: This differs slightly from T-10 Protection which specifies that on writes when WRPROTECT=000b then no checking is performed. The protection information is generated by the device and may have the possibility of becoming corrupt before the last check point. Therefore, the device should be able to report an error when WRPROTECT=000b Escape Generation (EG) If PIT is enabled then EG shall be ignored. If PIT is disabled and EG is disabled then the device shall calculate and insert the CRC for the USER data in the LBG field and shall place bits 31:0 of the LBA of the sector currently in transit in the LBRT field when the device processes write commands. If PIT is disabled and EG is Enabled then the device shall place an Escape in the Protection Information fields (See for more information on Escape) Editor s Note 6: This is roughly equivalent to the ATO bit setting in T10 Protection Information. 9

10 T13/e07162r2-External_Path_Protection.fm June 26, Escape Type If EC (see ) is enable and ET is set to zero then a) If PIT is disabled and EG is enabled then the device shall set LBAT to FFFFh for each sector received from the application client. b) If PIT is enabled then if the device receives a sector from the Application Client with LBAT set to FFFFh then the device shall not check LBG or LBRT for errors at any point during the write process. c) If the device sends a sector to the Application Client with LBAT set to FFFFh then the device shal not check LBG or LBRT for errors at any point during the read process. If EC (see ) is disabled and ET is set to one then a) If PIT is disabled and EG is enabled then the device shall set LBAT to FFFFh and LBRT set to FFFF_FFFFh for each sector received from the application client. b) If PIT is enabled then if the device receives a sector from the application client with LBAT set to FFFFh and LBRT set to FFFF_FFFFh then device shall not check LBG or LBRT for errors at any point during the write process. c) If the device sends a sector to the Application Client with LBAT to FFFFh and LBRT to FFFF_FFFFh then the device shal not check LBG or LBRT for errors at any point during the read process. Editor s Note 7: This is roughly equivalent to setting type 1/2 or type 3 protection Protection Information Transfer (PIT) When PIT is disabled, the device shall add 8 bytes of Protection Information to the user data as the user data is received from the application client and strip off the 8 bytes of Protection Information before transferring data to the application client. This does not change the format of the data on the media. In this mode, the application client has configured the device to generate the Protection Information and that the application client should not be sending Protection Information to the device with the user data. When PIT is disabled, if the application client sends Protection Information to the device, the protection information shall be interpreted as user data. If PIT is disabled, then the device shall indicate a logical sector size in IDENTIFY DEVICE words that does not include the 8 bytes of Protection Information. For example, if PIT is enabled, and IDENTIFY DEVICE data words indicate a size of 260 words; then when PIT is disabled, IDENTIFY DEVICE data words change to 256. If PIT is enabled, 8 bytes of Protection Information shall be transferred with each sector of user data for read and write commands. Editor s Note 8: PIT=0 is equivalent to setting RDPROTECT or WRPROTECT to 000b. PIT=1 is equivalent to setting RDPROTECT or WRPROTECT >000b Escape Check (EC) If EC is disabled then the device shall not check the Protection Information for an Escape. If EC is enabled then the device shall check the Protection Information for an Escape as described in Editor s Note 9: This capability is not duplicated in SBC-3 or SPC Volatile If Volatile is cleared to zero then the device shall preserve the EPP Control value across all resets. If the Volatile bit is set to one then 10

11 June 26, 2008 T13/e07162r2-External_Path_Protection.fm a) if the device processes a hardware or software reset then the device shall preserve the EPP Control value b) if the device processes a power-on reset then it shall use the last EPP Control value it received with the Volatile bit cleared to zero. Editor s Note 10: This is needed because the checking modes are not specified by command and there is no type information due to the lack of a FORMAT UNIT command New Counters Editor s Note 11: SCSI does not define standard counters for these errors. It is WD s opinion that making these counters available can help with tech support issues as well as helping the end user (near line storage developers) debug system issues. The following new counters report statistics associated with External Path Protection: Table A.1 EPP Statistics Offset Type Content 0-7 QWord Structure Version 63:16 Reserved 15:0 0001h 8-15 Qword Lifetime Total EPP errors detected 31:0 Total number of liftime errors detected by the EPP feature set 8-15 Qword Lifetime LBG failures receiving write data 31:0 Number of times that the CRC was invalid when LBG was received from the Application Client. Editor s Note 12: data was invalid when received from the application client Qword Lifetime LBRT failures receiving write data 31:0 Number of times that LBA (31:0) was invalid when LBRT was received from the Application Client. Editor s Note 13: data was invalid when received from the application client 11

12 T13/e07162r2-External_Path_Protection.fm June 26, 2008 Table A.1 EPP Statistics Offset Type Content Qword Lifetime LBG write failures after data received 31:0 Number of times that the CRC became invalid after it was verified as good when the data was received from the Application Client. Editor s Note 14: Data became corrupt in the device Qword Lifetime LBRT write failures after data received 31:0 Number of times that LBA (31:0) became invalid after it was verified as good when the data was received from the Application Client. Editor s Note 15: Data became corrupt in the device Qword Lifetime LBG failures during read from media 31:0 Number of times that the CRC was found to be invalid while reading data from the media. Editor s Note 16: This could be caused by many things. Checking was disabled during the write and bad data was sent during the write. Checking was subsequently enabled and the error is being detected. Error could also be generated due to unformatted LBG. Checking could have been disabled, good data provided that went bad before it was written to the media. 12

13 June 26, 2008 T13/e07162r2-External_Path_Protection.fm Table A.1 EPP Statistics Offset Type Content Qword Lifetime LBRT failures during read from media 31:0 Number of times that LBA (31:0) was found to be invalid while reading data from the media. Editor s Note 17: This could be caused by many things. Checking was disabled during the write and bad data was sent during the write. Checking was subsequently enabled and the error is being detected. Error could also be generated due to unformatted LBRT. Checking could have been disabled, good data provided that went bad before it was written to the media Qword Lifetime LBG failures after read from media 31:0 Number of times that the CRC was found to be invalid prior to sending data to the Application Client. Editor s Note 18: Data became corrupt in the device Qword Lifetime LBRT failures after read from media 31:0 Number of times that LBA (31:0) was found to be invalid prior to sending data to the Application Client. Editor s Note 19: Data became corrupt in the device 13

14 T13/e07162r2-External_Path_Protection.fm June 26, 2008 Table A.1 EPP Statistics Offset Type Content Qword Lifetime number of write commands processed with LBG checking disabled 31:0 Number of write commands received when LBG checking is disabled. Editor s Note 20: This could lead to LBG read from the media failure detections. If this number is zero, then LBG failures are probably the result of the data going bad in the device Qword Lifetime number of read or write commands processed with LBRT checking disabled 31:0 Number of write commands received when LBRT checking is disabled. Editor s Note 21: This could lead to LBRT read from the media failure detections. If this number is zero, then LBRT failures are probably the result of the data going bad in the device Byte Reserved 14

ACS Proposal Template

ACS Proposal Template April 11, 2006 T13/e06130r0 ACS Proposal Template April 11, 2006 Revision 3 Technical Editor: Curtis E. Stevens 20511 Lake Forest Dr. Lake Forest, Ca. 92630 949-672-7933 Curtis.Stevens@wdc.com i T13/e06130r0

More information

SATA-IO Commands for ATA-8

SATA-IO Commands for ATA-8 SATA-IO Commands for ATA-8 April 24, 2007 Revision 1 e07131r1-sata-io_commands_for_ata-8.fm Technical Editor: Curtis E. Stevens 20511 Lake Forest Dr. Lake Forest, Ca. 92630 949-672-7933 Curtis.Stevens@wdc.com

More information

Extended Power Conditions (EPC)

Extended Power Conditions (EPC) ACS-2 Extended Power Conditions (EPC) June 10, 2008 Revision 0 Technical Editor: Jim Hatfield 389 Disc Drive Longmont, CO 80503 USA 720-684-2120 James.C.Hatfield@seagate.com 06/10/2008 Page 1 of 24 Document

More information

16 June 2007 e07129r1 ATA8-ACS Endianness clarifications

16 June 2007 e07129r1 ATA8-ACS Endianness clarifications 16 June 2007 e07129r1 ATA8-ACS Endianness clarifications To: T13 Technical Committee From: Rob Elliott, HP (elliott@hp.com) Date: 16 June 2007 Subject: e07129r1 ATA8-ACS Endianness clarifications Revision

More information

26 April r0 SAT-2 WRITE LONG to WRITE UNCORRECTABLE EXT

26 April r0 SAT-2 WRITE LONG to WRITE UNCORRECTABLE EXT 26 April 2007 07-200r0 SAT-2 WRITE LONG to WRITE UNCORRECTABLE EXT To: T10 Technical Committee From: Rob Elliott, HP (elliott@hp.com) and Jeff Wolford, HP (jeff.wolford@hp.com) Date: 26 April 2007 Subject:

More information

Reporting Device Nominal Form Factor (ATA8-ACS)

Reporting Device Nominal Form Factor (ATA8-ACS) Reporting Device Nominal Form Factor (ATA8-ACS) 24 October 2007 Revision 2 Proposal submitter: Wayne Bellamy 20555 S.H. 249 Houston, Texas 77070 281-514-5196 wayne.bellamy@hp.com Reporting Device Nominal

More information

Revision history Related documents Overview Suggested changes to SAT Approved references

Revision history Related documents Overview Suggested changes to SAT Approved references To: T10 Technical Committee From: Rob Elliott, HP (elliott@hp.com) and Jeff Wolford, HP (jeff.wolford@hp.com) Date: 10 Dec 2007 Subject: 07-200r3 SAT-2 WRITE LONG to WRITE UNCORRECTABLE EXT Revision history

More information

Assignments for Trusted Computing Group

Assignments for Trusted Computing Group Revision History: 0: Initial revision 1: Corrected names of DMA command versions To: T13 Technical Committee From: Jim Hatfield Seagate Technology (for the Trusted Computed Group www.trustedcomputinggroup.org

More information

1 Overview. Changes to document r4. T10/ revision 0

1 Overview. Changes to document r4. T10/ revision 0 Date: September 05, 2003 To: T10 Committee (SCSI) From: Jim Coomes (Seagate) Subject: SBC 32 Byte Commands for SBC 32 Byte Commands for End-to-End Data Protection 1 Overview T10/03-307 revision 0 There

More information

BIST-SCT Command Proposal

BIST-SCT Command Proposal BIST-SCT Command Proposal Revision 1 Technical Editor: Curtis E. Stevens Western Digital 20511 Lake Forest Lake Forest, Ca. 92630 USA Phone: 949-672-7933 E-Mail: Curtis.Stevens@WDC.com Revision History

More information

Sanitize Device Ext Command

Sanitize Device Ext Command Sanitize Device Ext Command March 4, 2009 Revision 5 Deleted: 4 Technical Editor: John Geldman 47300 Bayside Parkway Fremont, CA 94538 USA (510) 580-8715 jgeldman@lexar.com March 4. 2009 Page 1 of 16 Document

More information

TRIM DRAT / RZAT clarifications for ATA8-ACS2

TRIM DRAT / RZAT clarifications for ATA8-ACS2 TRIM DRAT / RZAT clarifications for ATA8-ACS2 December February 2314, 201009 Revision 21 Technical Editor: Curtis E. Stevens 20511 Lake Forest Dr. Lake Forest, Ca. 92630 949-672-7933 Curtis.Stevens@wdc.com

More information

SBC-2 Option to Check Only the Logical Block Guard

SBC-2 Option to Check Only the Logical Block Guard Date: April 18, 2004 To: From: Subject: T10 Technical Committee Keith Holt (LSI Logic) SBC-2 Data Protection Option to Check Only the Logical Block Guard 1. Introduction The RDPROTECT and WRPROTECT data

More information

T10/06-393r1 On-disk bitmap support. Date: October 24, T10 Committee (SCSI) Roger Cummings (Symantec)

T10/06-393r1 On-disk bitmap support. Date: October 24, T10 Committee (SCSI) Roger Cummings (Symantec) Date: October 24, 2006 To: From: Subject: T10 Committee (SCSI) Roger Cummings (Symantec) T10/06-393r1 On-disk bitmap support Revision History 06-393r0 (August 31, 2006) Original 06-393r1 (October 24, 2006)

More information

T10/06-393r3 On-disk bitmap support. Date: January 16, T10 Committee (SCSI) Roger Cummings (Symantec)

T10/06-393r3 On-disk bitmap support. Date: January 16, T10 Committee (SCSI) Roger Cummings (Symantec) Date: January 16, 2007 To: From: Subject: T10 Committee (SCSI) Roger Cummings (Symantec) T10/06-393r3 On-disk bitmap support Revision History 06-393r0 (August 31, 2006) Original 06-393r1 (October 24, 2006)

More information

Block Data is the data transferred to or from the device using SCT Command Transport feature set capabilities.

Block Data is the data transferred to or from the device using SCT Command Transport feature set capabilities. 1. Add the following terms to the glossary: 3.1.x Block Data Block Data is the data transferred to or from the device using SCT Command Transport feature set capabilities. 3.1.x SCT command SCT commands

More information

1) Revision history 2) Related documents 3) Overview

1) Revision history 2) Related documents 3) Overview To: INCITS Technical Committee T10 From: Fred Knight, Network Appliance Email: knight@netapp.com Date: Sept 5, 2008 Subject: SBC-3 Thin Provisioning Commands 1) Revision history Revision 0 (July 7, 2008)

More information

1 Overview. T10/ revision 6

1 Overview. T10/ revision 6 Date: October 07, 2003 To: T10 Committee (SCSI) From: George Penokie (IBM/Tivoli) Subject: End-to-End Data Protection 1 Overview Any inconsistencies between this section and the remaining sections in the

More information

1 Overview. T10/ revision 8

1 Overview. T10/ revision 8 Date: October 20, 2003 To: T10 Committee (SCSI) From: George Penokie (IBM/Tivoli) Subject: End-to-End Data Protection 1 Overview Any inconsistencies between this section and the remaining sections in the

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD ISO/IEC 24739-1 INTERNATIONAL STANDARD Edition 1.0 2009-09 Information technology AT attachment with packet interface-7 Part 1: Register delivered command set, logical register set (ATA/ATAPI-7 V1) INTERNATIONAL

More information

Information Technology - SMART Command Transport (SCT)

Information Technology - SMART Command Transport (SCT) Working Draft T13 1701DT-N Revision 5 February 24, 2005 Information Technology - SMART Command Transport (SCT) This is an internal technical report of T13, a Technical Committee of Accredited Standards

More information

SCT LBA Segment Access Command Extension Proposal October Revision 0

SCT LBA Segment Access Command Extension Proposal October Revision 0 SCT LBA Segment Access Command Extension Proposal October 06 2005 Revision 0 Author: Randeep Sidhu David McDougall Bill Martin Sierra Logic Inc. 9083 Foothills Blvd Suite 300 Roseville, CA 95747 Phone:

More information

ATA Command Pass-Through

ATA Command Pass-Through T10/04-262r4 October 14, 2004 ATA Command Pass-Through October 14, 2004 Revision 4 Technical Editor: Curtis E. Stevens Western Digital Phone: 949-672-7933 E-Mail: Curtis.Stevens@WDC.com Revision History

More information

Information Technology - SMART Command Transport (SCT)

Information Technology - SMART Command Transport (SCT) Working Draft T13 1701DT-N Revision 2a October 1, 2004 Information Technology - SMART Command Transport (SCT) This is an internal technical report of T13, a Technical Committee of Accredited Standards

More information

1.4 Revision history Revision 0 (July 7, 2008) First revision

1.4 Revision history Revision 0 (July 7, 2008) First revision To: INCITS Technical Committee T10 From: Fred Knight, Network Appliance Email: knight@netapp.com Date: July 7, 2008 Subject: SBC-3 Thin Provisioning Commands 1.4 Revision history Revision 0 (July 7, 2008)

More information

SCT LBA Segment Access Command Extension Proposal

SCT LBA Segment Access Command Extension Proposal SCT LBA Segment Access Command Extension Proposal October 06 2005 Revision 1 Proposers: Randeep Sidhu Dan Colegrove David McDougall Bill Martin Sierra Logic Inc. Hitachi Global Storage 9083 Foothills Blvd

More information

TrustedFlash Security System Mapping for ATA-ACS8

TrustedFlash Security System Mapping for ATA-ACS8 TrustedFlash Security System Mapping for ATA-ACS8 To: T13 Technical Committee From: Dave Landsman SanDisk Corporation 601 McCarthy Blvd Milpitas, CA Phone: 206.275.4385 Email: Dave.Landsman@SanDisk.com

More information

Revision History Revision 0 (09 December 2007) first revision

Revision History Revision 0 (09 December 2007) first revision To: T10 Technical Committee From: Jeff Wolford, HP (jeff.wolford@hp.com) Date: 09 December 2007 Subject: T10/08-019r0 SAT-2 WRITE BUFFER MODE 7 to DOWNLOAD MICROCODE Mode 3 Revision History Revision 0

More information

Table 1 Revision History

Table 1 Revision History Western Digital Corporation 20511 Lake Forest Drive Lake Forest, CA 92630 To: T10 CAP Working Group Contact: Curtis E. Stevens Phone: 949-672-7933 Email: Curtis.Stevens@wdc.com Date: January 15, 2000 Subject:

More information

TCG Storage Interface Interactions Specification (SIIS) Specification Version 1.02 Revision December, 2011 TCG

TCG Storage Interface Interactions Specification (SIIS) Specification Version 1.02 Revision December, 2011 TCG TCG Storage Interface Interactions Specification (SIIS) Specification Version 1.02 Revision 1.00 30 December, 2011 TCG TCG PUBLISHED Copyright TCG 2011 Copyright 2011 Trusted Computing Group, Incorporated.

More information

ATA Command Pass-Through

ATA Command Pass-Through T10/04-262r0 August 11, 2004 ATA Command Pass-Through August 11, 2004 Revision 0 Technical Editor: Curtis E. Stevens Western Digital Phone: 949-672-7933 E-Mail: Curtis.Stevens@WDC.com Table of Contents

More information

White Paper Western Digital Comments on Sector Sizes Larger than 512 Bytes

White Paper Western Digital Comments on Sector Sizes Larger than 512 Bytes White Paper Western Digital Comments on June 1, 2005 T13/e05122r2 Revision 2 Technical Editor: Curtis E. Stevens Western Digital Phone: 949-672-7933 E-Mail: Curtis.Stevens@WDC.com THIS WHITEPAPER IS MADE

More information

14 January 2009 T10/08-018r4

14 January 2009 T10/08-018r4 To: T10 Technical Committee From: Mark Overby, NVIDIA Corporation (moverby@nvidia.com) Date: 14 January 2009 Subject: T10/08-018r4 SAT-3: NV Cache Translation Revision History Revision 0 - Initial draft

More information

ATA Command Pass-Through

ATA Command Pass-Through T10/04-262r2 August 16, 2004 ATA Command Pass-Through August 16, 2004 Revision 2 Technical Editor: Curtis E. Stevens Western Digital Phone: 949-672-7933 E-Mail: Curtis.Stevens@WDC.com Table of Contents

More information

06-378r0: SAT - Miscellaneous changes 18 August 2006

06-378r0: SAT - Miscellaneous changes 18 August 2006 To: T10 Technical Committee From: Bob Sheffield(robert.l.sheffield@intel.com) Date: 18 August 2006 Subject: 06-378r0: SAT - Miscellaneous changes Revision history Revision 0 (18 August 2006) First revision

More information

Working Draft Project. Standard. Information technology - AT Attachment 8 - ATA/ATAPI Serial Transport (ATA8-AST) Revision 4 June 23, 2010

Working Draft Project. Standard. Information technology - AT Attachment 8 - ATA/ATAPI Serial Transport (ATA8-AST) Revision 4 June 23, 2010 Working Draft Project American National Standard T13/1697-D Revision 4 June 23, 2010 Information technology - AT Attachment 8 - ATA/ATAPI Serial Transport (ATA8-AST) This is a draft proposed American National

More information

Removable Media Status Notification Feature Set and Removable Media Feature Set (Changes and additions to ATA/ATAPI-4) *** PROPOSAL ONLY ***

Removable Media Status Notification Feature Set and Removable Media Feature Set (Changes and additions to ATA/ATAPI-4) *** PROPOSAL ONLY *** DOCUMENT STATUS Revision 0-18 March 1997 - Ron Stephens Revision 1-21 May 1997 - Terry Miller and Christopher Mayne Revision 2-2 June 1997 - Christopher Mayne American National Standard for Information

More information

NVM Express Technical Errata

NVM Express Technical Errata NVM Express Technical Errata Errata ID 015 Change Date 6/15/2011 Affected Spec Ver. NVM Express 1.0a Corrected Spec Ver. Submission info Name Company Date Kevin Marks Dell 6/15/2011 Peter Onufryk IDT 6/15/2011

More information

Item 2) In clause PL_OC2:Overall_Control state frame transmission cancellations: change the text to be as follows:

Item 2) In clause PL_OC2:Overall_Control state frame transmission cancellations: change the text to be as follows: a Maxtor Corporation 500 McCarthy Boulevard Milpitas, CA 95035 USA To: T10 SAS Protocol Working Group Contact: Mark Evans Phone: 408-894-5310 Email: mark_evans@maxtor.com Date: 23 February 2004 Subject:

More information

Write Read Verify Feature Set

Write Read Verify Feature Set Write Read Verify Feature Set To: T13 Technical committee From: Sumit Puri Fujitsu Computer Products Of America 2904 Orchard Parkway San Jose, CA 95134 Vox: 408 570 4070 Fax: 408 999 4150 Email: spuri@fcpa.fujitsu.com

More information

Assignments for Trusted Computing Group

Assignments for Trusted Computing Group Assignments for Trusted Computing Group Revision History: 0: Initial revision 1 Introduction To: T13 Technical Committee From: Jim Hatfield Seagate Technology (for the Trusted Computed Group) 389 Disc

More information

Device Statistics Solid State

Device Statistics Solid State Device Statistics Solid State T13 Technical Proposal e06184r8 By Steve Livaccari, IBM, and Joseph Chen, Samsung Revision 8, 2008 06 05 [This document is a proposal for the T13 to describe the Device Statistics

More information

ACS Proposal - Device Internal Status Log

ACS Proposal - Device Internal Status Log ACS Proposal - Device Internal Status Log June 23, 2010 Revision 2 Author: Nathan Obr 1 Microsoft Way Redmond, WA 98052 425-705-9157 NatObr@Microsoft.com ACS Proposal - Device Internal Status Log 1 Document

More information

26 April r2 SBC-3 Physical blocks

26 April r2 SBC-3 Physical blocks To: T10 Technical Committee From: Rob Elliott, HP (elliott@hp.com) Date: 26 April 2006 Subject: 06-034r2 SBC-3 Physical blocks Revision history Revision 0 (4 January 2006) First revision Revision 1 (3

More information

6 May 2008 T10/08-018r3

6 May 2008 T10/08-018r3 To: T10 Technical Committee From: Mark Overby, NVIDIA Corporation (moverby@nvidia.com) Date: 6 May 2008 Subject: T10/08-018r3 SAT-2: NV Cache Translation Revision History Revision 0 - Initial draft of

More information

TCG. TCG Storage Interface Interactions Specification. Specification Version 1.0. January 27, Contacts:

TCG. TCG Storage Interface Interactions Specification. Specification Version 1.0. January 27, Contacts: TCG Storage Interface Interactions Specification January 27, 2009 Contacts: storagewg@trustedcomputinggroup.org Copyright TCG 2009 TCG Copyright 2009 Trusted Computing Group, Incorporated. Disclaimer,

More information

2 May r2 SAS-2 WWN-based Attached Device Name for SATA

2 May r2 SAS-2 WWN-based Attached Device Name for SATA To: T10 Technical Committee From: Rob Elliott, HP (elliott@hp.com) Date: 2 May 2007 Subject: 06-476r2 SAS-2 WWN-based Attached Device Name for SATA Revision history Revision 0 (31 October 2006) First revision

More information

Write Uncorrectable EXT Proposal

Write Uncorrectable EXT Proposal Page 1 of 5 Write Uncorrectable EXT Proposal To: T13 Technical committee From: Steve Livaccari IBM Phone: (919) 543.7393 Email: livaccar@us.ibm.com Date: August 23, 2005 1 Introduction This proposal defines

More information

24 October r2 SAS-2 Support multiple STP affiliations

24 October r2 SAS-2 Support multiple STP affiliations 24 October 2006 06-188r2 SAS-2 Support multiple STP affiliations To: T10 Technical Committee From: Rob Elliott, HP (elliott@hp.com) Date: 24 October 2006 Subject: 06-188r2 SAS-2 Support multiple STP affiliations

More information

American National T13/BSR INCITS 537 Standard

American National T13/BSR INCITS 537 Standard Working Draft Project American National T13/BSR INCITS 537 Standard Revision 04f 17 October 2015 Information technology - Zoned-device ATA Command Set (ZAC) This is a draft proposed American National Standard

More information

Write Read Verify Feature Set

Write Read Verify Feature Set e04129r45 Write Read Verify Feature Set To: T13 Technical committee From: Sumit Puri Fujitsu Computer Products Of America 2904 Orchard Parkway San Jose, CA 95134 Vox: 408 570 4070 Fax: 408 999 4150 Email:

More information

03-344r4 SPC-3 SAM-3 Report all initiator and target ports 9 February 2004

03-344r4 SPC-3 SAM-3 Report all initiator and target ports 9 February 2004 To: T10 Technical Committee From: Rob Elliott, HP (elliott@hp.com) Date: 9 February 2004 Subject: 0-44r4 SPC- SAM- Report all initiator and target ports Revision history Revision 0 (6 October 200) First

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD ISO/IEC 24739-2 INTERNATIONAL STANDARD Edition 1.0 2009-11 Information technology AT attachment with packet interface-7 Part 2: Parallel transport protocols and physical interconnect (ATA/ATAPI-7) ISO/IEC

More information

03-388r2 SPC-3 SBC-2 Nonvolatile caches 10 March 2004

03-388r2 SPC-3 SBC-2 Nonvolatile caches 10 March 2004 To: T10 Technical Committee From: Rob Elliott, HP (elliott@hp.com) Date: 10 March 2004 Subject: 03-388r2 SPC-3 SBC-2 Nonvolatile caches Revision history Revision 0 (11 December 2003) First revision Revision

More information

03-344r2 SPC-3 SAM-3 Report all initiator and target ports 30 December 2003

03-344r2 SPC-3 SAM-3 Report all initiator and target ports 30 December 2003 To: T10 Technical Committee From: Rob Elliott, HP (elliott@hp.com) Date: 0 December 200 Subject: 0-44r2 SPC- SAM- Report all initiator and target ports Revision history Revision 0 (6 October 200) First

More information

TuffDrive. Industrial msata. Product Specification VMS 200 High Speed Series

TuffDrive. Industrial msata. Product Specification VMS 200 High Speed Series TuffDrive TM Industrial msata Product Specification VMS 200 High Speed Series 1.0 Introduction Virtium s industrial temperature VMS200 msata High Speed Series is intended as embedded flash solution for

More information

Removable Media Feature Set (Changes and additions to ATA/ATAPI-4) *** PROPOSAL ONLY ***

Removable Media Feature Set (Changes and additions to ATA/ATAPI-4) *** PROPOSAL ONLY *** DOCUMENT STATUS Revision 0-18 March 1997 - Ron Stephens Revision 1-21 May 1997 - Terry Miller and Christopher Mayne American National Standard for Information Systems Removable Media Feature Set (Changes

More information

FORESEE SATAIII 2.5 inch SSD S900 Datasheet

FORESEE SATAIII 2.5 inch SSD S900 Datasheet FORESEE SATAIII 2.5 inch SSD S900 Datasheet Version: A2 2017.02.10 LONGSYS ELECTRONICS RESERVES THE RIGHT TO CHANGE PRODUCTS, INFORMATION AND SPECIFICATIONS WITHOUT NOTICE. Products and specifications

More information

1 Overview. 2 Changes to SPC-4. T10/ revision 5

1 Overview. 2 Changes to SPC-4. T10/ revision 5 Date: 3/18/09 To: T10 Committee (SCSI) From: George Penokie (LSI) Subject: SPC-4: Cache hits and power on statistics 1 Overview There are some performance statistics relating to cache hits that would be

More information

03-388r0 SBC-2 Nonvolatile caches 11 December 2003

03-388r0 SBC-2 Nonvolatile caches 11 December 2003 To: T10 Technical Committee From: Rob Elliott, HP (elliott@hp.com) Date: 11 December 2003 Subject: 03-388r0 SBC-2 Nonvolatile caches Revision history Revision 0 (11 December 2003) First revision Related

More information

Technical Note. SMART Command Feature Set for the Introduction. TN-FD-34: 5100 SSD SMART Implementation. Introduction

Technical Note. SMART Command Feature Set for the Introduction. TN-FD-34: 5100 SSD SMART Implementation. Introduction Technical Note SMART Command Feature Set for the 5100 Introduction Introduction This technical note provides the self-monitoring, analysis, and reporting technology (SMART) command (B0h) feature set for

More information

Revision 1: Correct editorial issues identified at the 22 September 2003 working group conference call.

Revision 1: Correct editorial issues identified at the 22 September 2003 working group conference call. To: From: INCITS T10 Committee Paul Entzel, Quantum Date: 20 October 2003 Document: Subject: T10/03-322r2 Transport protocol service extensions for ADT. 1 Revision History Revision 0: Initial revision.

More information

Technical Note. SMART Command Feature Set for the M510DC. Introduction. TN-FD-33: M510DC SSD SMART Implementation. Introduction

Technical Note. SMART Command Feature Set for the M510DC. Introduction. TN-FD-33: M510DC SSD SMART Implementation. Introduction Technical Note SMART Command Feature Set for the M510DC Introduction Introduction This technical note provides the self-monitoring, analysis, and reporting technology (SMART) command (B0h) feature set

More information

InnoDisk FiD 2.5 SATA20000-H

InnoDisk FiD 2.5 SATA20000-H InnoDisk FiD 2.5 SATA20000-H SLC Solution Datasheet Rev 0.3 1 Rev 0.3 Datasheet, February. 2010 Table of contents REVISION HISTORY... 4 LIST OF TABLES... 5 LIST OF FIGURES... 7 1. PRODUCT OVERVIEW... 8

More information

Proposal For A General Purpose Logging Feature Set

Proposal For A General Purpose Logging Feature Set T13/E00138R0 Proposal For A General Purpose Logging Feature Set To: T13 Technical committee From: Matt Rooke Fujitsu Computer Products of America 2904 Orchard Parkway San Jose, CA 95134 Phone: 408-894-3826

More information

InnoDisk FiD 2.5 SATA20000-R

InnoDisk FiD 2.5 SATA20000-R InnoDisk FiD 2.5 SATA20000-R SLC Solution Datasheet Rev 1.0 1 Rev 1.0 Datasheet, September. 2009 Table of contents REVISION HISTORY... 4 LIST OF TABLES... 5 LIST OF FIGURES... 7 1. PRODUCT OVERVIEW...

More information

Suggested Changes. Add to Clause 8 8.AA SECURITY PROTOCOL IN command 8.BB SECURITY PROTOCOL OUT command. Jim Hatfield (Seagate) Page 1 of 5

Suggested Changes. Add to Clause 8 8.AA SECURITY PROTOCOL IN command 8.BB SECURITY PROTOCOL OUT command. Jim Hatfield (Seagate) Page 1 of 5 To: T10 Technical Committee From: Jim Hatfield, Seagate (James.C.Hatfield@seagate.com) Date: May 8, 2007 Subject: Revision History Revision 0 (Feb. 14, 2007) First revision Revision 1 (Mar. 1, 2007) Incorporate

More information

Technical Note. SMART Command Feature Set for the eu500. Introduction. TN-FD-35: eu500 eusb SMART Commands. Introduction

Technical Note. SMART Command Feature Set for the eu500. Introduction. TN-FD-35: eu500 eusb SMART Commands. Introduction Technical Note SMART Command Feature Set for the eu500 Introduction Introduction This technical note provides the self-monitoring, analysis, and reporting technology (SMART) command (B0h) feature set for

More information

Technical Note. SMART Command Feature Set for the M500DC. Introduction. TN-FD-26: M500DC SSD SMART Implimentation. Introduction

Technical Note. SMART Command Feature Set for the M500DC. Introduction. TN-FD-26: M500DC SSD SMART Implimentation. Introduction Technical Note SMART Command Feature Set for the M500DC Introduction Introduction This technical note provides the self-monitoring, analysis, and reporting technology (SMART) command (B0h) feature set

More information

ADT Frame Format Notes (Paul Suhler) ADI ADT Frame Format Proposal (Rod Wideman)

ADT Frame Format Notes (Paul Suhler) ADI ADT Frame Format Proposal (Rod Wideman) To: INCITS T10 Membership From: Paul Entzel, Quantum Date: 11 November 2002 Document: T10/02-329r2 Subject: Proposed frame format for ADT 1 Related Documents T10/02-233r0 T10/02-274r0 ADT Frame Format

More information

MMC-5 Letter Ballot Comment Resolutions

MMC-5 Letter Ballot Comment Resolutions Comments attached to Abs ballot from Robert Snively of Brocade: Brocade has no material interest in this standard at present. No action required Comments attached to Abs ballot from Robert H. Nixon of

More information

1 Overview. T10/ revision 0

1 Overview. T10/ revision 0 T10/05-345 revision 0 Date: September 12, 2005 To: T10 Committee (SCSI) From: George Penokie (IBM/Tivoli) Subject: Proposed SBC-3 Revision 01 1 Overview The following is a proposal for revision 01 of SCSI

More information

Subject Report Element Information

Subject Report Element Information memorandum T10/08-066r87 To INCITS T10 Committee From Curtis Ballard, HP Subject Report Element Information Date 8 April1 May, 2009 Revision History Revision History for original document number 06-272

More information

1 Overview. T10/ revision 0

1 Overview. T10/ revision 0 T10/05-344 revision 0 Date: September 12, 2005 To: T10 Committee (SCSI) From: George Penokie (IBM/Tivoli) Subject: Proposed SBC-3 Revision 00 1 Overview The following is a proposal for revision 00 of SCSI

More information

ACS Coordinating Device Maintenance

ACS Coordinating Device Maintenance ACS Coordinating Device Maintenance July 28, 2010 Revision 2 Author: Nathan Obr 1 Microsoft Way Redmond, WA 98052 425-705-9157 NatObr@Microsoft.com Coordinating Device Maintenance 1 Document Status Revision

More information

Subject Report Volume Information. This command is a companion to , Report Element Information. Full background is available in that proposal.

Subject Report Volume Information. This command is a companion to , Report Element Information. Full background is available in that proposal. memorandum To INCITS T0 Committee From Curtis Ballard, HP Subject Report Volume Information T0/0-2r3 DRAFT Date May, 200 Revision History Revision 0 Initial document Related Documents smc3r04 SCSI Media

More information

16 July r1 SAS-2 Add device slot numbering fields to DISCOVER

16 July r1 SAS-2 Add device slot numbering fields to DISCOVER 16 July 2008 08-183r1 SAS-2 Add device slot numbering fields to DISCOVER To: T10 Technical Committee From: Rob Elliott, HP (elliott@hp.com) Date: 16 July 2008 Subject: 08-183r1 SAS-2 Add device slot numbering

More information

8 January r3 SAS-2 More counters

8 January r3 SAS-2 More counters 8 January 2006 04-172r3 SAS-2 More ers To: T10 Technical Committee From: Rob Elliott, HP (elliott@hp.com) Date: 8 January 2006 Subject: 04-172r3 SAS-2 More ers Revision history Revision 0 (21 June 2004)

More information

Null second level LUN (0000h) (LSB) Null third level LUN (0000h) Null fourth level LUN (0000h)

Null second level LUN (0000h) (LSB) Null third level LUN (0000h) Null fourth level LUN (0000h) Date: October 10, 2005 To: T10 Committee (SCSI) From: George Penokie (IBM/Tivoli) Subject: SAM-4: Addressing more than 16384 logical units 1 Overview There are storage subsystems that are exceeding the

More information

Draft 1532D Volume 1. Information Technology - AT Attachment with Packet Interface 7 Volume 1 (ATA/ATAPI-7 V1) Revision 3c 26 June 2003

Draft 1532D Volume 1. Information Technology - AT Attachment with Packet Interface 7 Volume 1 (ATA/ATAPI-7 V1) Revision 3c 26 June 2003 Working T13 Draft 1532D Volume 1 Revision 3c 26 June 2003 Information Technology - AT Attachment with Packet Interface 7 Volume 1 (ATA/ATAPI-7 V1) This is an interl working document of T13, a Technical

More information

03-186r3r3 SAS-1.1 Transport layer retries 25 October 2003

03-186r3r3 SAS-1.1 Transport layer retries 25 October 2003 To: T10 Technical Committee From: Rob Elliott, HP (elliott@hp.com) Date: 25 October 2003 Subject: 03-186r3r3 SAS-1.1 Transport layer retries Revision history Revision 0 (6 May 2003) first revision Revision

More information

04-352r0 SAS-1.1 Phy test functions for SMP 29 October 2004

04-352r0 SAS-1.1 Phy test functions for SMP 29 October 2004 To: T10 Technical Committee From: Rob Elliott, HP (elliott@hp.com) Date: 29 October 2004 Subject: 04-352r0 SAS-1.1 Phy test functions for SMP Revision history Revision 0 (29 October 2004) First revision

More information

Information technology - Small Computer System Interface - Part 412: SCSI Architecture Model - 2 (SAM-2)

Information technology - Small Computer System Interface - Part 412: SCSI Architecture Model - 2 (SAM-2) 14776-412 Information technology - Small Computer System Interface - Part 412: SCSI Architecture Model - 2 (SAM-2) Reference number 14776-412 ISO/IEC:2003 Printed Monday, March 10, 2003 5:13 PM ISO/IEC

More information

CFast Embedded Flash Module Gen II

CFast Embedded Flash Module Gen II CFast Embedded Flash Module Gen II Engineering Specification Document Number: 401-0047-00 Revision: A 32GB 1014765 1530 Made in USA BE32MGGZZ-XN000-D 2015 Delkin Devices Inc. 1 Table of Contents 1 General

More information

<Insert Picture Here> End-to-end Data Integrity for NFS

<Insert Picture Here> End-to-end Data Integrity for NFS End-to-end Data Integrity for NFS Chuck Lever Consulting Member of Technical Staff Today s Discussion What is end-to-end data integrity? T10 PI overview Adapting

More information

Related Documents ses2r00 - SCSI Enclosure Services - 2 revision r0 - SES-2 INVOP for Threshold In page

Related Documents ses2r00 - SCSI Enclosure Services - 2 revision r0 - SES-2 INVOP for Threshold In page To: T10 Technical Committee From: Dennis Spicher (dennis.spicher@hp.com) and Rob Elliott, HP (elliott@hp.com) Date: 18 July 00 Subject: Revision History Revision 0 (8 June 00) first revision Revision 1

More information

AN4491 Application note

AN4491 Application note Application note BlueNRG, BlueNRG-MS updater Introduction Note: This document describes the updater functionality of BlueNRG and BlueNRG-MS devices. The document content is valid for both BlueNRG and BlueNRG-MS

More information

9 January r0 SAS-2 SPC-4 Enabling and disabling Transport Layer Retries

9 January r0 SAS-2 SPC-4 Enabling and disabling Transport Layer Retries To: T10 Technical Committee From: Chris Martin (chris.martin@hp.com) and Rob Elliott, HP (elliott@hp.com) Date: 9 January 2007 Subject: 07-027r0 SAS-2 SPC-4 Enabling and disabling Transport Layer Retries

More information

3MG2-P Series. Customer Approver. Innodisk Approver. Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date:

3MG2-P Series. Customer Approver. Innodisk Approver. Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: 3MG2-P Series Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: Innodisk Approver Customer Approver Table of contents 1. PRODUCT OVERVIEW... 7 1.1 INTRODUCTION OF INNODISK

More information

Here are the updated comments as revised at the SCSI working group meeting.

Here are the updated comments as revised at the SCSI working group meeting. Subject: Comments on the Committee Draft 14776-381 -Small Computer System Interface -Part 381: Optical Memory Card Device Commands (SCSI OMC). 99-107R0 on T10 site. Here are the updated comments as revised

More information

2 September r0 SAT-2 ATA PASS-THROUGH sense data format

2 September r0 SAT-2 ATA PASS-THROUGH sense data format To: T10 Technical Committee From: Rob Elliott, HP (elliott@hp.com) Date: 2 September 2008 Subject: 08-344r0 SAT-2 ATA PASS-THROUGH sense data format Revision history Revision 0 (2 September 2008) First

More information

Standard. Information technology - SCSI / ATA Translation - 2 (SAT-2) Revision June 2008

Standard. Information technology - SCSI / ATA Translation - 2 (SAT-2) Revision June 2008 Working Draft American National Standard Project T10/1826-D Revision 05 22 June 2008 Information technology - SCSI / ATA Translation - 2 (SAT-2) This is an internal working document of T10, an International

More information

1 Overview. T10/ revision 0

1 Overview. T10/ revision 0 Date: 10/22/08 To: T10 Committee (SCSI) From: George Penokie (LSI) Subject: SPC-4: Cache hits and power on statistics 1 Overview There are some performance statistics relating to cache hits that would

More information

03-351r1 SAM-3 SPC-3 Task Attributes VPD page 11 December 2003

03-351r1 SAM-3 SPC-3 Task Attributes VPD page 11 December 2003 To: T10 Technical Committee From: Rob Elliott, HP (elliott@hp.com) Date: 11 December 2003 Subject: 03-351r1 SAM-3 SPC-3 Task Attributes VPD page Revision history Revision 0 (14 October 2003) First revision

More information

American National Standard

American National Standard T13/e04103r1 ANSI INCITS 361-2002 (erratum) American National Standard for Information Technology AT Attachment with Packet Interface Extensions 6 (ATA/ATAPI-6) Corrected: Secretariat: Information Technology

More information

Working Draft Project. Standard. Information technology - Enhanced Disk Drive - 4 (EDD-4) Revision 1 July 29, 2009

Working Draft Project. Standard. Information technology - Enhanced Disk Drive - 4 (EDD-4) Revision 1 July 29, 2009 Working Draft Project American National Standard T13/2132-D Revision 1 July 29, 2009 Information technology - Enhanced Disk Drive - 4 (EDD-4) This is a draft proposed American National Standard of Accredited

More information

DELPHI CORPORATION. LIN to RS-232 Gateway Systems Analysis INterface Tool (SAINT) Users Guide

DELPHI CORPORATION. LIN to RS-232 Gateway Systems Analysis INterface Tool (SAINT) Users Guide DELPHI CORPORATION LIN to RS-232 Gateway Systems Analysis INterface Tool (SAINT) Users Guide Document Number TBD Version D, Draft 1 August 15, 2003 Copyright Delphi Corporation, 2003 Maintained by: Chris

More information

Subject Report Element Information

Subject Report Element Information memorandum To INCITS T10 Committee From Curtis Ballard, HP Michael Banther, HP Subject Report Element Information T10/08-066r2 Date 7 March, 2008 Revision History for original document number 06-272 Revision

More information

Draft 1532D Volume 1

Draft 1532D Volume 1 Working T13 Draft 1532D Volume 1 Revision 1a 31 October 2002 Information Technology - AT Attachment with Packet Interface 7 Volume 1 (ATA/ATAPI-7 V1) This is an interl working document of T13, a Technical

More information

August 14, T10 Technical Committee John Lohmeyer, LSI Logic Principal Member of T10 Expander Communication Protocol. Revision 1 changes:

August 14, T10 Technical Committee John Lohmeyer, LSI Logic Principal Member of T10 Expander Communication Protocol. Revision 1 changes: August 14, 2000 4420 ArrowsWest Drive Colorado Springs, CO 80907 To: From: Subj: T10 Technical Committee John Lohmeyer, LSI Logic Principal Member of T10 Expander Communication Protocol Revision 1 changes:

More information