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

  1. /* ------------------------------------------------------------------- *
  2.  * Format Configuration For:   Adaptec ACB-4070 ST506 to SCSI Adapters *
  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-11-88   WEM  First Version                                       *
  11.  *                                                                     *
  12.  * ------------------------------------------------------------------- */
  13.  
  14. /* --- Configuration Parameters -------------------------------------- */
  15.  
  16. : PrgRelease   1                   /* Minimum Program Release Level    */
  17. : CstRelease   1                   /* Formatter Specific Relese Level  */
  18.  
  19. : SenseType    0                   /* 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    %00000000  = LUN           /* Logical Unit Number      */
  45.            2    $0000                      /* Reserved                 */
  46.            1    22                         /* Number Of Bytes          */
  47.            1    $00                        /* Reserved                 */
  48.  
  49. : ModeDataStart > 28
  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 4 Indicator         */
  60.            2    $000000    = CylCount      /* Cylinder Count           */
  61.            1    $00        = HeadCount     /* Head Count               */
  62.            2    $FFFF                      /* Reduced Write Current Cyl*/
  63.            2    250                        /* Write PreComp Cylinder   */
  64.            1    $01                        /* Landing Zone             */
  65.            1    $02                        /* Step Rate                */
  66.  
  67. : End ModeStart
  68.  
  69. /*      Length    Value    Key Word / Description                      */
  70. /*      ------  ---------  ------------------------------------------- */
  71.  
  72. : FormatCmdStart > 12
  73.  
  74.            1    $04                        /* Format Command           */
  75.            1    %00000000  = LUN           /* Logical Unit Nubmer      */
  76.            1    $00                        /* Reserved                 */
  77.            2    $00        = Interleave    /* Interleave               */
  78.            1    $00                        /* Reserved                 */
  79.  
  80. : FormatDataStart > 0
  81.  
  82. : End FormatStart
  83.  
  84. /* Page */
  85.  
  86. /*      Length    Value    Key Word / Description                      */
  87. /*      ------  ---------  ------------------------------------------- */
  88.  
  89. : ModeCmdFinal > 8
  90.  
  91.            1    $15                        /* Set Mode Command         */
  92.            1    %00000000  = LUN           /* Logical Unit Number      */
  93.            2    $0000                      /* Reserved                 */
  94.            1    22                         /* Number Of Bytes          */
  95.            1    $00                        /* Reserved                 */
  96.  
  97. : ModeDataFinal > 28
  98.  
  99.            1    $00                        /* Reserved                 */
  100.            1    $00                        /* Default Medium           */
  101.            1    $00                        /* Reserved                 */
  102.            1    $08                        /* Descriptor List Length   */
  103.            1    $00                        /* Density Code             */
  104.            4    $00000000                  /* Reserved                 */
  105.            3    0          = BlockSize     /* Block Size               */
  106.  
  107.            1    $01                        /* Page 4 Indicator         */
  108.            2    $0000      = CylCount      /* Cylinder Count           */
  109.            1    $00        = HeadCount     /* Head Count               */
  110.            2    $FFFF                      /* Reduced Write Current Cyl*/
  111.            2    250                        /* Write PreComp Cylinder   */
  112.            1    $01                        /* Landing Zone             */
  113.            1    $02                        /* Step Rate                */
  114.  
  115. : End ModeFinal
  116.  
  117. /*      Length    Value    Key Word / Description                      */
  118. /*      ------  ---------  ------------------------------------------- */
  119.  
  120. : FormatCmdFinal > 12
  121.  
  122.            1    $04                        /* Format Command           */
  123.            1    %00000000  = LUN           /* Logical Unit Nubmer      */
  124.            1    $00                        /* Reserved                 */
  125.            2    $01        = Interleave    /* Interleave               */
  126.            1    $00                        /* Reserved                 */
  127.  
  128. : FormatDataFinal > 1028
  129.  
  130. : End FormatFinal
  131.  
  132. /* Page */
  133.  
  134. /* Error   Description                                                 */
  135. /* -----   ----------------------------------------------------------- */
  136.  
  137. : Errors
  138.  
  139.    $01     01h - No index or sector signal found during rd, wr, or format.
  140.    $02     02h - Seek complete signal missing.
  141.    $03     03h - Drive detected failure which disallows writes.
  142.    $04     04h - Drive not ready.
  143.    $06     06h - Track zero not found.
  144.  
  145.    $10     10h - ID field error, unable to correct by retry.
  146.    $11     11h - Uncorrectable read error.
  147.    $12     12h - ID address mark not found.
  148.    $13     13h - Data field address mark not found.
  149.    $14     14h - Record not found - unable to locate sector on cylinder.
  150.    $15     15h - Seek Error - Unable to locate track with correct ID.
  151.    $18     18h - Data error in no retry mode.
  152.    $19     19h - ECC Error during verify.
  153.    $1A     1Ah - Interleave error.
  154.    $1C     1Ch - Unformatted or bad drive.
  155.    $1D     1Dh - Controller self test failed.
  156.  
  157.    $20     20h - Invalid SCSI command.
  158.    $21     21h - Invalid block address (too high).
  159.    $23     23h - Volume overflow.
  160.    $24     24h - SCSI command argument error.
  161.    $25     25h - Invalid logical unit number.
  162.    $28     28h - Media has been changed.
  163.    $2C     2Ch - Error counter overflow.
  164.  
  165. : End Errors
  166.  
  167.