Index: head/share/misc/scsi_modes =================================================================== --- head/share/misc/scsi_modes (revision 273071) +++ head/share/misc/scsi_modes (revision 273072) @@ -1,394 +1,395 @@ # SCSI mode page data base. # Copyright (c) 1995 HD Associates # Copyright (c) 2001 The FreeBSD Project # (contact: dufault@hda.com) # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # 1. Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # 3. The name of HD Associates # may not be used to endorse or promote products derived from this software # without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY HD ASSOCIATES ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE # ARE DISCLAIMED. IN NO EVENT SHALL HD ASSOCIATES BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # # $FreeBSD$ # # The ordering is alphabetical by page name, as it appears in the SCSI spec. # 'i' is a byte-sized integral types, followed by a field width of # 1 through 4 (1 to 4 bytes). # # 'b' is a bit-sized integral type # 't' is a bitfield type- followed by a bit field width # # 'c' values are character arrays # 'z' values are null-padded strings # # # '*' suppresses assignment (for 'seeking'). # Bitfields are MSB to LSB. # ALL DEVICE TYPES 0x0a "Control Mode Page" { {TST} t3 {TMF_ONLY} t1 {DPICZ} t1 {D_SENSE} t1 {GLTSD} t1 {RLEC} t1 {Queue Algorithm Modifier} t4 {NUAR} t1 {QErr} t2 {DQue} t1 {EECA} t1 {RAC} t1 {UA_INTLCK_CTRL} t2 {SWP} t1 {RAENP} t1 {UAAENP} t1 {EAENP} t1 {ATO} t1 {TAS} t1 {ATMPE} t1 {RWWP} t1 {Reserved} *t1 {Autoload Mode} t3 {Ready AEN Holdoff Period} i2 {Busy Timeout Period} i2 {Extended Self-Test Completion Time} i2 } 0x02 "Disconnect-Reconnect Page" { {Buffer Full Ratio} i1 {Buffer Empty Ratio} i1 {Bus Inactivity Limit} i2 {Disconnect Time Limit} i2 {Connect Time Limit} i2 {Maximum Burst Size} i2 {Reserved} *t6 {DTDC} t2 {Reserved} *i1 {Reserved} *i1 {Reserved} *i1 } 0x15 "Extended Page"; 0x16 "Extended Device-Type Specific Page"; 0x1c "Informational Exceptions Control Page" { {PERF} t1 {Reserved} *t1 {EBF} t1 {EWasc} t1 {DExcpt} t1 {TEST} t1 {EBACKERR} t1 {LogErr} t1 {Reserved} *t4 {MRIE} b4 {Interval Timer} i4 {Report Count} i4 } 0x09 "Peripheral Device Page" { {Interface Identifier} i2 {Reserved} *i1 {Reserved} *i1 {Reserved} *i1 {Reserved} *i1 } 0x1a "Power Condition Page" { {Reserved} *i1 {Reserved} *t6 {Idle} t1 {Standby} t1 {Idle Condition Timer} i4 {Standby Condition Timer} i4 } 0x18 "Protocol-Specific LUN Page"; 0x19 "Protocol-Specific Port Page"; # DIRECT ACCESS DEVICES 0x08 "Caching Page" { {IC} t1 {ABPF} t1 {CAP} t1 {DISC} t1 {SIZE} t1 {WCE} t1 {MF} t1 {RCD} t1 {Demand Retention Priority} t4 {Write Retention Priority} t4 {Disable Pre-fetch Transfer Length} i2 {Minimum Pre-fetch} i2 {Maximum Pre-fetch} i2 {Maximum Pre-fetch Ceiling} i2 } 0x05 "Flexible Disk Page" { {Transfer rate} i2 {Number of heads} i1 {Sectors per track} i1 {Data bytes per sector} i2 {Number of cylinders} i2 {Starting cylinder-write precompensation} i2 {Starting cylinder-reduced write current} i2 {Drive step rate} i2 {Drive step pulse width} i1 {Head settle delay} i2 {Motor on delay} i1 {Motor off delay} i1 {TRDY} t1 {SSN} t1 {MO} t1 {Reserved} *t5 {Reserved} *t4 {SPC} t4 {Write Compensation} i1 {Head load delay} i1 {Head unload delay} i1 {Pin 34} t4 {Pin 2} t4 {Pin 4} t4 {Pin 1} t4 {Medium rotation rate} i2 {Reserved} *i1 {Reserved} *i1 } 0x03 "Format Device Page" { {Tracks per Zone} i2 {Alternate Sectors per Zone} i2 {Alternate Tracks per Zone} i2 {Alternate Tracks per Logical Unit} i2 {Sectors per Track} i2 {Data Bytes per Physical Sector} i2 {Interleave} i2 {Track Skew Factor} i2 {Cylinder Skew Factor} i2 {SSEC} t1 {HSEC} t1 {RMB} t1 {SURF} t1 {Reserved} *t4 } 0x0b "Medium Types Supported Page" { {Reserved} *i1 {Reserved} *i1 {Medium type one supported} i1 {Medium type two supported} i1 {Medium type three supported} i1 {Medium type four supported} i1 } # Notch page (0x0c) 0x0c "Notch and Partition Page"; 0x01 "Read-Write Error Recovery Page" { {AWRE (Auto Write Reallocation Enbld)} t1 {ARRE (Auto Read Reallocation Enbld)} t1 {TB (Transfer Block)} t1 {RC (Read Continuous)} t1 {EER (Enable Early Recovery)} t1 {PER (Post Error)} t1 {DTE (Disable Transfer on Error)} t1 {DCR (Disable Correction)} t1 {Read Retry Count} i1 {Correction Span} i1 {Head Offset Count} i1 {Data Strobe Offset Count} i1 - {Reserved} *i1 + {LBPERE (LBP Error Reporting Enabled)} t1 + {Reserved} *t7 {Write Retry Count} i1 {Reserved} *i1 {Recovery Time Limit} i2 } 0x04 "Rigid Disk Drive Geometry Page" { {Number of Cylinders} i3 {Number of Heads} i1 {Starting Cylinder-Write Precompensation} i3 {Starting Cylinder-Reduced Write Current} i3 {Drive Step Rate} i2 {Landing Zone Cylinder} i3 {Reserved} *t6 {RPL} t2 {Rotational Offset} i1 {Reserved} *i1 {Medium Rotation Rate} i2 {Reserved} *i1 {Reserved} *i1 } 0x07 "Verify Error Recovery Page" { {Reserved} *t4 {EER} t1 {PER} t1 {DTE} t1 {DCR} t1 {Verify Retry Count} i1 {Verify Correction Span} i1 {Reserved} *i1 {Reserved} *i1 {Reserved} *i1 {Reserved} *i1 {Reserved} *i1 {Verify Recovery Time Limit} i2 } 0x0E "CD-ROM Audio Control Parameters Page" { {Reserved} *t5 {Immed} t1 {SOTC} t1 {Reserved} *t1 {Reserved} *i2 {APRVal} t1 {Reserved} *t3 {Format of LBAs / sec.} t4 {Logical Blocks per Second of Audio Playback} i2 {Reserved} *t4 {Output Port 0 Channel Selection} t4 {Output Port 0 Volume} i1 {Reserved} *t4 {Output Port 1 Channel Selection} t4 {Output Port 1 Volume} i1 {Reserved} *t4 {Output Port 2 Channel Selection} t4 {Output Port 2 Volume} i1 {Reserved} *t4 {Output Port 3 Channel Selection} t4 {Output Port 3 Volume} i1 } # SEQUENTIAL ACCESS DEVICES 0x10 "Device Configuration Page" { {Reserved} *t1 {Change Active Partition} t1 {Change Active Format} t1 {Active Format} t5 {Active Partition} i1 {Write Buffer Full Ratio} i1 {Write Buffer Empty Ratio} i1 {Write Delay Time} i2 {Data Buffer Recovery} t1 {Block Identifiers Support} t1 {Report Setmarks} t1 {Automatic Velocity Control} t1 {Stop on Consecutive Filemarks} t2 {Recover Buffer Order} t1 {Report Early-Warning} t1 {Gap Size} i1 {EOD Defined} t3 {Enable EOD Generation} t1 {Synchronize at Early-Warning} t1 {Reserved} *t3 {Buffer Size at Early-Warning} i3 {Select Data Compression Algorithm} i1 {Reserved} *t5 {SCSI-3 Associated Write Protect} t1 {SCSI-3 Persistent Write Protect} t1 {SCSI-3 Permanent Write Protect} t1 } 0x0f "Data Compression Page" { {Data Compression Enabled} t1 {Date Compression Capable} t1 {Reserved} *t6 {Data Decompression Capable} t1 {Data Decompression Report on Exception} t2 {Reserved} *t5 {Compression Algorithm} i4 {Decompression Algorithm} i4 {Reserved} *i4 } # Removable devices 0x1b "Removable Block Access Capacities Page" { {System Floppy Type Device} t1 {Supports Reporting Format Progress} t1 {Reserved} *t6 {Non CD Optical Device} t1 {Single or Multiple LUN Supported} t1 {Reserved} *t3 {Total Logical Units Supported} t3 {Reserved} *i8 } # CD-ROM (and CD-R[W]) devices 0x2a "CD capabilities and mechanical status page" { {Reserved} *t4 {Method 2} t1 {CD-RW Read} t1 {CD-R Read} t1 {Reserved} *t4 {Test Write} t1 {CD-RW Write} t1 {CD-R Write} t1 {Reserved} *t1 {Multi Session} t1 {Mode 2 Form 2} t1 {Mode 2 Form 1} t1 {Digital Port (2)} t1 {Digital Port (1)} t1 {Composite} t1 {Audio Play} t1 {Read Bar Code} t1 {UPC} t1 {ISRC} t1 {C2 Pointers are supported} t1 {R-W De-interleaved & corrected} t1 {R-W Supported} t1 {CD-DA Stream is Accurate} t1 {CD-DA Commands Supported} t1 {Loading Mechanism Type} t3 {Reserved} *t1 {Eject} t1 {Prevent Jumper} t1 {Lock State} t1 {Lock} t1 {Reserved} *t4 {S/W Slot Selection} t1 {Changer Supports Disc Present reporting} t1 {Separate Channel Mute Supported} t1 {Separate volume levels per channel} t1 {Maximum Read Speed Supported (kBps)} i2 {Number of Volume Leves Supported} i2 {Buffer Size supported by Drive (KB)} i2 {Current Read Speed Selected (kBps)} i2 {Reserved} *i1 {Reserved} *t2 {Length} t2 {LSBF} t1 {RCK} t1 {BCK} t1 {Reserved} *t1 {Maximum Write Speed Supported (kBps)} i2 {Current Write Speed Supported (kBps)} i2 }; 0x00 "Vendor-Specific"; Index: head/sys/cam/scsi/scsi_da.h =================================================================== --- head/sys/cam/scsi/scsi_da.h (revision 273071) +++ head/sys/cam/scsi/scsi_da.h (revision 273072) @@ -1,558 +1,559 @@ /* * Structures and definitions for SCSI commands to Direct Access Devices */ /*- * Some lines of this file come from a file of the name "scsi.h" * distributed by OSF as part of mach2.5, * so the following disclaimer has been kept. * * Copyright 1990 by Open Software Foundation, * Grenoble, FRANCE * * All Rights Reserved * * Permission to use, copy, modify, and distribute this software and * its documentation for any purpose and without fee is hereby granted, * provided that the above copyright notice appears in all copies and * that both the copyright notice and this permission notice appear in * supporting documentation, and that the name of OSF or Open Software * Foundation not be used in advertising or publicity pertaining to * distribution of the software without specific, written prior * permission. * * OSF DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, * IN NO EVENT SHALL OSF BE LIABLE FOR ANY SPECIAL, INDIRECT, OR * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM * LOSS OF USE, DATA OR PROFITS, WHETHER IN ACTION OF CONTRACT, * NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ /*- * Largely written by Julian Elischer (julian@tfs.com) * for TRW Financial Systems. * * TRW Financial Systems, in accordance with their agreement with Carnegie * Mellon University, makes this software available to CMU to distribute * or use in any manner that they see fit as long as this message is kept with * the software. For this reason TFS also grants any other persons or * organisations permission to use or modify this software. * * TFS supplies this software to be publicly redistributed * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * * $FreeBSD$ */ #ifndef _SCSI_SCSI_DA_H #define _SCSI_SCSI_DA_H 1 #include struct scsi_rezero_unit { u_int8_t opcode; #define SRZU_LUN_MASK 0xE0 u_int8_t byte2; u_int8_t reserved[3]; u_int8_t control; }; /* * NOTE: The lower three bits of byte2 of the format CDB are the same as * the lower three bits of byte2 of the read defect data CDB, below. */ struct scsi_format_unit { u_int8_t opcode; u_int8_t byte2; #define FU_FORMAT_MASK SRDD10_DLIST_FORMAT_MASK #define FU_BLOCK_FORMAT SRDD10_BLOCK_FORMAT #define FU_BFI_FORMAT SRDD10_BYTES_FROM_INDEX_FORMAT #define FU_PHYS_FORMAT SRDD10_PHYSICAL_SECTOR_FORMAT #define FU_CMPLST 0x08 #define FU_FMT_DATA 0x10 u_int8_t vendor_specific; u_int8_t interleave[2]; u_int8_t control; }; struct scsi_reassign_blocks { u_int8_t opcode; u_int8_t byte2; u_int8_t unused[3]; u_int8_t control; }; struct scsi_read_defect_data_10 { uint8_t opcode; uint8_t byte2; #define SRDD10_GLIST 0x08 #define SRDD10_PLIST 0x10 #define SRDD10_DLIST_FORMAT_MASK 0x07 #define SRDD10_BLOCK_FORMAT 0x00 #define SRDD10_BYTES_FROM_INDEX_FORMAT 0x04 #define SRDD10_PHYSICAL_SECTOR_FORMAT 0x05 uint8_t format; uint8_t reserved[4]; uint8_t alloc_length[2]; #define SRDD10_MAX_LENGTH 0xffff uint8_t control; }; struct scsi_sanitize { u_int8_t opcode; u_int8_t byte2; #define SSZ_SERVICE_ACTION_OVERWRITE 0x01 #define SSZ_SERVICE_ACTION_BLOCK_ERASE 0x02 #define SSZ_SERVICE_ACTION_CRYPTO_ERASE 0x03 #define SSZ_SERVICE_ACTION_EXIT_MODE_FAILURE 0x1F #define SSZ_UNRESTRICTED_EXIT 0x20 #define SSZ_IMMED 0x80 u_int8_t reserved[5]; u_int8_t length[2]; u_int8_t control; }; struct scsi_sanitize_parameter_list { u_int8_t byte1; #define SSZPL_INVERT 0x80 u_int8_t reserved; u_int8_t length[2]; /* Variable length initialization pattern. */ #define SSZPL_MAX_PATTERN_LENGTH 65535 }; struct scsi_read_defect_data_12 { uint8_t opcode; #define SRDD12_GLIST 0x08 #define SRDD12_PLIST 0x10 #define SRDD12_DLIST_FORMAT_MASK 0x07 #define SRDD12_BLOCK_FORMAT 0x00 #define SRDD12_BYTES_FROM_INDEX_FORMAT 0x04 #define SRDD12_PHYSICAL_SECTOR_FORMAT 0x05 uint8_t format; uint8_t address_descriptor_index[4]; uint8_t alloc_length[4]; uint8_t reserved; uint8_t control; }; /* * Opcodes */ #define REZERO_UNIT 0x01 #define FORMAT_UNIT 0x04 #define REASSIGN_BLOCKS 0x07 #define MODE_SELECT 0x15 #define MODE_SENSE 0x1a #define READ_FORMAT_CAPACITIES 0x23 #define WRITE_AND_VERIFY 0x2e #define VERIFY 0x2f #define READ_DEFECT_DATA_10 0x37 #define SANITIZE 0x48 #define READ_DEFECT_DATA_12 0xb7 struct format_defect_list_header { u_int8_t reserved; u_int8_t byte2; #define FU_DLH_VS 0x01 #define FU_DLH_IMMED 0x02 #define FU_DLH_DSP 0x04 #define FU_DLH_IP 0x08 #define FU_DLH_STPF 0x10 #define FU_DLH_DCRT 0x20 #define FU_DLH_DPRY 0x40 #define FU_DLH_FOV 0x80 u_int8_t defect_list_length[2]; }; struct format_ipat_descriptor { u_int8_t byte1; #define FU_INIT_NO_HDR 0x00 #define FU_INIT_LBA_MSB 0x40 #define FU_INIT_LBA_EACH 0x80 #define FU_INIT_SI 0x20 u_int8_t pattern_type; #define FU_INIT_PAT_DEFAULT 0x00 #define FU_INIT_PAT_REPEAT 0x01 u_int8_t pat_length[2]; }; struct scsi_read_format_capacities { uint8_t opcode; /* READ_FORMAT_CAPACITIES */ uint8_t byte2; #define SRFC_LUN_MASK 0xE0 uint8_t reserved0[5]; uint8_t alloc_length[2]; uint8_t reserved1[3]; }; struct scsi_verify_10 { uint8_t opcode; /* VERIFY(10) */ uint8_t byte2; #define SVFY_LUN_MASK 0xE0 #define SVFY_RELADR 0x01 #define SVFY_BYTCHK 0x02 #define SVFY_DPO 0x10 uint8_t addr[4]; /* LBA to begin verification at */ uint8_t group; uint8_t length[2]; /* number of blocks to verify */ uint8_t control; }; struct scsi_verify_12 { uint8_t opcode; /* VERIFY(12) */ uint8_t byte2; uint8_t addr[4]; /* LBA to begin verification at */ uint8_t length[4]; /* number of blocks to verify */ uint8_t group; uint8_t control; }; struct scsi_verify_16 { uint8_t opcode; /* VERIFY(16) */ uint8_t byte2; uint8_t addr[8]; /* LBA to begin verification at */ uint8_t length[4]; /* number of blocks to verify */ uint8_t group; uint8_t control; }; struct scsi_compare_and_write { uint8_t opcode; /* COMPARE AND WRITE */ uint8_t byte2; uint8_t addr[8]; /* LBA to begin verification at */ uint8_t reserved[3]; uint8_t length; /* number of blocks */ uint8_t group; uint8_t control; }; struct scsi_write_and_verify { uint8_t opcode; /* WRITE_AND_VERIFY */ uint8_t byte2; #define SWVY_LUN_MASK 0xE0 #define SWVY_RELADR 0x01 #define SWVY_BYTECHK 0x02 #define SWVY_DPO 0x10 uint8_t addr[4]; /* LBA to begin verification at */ uint8_t reserved0[1]; uint8_t len[2]; /* number of blocks to write and verify */ uint8_t reserved1[3]; }; /* * Replies to READ_FORMAT_CAPACITIES look like this: * * struct format_capacity_list_header * struct format_capacity_descriptor[1..n] * * These are similar, but not totally identical to, the * defect list used to format a rigid disk. * * The appropriate csio_decode() format string looks like this: * "{} *i3 {Len} i1 {Blocks} i4 {} *b6 {Code} b2 {Blocklen} i3" * * If the capacity_list_length is greater than * sizeof(struct format_capacity_descriptor), then there are * additional format capacity descriptors available which * denote which format(s) the drive can handle. * * (Source: USB Mass Storage UFI Specification) */ struct format_capacity_list_header { uint8_t unused[3]; uint8_t capacity_list_length; }; struct format_capacity_descriptor { uint8_t nblocks[4]; /* total number of LBAs */ uint8_t byte4; /* only present in max/cur descriptor */ #define FCD_CODE_MASK 0x03 /* mask for code field above */ #define FCD_UNFORMATTED 0x01 /* unformatted media present, * maximum capacity returned */ #define FCD_FORMATTED 0x02 /* formatted media present, * current capacity returned */ #define FCD_NOMEDIA 0x03 /* no media present, * maximum device capacity returned */ uint8_t block_length[3]; /* length of an LBA in bytes */ }; struct scsi_reassign_blocks_data { u_int8_t reserved[2]; u_int8_t length[2]; struct { u_int8_t dlbaddr[4]; /* defect logical block address */ } defect_descriptor[1]; }; /* * This is the list header for the READ DEFECT DATA(10) command above. * It may be a bit wrong to append the 10 at the end of the data structure, * since it's only 4 bytes but it does tie it to the 10 byte command. */ struct scsi_read_defect_data_hdr_10 { u_int8_t reserved; #define SRDDH10_GLIST 0x08 #define SRDDH10_PLIST 0x10 #define SRDDH10_DLIST_FORMAT_MASK 0x07 #define SRDDH10_BLOCK_FORMAT 0x00 #define SRDDH10_BYTES_FROM_INDEX_FORMAT 0x04 #define SRDDH10_PHYSICAL_SECTOR_FORMAT 0x05 u_int8_t format; u_int8_t length[2]; }; struct scsi_defect_desc_block { u_int8_t address[4]; }; struct scsi_defect_desc_bytes_from_index { u_int8_t cylinder[3]; u_int8_t head; u_int8_t bytes_from_index[4]; }; struct scsi_defect_desc_phys_sector { u_int8_t cylinder[3]; u_int8_t head; u_int8_t sector[4]; }; struct scsi_read_defect_data_hdr_12 { u_int8_t reserved; #define SRDDH12_GLIST 0x08 #define SRDDH12_PLIST 0x10 #define SRDDH12_DLIST_FORMAT_MASK 0x07 #define SRDDH12_BLOCK_FORMAT 0x00 #define SRDDH12_BYTES_FROM_INDEX_FORMAT 0x04 #define SRDDH12_PHYSICAL_SECTOR_FORMAT 0x05 u_int8_t format; u_int8_t generation[2]; u_int8_t length[4]; }; union disk_pages /* this is the structure copied from osf */ { struct format_device_page { u_int8_t pg_code; /* page code (should be 3) */ #define SMS_FORMAT_DEVICE_PAGE 0x03 /* only 6 bits valid */ u_int8_t pg_length; /* page length (should be 0x16) */ #define SMS_FORMAT_DEVICE_PLEN 0x16 u_int8_t trk_z_1; /* tracks per zone (MSB) */ u_int8_t trk_z_0; /* tracks per zone (LSB) */ u_int8_t alt_sec_1; /* alternate sectors per zone (MSB) */ u_int8_t alt_sec_0; /* alternate sectors per zone (LSB) */ u_int8_t alt_trk_z_1; /* alternate tracks per zone (MSB) */ u_int8_t alt_trk_z_0; /* alternate tracks per zone (LSB) */ u_int8_t alt_trk_v_1; /* alternate tracks per volume (MSB) */ u_int8_t alt_trk_v_0; /* alternate tracks per volume (LSB) */ u_int8_t ph_sec_t_1; /* physical sectors per track (MSB) */ u_int8_t ph_sec_t_0; /* physical sectors per track (LSB) */ u_int8_t bytes_s_1; /* bytes per sector (MSB) */ u_int8_t bytes_s_0; /* bytes per sector (LSB) */ u_int8_t interleave_1; /* interleave (MSB) */ u_int8_t interleave_0; /* interleave (LSB) */ u_int8_t trk_skew_1; /* track skew factor (MSB) */ u_int8_t trk_skew_0; /* track skew factor (LSB) */ u_int8_t cyl_skew_1; /* cylinder skew (MSB) */ u_int8_t cyl_skew_0; /* cylinder skew (LSB) */ u_int8_t flags; /* various */ #define DISK_FMT_SURF 0x10 #define DISK_FMT_RMB 0x20 #define DISK_FMT_HSEC 0x40 #define DISK_FMT_SSEC 0x80 u_int8_t reserved21; u_int8_t reserved22; u_int8_t reserved23; } format_device; struct rigid_geometry_page { u_int8_t pg_code; /* page code (should be 4) */ #define SMS_RIGID_GEOMETRY_PAGE 0x04 u_int8_t pg_length; /* page length (should be 0x16) */ #define SMS_RIGID_GEOMETRY_PLEN 0x16 u_int8_t ncyl_2; /* number of cylinders (MSB) */ u_int8_t ncyl_1; /* number of cylinders */ u_int8_t ncyl_0; /* number of cylinders (LSB) */ u_int8_t nheads; /* number of heads */ u_int8_t st_cyl_wp_2; /* starting cyl., write precomp (MSB) */ u_int8_t st_cyl_wp_1; /* starting cyl., write precomp */ u_int8_t st_cyl_wp_0; /* starting cyl., write precomp (LSB) */ u_int8_t st_cyl_rwc_2; /* starting cyl., red. write cur (MSB)*/ u_int8_t st_cyl_rwc_1; /* starting cyl., red. write cur */ u_int8_t st_cyl_rwc_0; /* starting cyl., red. write cur (LSB)*/ u_int8_t driv_step_1; /* drive step rate (MSB) */ u_int8_t driv_step_0; /* drive step rate (LSB) */ u_int8_t land_zone_2; /* landing zone cylinder (MSB) */ u_int8_t land_zone_1; /* landing zone cylinder */ u_int8_t land_zone_0; /* landing zone cylinder (LSB) */ u_int8_t rpl; /* rotational position locking (2 bits) */ u_int8_t rot_offset; /* rotational offset */ u_int8_t reserved19; u_int8_t medium_rot_rate_1; /* medium rotation rate (RPM) (MSB) */ u_int8_t medium_rot_rate_0; /* medium rotation rate (RPM) (LSB) */ u_int8_t reserved22; u_int8_t reserved23; } rigid_geometry; struct flexible_disk_page { u_int8_t pg_code; /* page code (should be 5) */ #define SMS_FLEXIBLE_GEOMETRY_PAGE 0x05 u_int8_t pg_length; /* page length (should be 0x1E) */ #define SMS_FLEXIBLE_GEOMETRY_PLEN 0x1E u_int8_t xfr_rate_1; /* transfer rate (MSB) */ u_int8_t xfr_rate_0; /* transfer rate (LSB) */ u_int8_t nheads; /* number of heads */ u_int8_t sec_per_track; /* Sectors per track */ u_int8_t bytes_s_1; /* bytes per sector (MSB) */ u_int8_t bytes_s_0; /* bytes per sector (LSB) */ u_int8_t ncyl_1; /* number of cylinders (MSB) */ u_int8_t ncyl_0; /* number of cylinders (LSB) */ u_int8_t st_cyl_wp_1; /* starting cyl., write precomp (MSB) */ u_int8_t st_cyl_wp_0; /* starting cyl., write precomp (LSB) */ u_int8_t st_cyl_rwc_1; /* starting cyl., red. write cur (MSB)*/ u_int8_t st_cyl_rwc_0; /* starting cyl., red. write cur (LSB)*/ u_int8_t driv_step_1; /* drive step rate (MSB) */ u_int8_t driv_step_0; /* drive step rate (LSB) */ u_int8_t driv_step_pw; /* drive step pulse width */ u_int8_t head_stl_del_1;/* Head settle delay (MSB) */ u_int8_t head_stl_del_0;/* Head settle delay (LSB) */ u_int8_t motor_on_del; /* Motor on delay */ u_int8_t motor_off_del; /* Motor off delay */ u_int8_t trdy_ssn_mo; /* XXX ??? */ u_int8_t spc; /* XXX ??? */ u_int8_t write_comp; /* Write compensation */ u_int8_t head_load_del; /* Head load delay */ u_int8_t head_uload_del;/* Head un-load delay */ u_int8_t pin32_pin2; u_int8_t pin4_pint1; u_int8_t medium_rot_rate_1; /* medium rotation rate (RPM) (MSB) */ u_int8_t medium_rot_rate_0; /* medium rotation rate (RPM) (LSB) */ u_int8_t reserved30; u_int8_t reserved31; } flexible_disk; }; /* * XXX KDM * Here for CTL compatibility, reconcile this. */ struct scsi_format_page { uint8_t page_code; uint8_t page_length; uint8_t tracks_per_zone[2]; uint8_t alt_sectors_per_zone[2]; uint8_t alt_tracks_per_zone[2]; uint8_t alt_tracks_per_lun[2]; uint8_t sectors_per_track[2]; uint8_t bytes_per_sector[2]; uint8_t interleave[2]; uint8_t track_skew[2]; uint8_t cylinder_skew[2]; uint8_t flags; #define SFP_SSEC 0x80 #define SFP_HSEC 0x40 #define SFP_RMB 0x20 #define SFP_SURF 0x10 uint8_t reserved[3]; }; /* * XXX KDM * Here for CTL compatibility, reconcile this. */ struct scsi_rigid_disk_page { uint8_t page_code; #define SMS_RIGID_DISK_PAGE 0x04 uint8_t page_length; uint8_t cylinders[3]; uint8_t heads; uint8_t start_write_precomp[3]; uint8_t start_reduced_current[3]; uint8_t step_rate[2]; uint8_t landing_zone_cylinder[3]; uint8_t rpl; #define SRDP_RPL_DISABLED 0x00 #define SRDP_RPL_SLAVE 0x01 #define SRDP_RPL_MASTER 0x02 #define SRDP_RPL_MASTER_CONTROL 0x03 uint8_t rotational_offset; uint8_t reserved1; uint8_t rotation_rate[2]; uint8_t reserved2[2]; }; struct scsi_da_rw_recovery_page { u_int8_t page_code; #define SMS_RW_ERROR_RECOVERY_PAGE 0x01 u_int8_t page_length; u_int8_t byte3; #define SMS_RWER_AWRE 0x80 #define SMS_RWER_ARRE 0x40 #define SMS_RWER_TB 0x20 #define SMS_RWER_RC 0x10 #define SMS_RWER_EER 0x08 #define SMS_RWER_PER 0x04 #define SMS_RWER_DTE 0x02 #define SMS_RWER_DCR 0x01 u_int8_t read_retry_count; u_int8_t correction_span; u_int8_t head_offset_count; u_int8_t data_strobe_offset_cnt; - u_int8_t reserved; + u_int8_t byte8; +#define SMS_RWER_LBPERE 0x80 u_int8_t write_retry_count; u_int8_t reserved2; u_int8_t recovery_time_limit[2]; }; __BEGIN_DECLS /* * XXX This is only left out of the kernel build to silence warnings. If, * for some reason this function is used in the kernel, the ifdefs should * be moved so it is included both in the kernel and userland. */ #ifndef _KERNEL void scsi_format_unit(struct ccb_scsiio *csio, u_int32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), u_int8_t tag_action, u_int8_t byte2, u_int16_t ileave, u_int8_t *data_ptr, u_int32_t dxfer_len, u_int8_t sense_len, u_int32_t timeout); void scsi_sanitize(struct ccb_scsiio *csio, u_int32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), u_int8_t tag_action, u_int8_t byte2, u_int16_t control, u_int8_t *data_ptr, u_int32_t dxfer_len, u_int8_t sense_len, u_int32_t timeout); #endif /* !_KERNEL */ __END_DECLS #endif /* _SCSI_SCSI_DA_H */