home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / SCSIDOSV3.0UPDATE.DMS / in.adf / FmtData / Omti-Clear.fmt < prev    next >
Encoding:
Text File  |  1989-01-12  |  9.1 KB  |  208 lines

  1. /* ------------------------------------------------------------------- *
  2.  * Format Configuration For:   Special For Omti ST506 to SCSI Adapter  *
  3.  *                                                                     *
  4.  * Created: 11-11-88           Author: Wayne E. Miller                 *
  5.  *                                                                     *
  6.  * Copyright (C) 1988,  Wayne E. Miller - All Rights Reserved          *
  7.  *                                                                     *
  8.  *   Date     Who  Description                                         *
  9.  * ---------  ---  --------------------------------------------------- *
  10.  * 11-21-88   WEM  First Version                                       *
  11.  *                                                                     *
  12.  * ------------------------------------------------------------------- */
  13.  
  14. /* --- Configuration Parameters -------------------------------------- */
  15.  
  16. : PrgRelease   1                   /* Program Release Level            */
  17. : CstRelease   1                   /* Omti Specific Relese Level       */
  18.  
  19. : SenseType    1                   /* Sense Info Format                */
  20.  
  21. /* --- Media Verification Patterns - (Lenght In Words, Data) --------- */
  22.  
  23. : Pattern
  24.  
  25.    3   %0110110110110110   %1101101101101101   %1011011011011011
  26.    3   %1011011011011011   %0110110110110110   %1101101101101101
  27.    3   %1101101101101101   %1011011011011011   %0110110110110110
  28.  
  29.    1   %0111011101110111
  30.    1   %1011101110111011
  31.    1   %1101110111011101
  32.    1   %1110111011101110
  33.  
  34. : End Pattern
  35.  
  36. /* Page */
  37.  
  38. /*      Length    Value    Key Word / Description                      */
  39. /*      ------  ---------  ------------------------------------------- */
  40.  
  41. : ModeCmdStart > 8
  42.  
  43.            1    $15                        /* Set Mode Command         */
  44.            1    %00010000  = LUN           /* Logical Unit Number      */
  45.            2    $0000                      /* Reserved                 */
  46.            1    36                         /* Number Of Bytes          */
  47.            1    $00                        /* Reserved                 */
  48.  
  49. : ModeDataStart > 40
  50.  
  51.            1    $00                        /* Reserved                 */
  52.            1    $00                        /* Default Medium           */
  53.            1    $00                        /* Reserved                 */
  54.            1    $08                        /* Descriptor List Length   */
  55.            1    $00                        /* Density Code             */
  56.            4    $00000000                  /* Reserved                 */
  57.            3    0          = BlockSize     /* Block Size               */
  58.  
  59.            1    $01                        /* Page 1 Indicator         */
  60.            1    $02                        /* Length Of Page           */
  61.            1    %00000001                  /* Error Recovery Parameters*/
  62.            1    16                         /* Retry Count              */
  63.  
  64.            1    $04                        /* Page 4 Indicator         */
  65.            1    $12                        /* Length                   */
  66.            3    $000000    = CylCount      /* Cylinder Count           */
  67.            1    $00        = HeadCount     /* Head Count               */
  68.            3    250                        /* Write PreComp Cylinder   */
  69.            3    $000000                    /* Reduced Write Current Cyl*/
  70.            2    $00                        /* Step Rate                */
  71.            4    $00000000                  /* Reserved                 */
  72.            2    $0000                      /* Reserved                 */
  73.  
  74. : End ModeStart
  75.  
  76. /* Page */
  77.  
  78. /*      Length    Value    Key Word / Description                      */
  79. /*      ------  ---------  ------------------------------------------- */
  80.  
  81. : FormatCmdStart > 12
  82.  
  83.            1    $04                        /* Format Command           */
  84.            1    %00011100  = LUN           /* Logical Unit Nubmer      */
  85.            1    $00                        /* Reserved                 */
  86.            2    $01                        /* Interleave               */
  87.            1    $00                        /* Reserved                 */
  88.  
  89. : FormatDataStart > 8
  90.  
  91.            1    $00                        /* Reserved                 */
  92.            1    %11100000                  /* Flags                    */
  93.            2    $0000                      /* Defect List Length       */
  94.  
  95. : End FormatStart
  96.  
  97. /* Page */
  98.  
  99. /*      Length    Value    Key Word / Description                      */
  100. /*      ------  ---------  ------------------------------------------- */
  101.  
  102. : ModeCmdFinal > 8
  103.  
  104.            1    $15                        /* Set Mode Command         */
  105.            1    %00010001  = LUN           /* Logical Unit Number      */
  106.            2    $0000                      /* Reserved                 */
  107.            1    36                         /* Number Of Bytes          */
  108.            1    $00                        /* Reserved                 */
  109.  
  110. : ModeDataFinal > 40
  111.  
  112.            1    $00                        /* Reserved                 */
  113.            1    $00                        /* Default Medium           */
  114.            1    $00                        /* Reserved                 */
  115.            1    $08                        /* Descriptor List Length   */
  116.            1    $00                        /* Density Code             */
  117.            4    $00000000                  /* Reserved                 */
  118.            3    0          = BlockSize     /* Block Size               */
  119.  
  120.            1    $01                        /* Page 1 Indicator         */
  121.            1    $02                        /* Length Of Page           */
  122.            1    %00000000                  /* Error Recovery Parameters*/
  123.            1    16                         /* Retry Count              */
  124.  
  125.            1    $04                        /* Page 4 Indicator         */
  126.            1    $12                        /* Length                   */
  127.            3    $000000    = CylCount      /* Cylinder Count           */
  128.            1    $00        = HeadCount     /* Head Count               */
  129.            3    250                        /* Write PreComp Cylinder   */
  130.            3    $000000                    /* Reduced Write Current Cyl*/
  131.            2    $00                        /* Step Rate                */
  132.            4    $00000000                  /* Reserved                 */
  133.            2    $0000                      /* Reserved                 */
  134.  
  135. : End ModeFinal
  136.  
  137. /* Page */
  138.  
  139. /*      Length    Value    Key Word / Description                      */
  140. /*      ------  ---------  ------------------------------------------- */
  141.  
  142. : FormatCmdFinal > 12
  143.  
  144.            1    $04                        /* Format Command           */
  145.            1    %00011100  = LUN           /* Logical Unit Nubmer      */
  146.            1    $00                        /* Reserved                 */
  147.            2    $01                        /* Interleave               */
  148.            1    $00                        /* Reserved                 */
  149.  
  150. : FormatDataFinal > 3044
  151.  
  152.            1    $00                        /* Reserved                 */
  153.            1    %11100000                  /* Flags                    */
  154.            2    $0000                      /* Defect List Length       */
  155.  
  156. : End FormatFinal
  157.  
  158. /* Page */
  159.  
  160. /* Error   Description                                                 */
  161. /* -----   ----------------------------------------------------------- */
  162.  
  163. : Errors
  164.  
  165.    $01     01h - No index or sector signal found during rd, wr, or format.
  166.    $02     02h - Seek complete signal missing.
  167.    $03     03h - Drive detected failure which disallows writes.
  168.    $04     04h - Drive not ready.
  169.    $05     05h - Drive not selected.
  170.    $06     06h - Track zero not found.
  171.    $07     07h - Multiple drives selected.
  172.    $0d     0Dh - Operation in progress.
  173.  
  174.    $10     10h - ID field error, unable to correct by retry.
  175.    $11     11h - Uncorrectable read error.
  176.    $12     12h - ID address mark not found.
  177.    $13     13h - Data field address mark not found.
  178.    $14     14h - Record not found - unable to locate sector on cylinder.
  179.    $15     15h - Seek Error - Unable to locate track with correct ID.
  180.    $17     17h - Recoverable read error occurred, corrected with retries.
  181.    $19     19h - Error reading defect list.
  182.    $1A     1Ah - Parameter Overrun - parameter list too long.
  183.    $1C     1Ch - Unable to locate primary defect list.
  184.  
  185.    $20     20h - Invalid SCSI command.
  186.    $21     21h - Invalid block address (too high).
  187.    $22     22h - Illegal function for device type.
  188.    $24     24h - SCSI command argument error.
  189.    $25     25h - Invalid logical unit number.
  190.    $26     26h - Invalid field in parameter list.
  191.    $27     27h - Write protect set.
  192.    $28     28h - Media has been changed.
  193.    $29     29h - Controller reset occurred.
  194.    $2A     2Ah - Mode select has been changed.
  195.  
  196.    $32     32h - Spare sector not available on current cylinder.
  197.  
  198.    $40     40h - RAM failure.
  199.    $43     43h - Message reject failure.
  200.    $44     44h - Internal controller error.
  201.    $45     45h - Select/reselect failed.
  202.    $47     47h - SCSI bus out parity check.
  203.    $48     48h - Host system detected error.
  204.    $49     49h - Inappropriate / Illegal message detected.
  205.  
  206. : End Errors
  207.  
  208.