home *** CD-ROM | disk | FTP | other *** search
- /* ------------------------------------------------------------------- *
- * Format Configuration For: Adaptec ACB-4070 ST506 to SCSI Adapters *
- * *
- * Created: 11-11-88 Author: Wayne E. Miller *
- * *
- * Copyright (C) 1988, Wayne E. Miller - All Rights Reserved *
- * *
- * Date Who Description *
- * --------- --- --------------------------------------------------- *
- * 11-11-88 WEM First Version *
- * *
- * ------------------------------------------------------------------- */
-
- /* --- Configuration Parameters -------------------------------------- */
-
- : PrgRelease 1 /* Minimum Program Release Level */
- : CstRelease 1 /* Formatter Specific Relese Level */
-
- : SenseType 0 /* Sense Info Format */
-
- /* --- Media Verification Patterns - (Lenght In Words, Data) --------- */
-
- : Pattern
-
- 3 %0110110110110110 %1101101101101101 %1011011011011011
- 3 %1011011011011011 %0110110110110110 %1101101101101101
- 3 %1101101101101101 %1011011011011011 %0110110110110110
-
- 1 %0111011101110111
- 1 %1011101110111011
- 1 %1101110111011101
- 1 %1110111011101110
-
- : End Pattern
-
- /* Page */
-
- /* Length Value Key Word / Description */
- /* ------ --------- ------------------------------------------- */
-
- : ModeCmdStart > 8
-
- 1 $15 /* Set Mode Command */
- 1 %00000000 = LUN /* Logical Unit Number */
- 2 $0000 /* Reserved */
- 1 22 /* Number Of Bytes */
- 1 $00 /* Reserved */
-
- : ModeDataStart > 28
-
- 1 $00 /* Reserved */
- 1 $00 /* Default Medium */
- 1 $00 /* Reserved */
- 1 $08 /* Descriptor List Length */
- 1 $00 /* Density Code */
- 4 $00000000 /* Reserved */
- 3 0 = BlockSize /* Block Size */
-
- 1 $01 /* Page 4 Indicator */
- 2 $000000 = CylCount /* Cylinder Count */
- 1 $00 = HeadCount /* Head Count */
- 2 $FFFF /* Reduced Write Current Cyl*/
- 2 250 /* Write PreComp Cylinder */
- 1 $01 /* Landing Zone */
- 1 $02 /* Step Rate */
-
- : End ModeStart
-
- /* Length Value Key Word / Description */
- /* ------ --------- ------------------------------------------- */
-
- : FormatCmdStart > 12
-
- 1 $04 /* Format Command */
- 1 %00000000 = LUN /* Logical Unit Nubmer */
- 1 $00 /* Reserved */
- 2 $00 = Interleave /* Interleave */
- 1 $00 /* Reserved */
-
- : FormatDataStart > 0
-
- : End FormatStart
-
- /* Page */
-
- /* Length Value Key Word / Description */
- /* ------ --------- ------------------------------------------- */
-
- : ModeCmdFinal > 8
-
- 1 $15 /* Set Mode Command */
- 1 %00000000 = LUN /* Logical Unit Number */
- 2 $0000 /* Reserved */
- 1 22 /* Number Of Bytes */
- 1 $00 /* Reserved */
-
- : ModeDataFinal > 28
-
- 1 $00 /* Reserved */
- 1 $00 /* Default Medium */
- 1 $00 /* Reserved */
- 1 $08 /* Descriptor List Length */
- 1 $00 /* Density Code */
- 4 $00000000 /* Reserved */
- 3 0 = BlockSize /* Block Size */
-
- 1 $01 /* Page 4 Indicator */
- 2 $0000 = CylCount /* Cylinder Count */
- 1 $00 = HeadCount /* Head Count */
- 2 $FFFF /* Reduced Write Current Cyl*/
- 2 250 /* Write PreComp Cylinder */
- 1 $01 /* Landing Zone */
- 1 $02 /* Step Rate */
-
- : End ModeFinal
-
- /* Length Value Key Word / Description */
- /* ------ --------- ------------------------------------------- */
-
- : FormatCmdFinal > 12
-
- 1 $04 /* Format Command */
- 1 %00000000 = LUN /* Logical Unit Nubmer */
- 1 $00 /* Reserved */
- 2 $01 = Interleave /* Interleave */
- 1 $00 /* Reserved */
-
- : FormatDataFinal > 1028
-
- : End FormatFinal
-
- /* Page */
-
- /* Error Description */
- /* ----- ----------------------------------------------------------- */
-
- : Errors
-
- $01 01h - No index or sector signal found during rd, wr, or format.
- $02 02h - Seek complete signal missing.
- $03 03h - Drive detected failure which disallows writes.
- $04 04h - Drive not ready.
- $06 06h - Track zero not found.
-
- $10 10h - ID field error, unable to correct by retry.
- $11 11h - Uncorrectable read error.
- $12 12h - ID address mark not found.
- $13 13h - Data field address mark not found.
- $14 14h - Record not found - unable to locate sector on cylinder.
- $15 15h - Seek Error - Unable to locate track with correct ID.
- $18 18h - Data error in no retry mode.
- $19 19h - ECC Error during verify.
- $1A 1Ah - Interleave error.
- $1C 1Ch - Unformatted or bad drive.
- $1D 1Dh - Controller self test failed.
-
- $20 20h - Invalid SCSI command.
- $21 21h - Invalid block address (too high).
- $23 23h - Volume overflow.
- $24 24h - SCSI command argument error.
- $25 25h - Invalid logical unit number.
- $28 28h - Media has been changed.
- $2C 2Ch - Error counter overflow.
-
- : End Errors
-
-