home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / dac960sw.zip / gam_s213.exe / gam213os.exe / MYLEXDRV.SIZ < prev    next >
Text File  |  1997-07-22  |  4KB  |  85 lines

  1. #**************************************************************************
  2. #*                COPYRIGHT (C) Mylex Corporation 1992-1997               *
  3. #*                                                                        *
  4. #* This software is furnished under a license and may be used and copied  * 
  5. #* only in accordance with the terms and conditions of such license and   * 
  6. #* with inclusion of the above copyright notice. This software or any     * 
  7. #* other copies thereof may not be provided or otherwise made available   * 
  8. #* to any other person. No title to, nor ownership of the software is     * 
  9. #* hereby transferred.                                                    *
  10. #*                                                                        *
  11. #* The information in this software is subject to change without notices  *
  12. #* and should not be construed as a commitment by Mylex Corporation       *
  13. #*                                                                        *
  14. #**************************************************************************/
  15. #
  16. # Mylex drive size information can be defined in two formats.
  17. #
  18. # OLD FORMAT
  19. # The "OLD FORMAT" is defined in certain older utilities as :
  20. #  0..0         1 byte, @
  21. #  1..16    16 bytes, SCSI product string
  22. # 17..17     1 byte,  any character for separator
  23. # 18..23     6 bytes, capacity in MB
  24. # 24..24     1 byte,  blank for readability
  25. # 25..26     2 bytes, MB for readability
  26. # 27..nn    yy bytes, available for comments
  27. #
  28. # NOTE:
  29. #    It is recommended that user should use the new format.
  30. #
  31. # NEW FORMAT
  32. #
  33. # The new format is defined in GAM 2.10 and above.
  34. #  0..0         1 byte,  + or - :
  35. #           +    adds the new entry to the GAM driver if the
  36. #            entry did not exist or has changed.
  37. #           -    removes the old entries from the GAM driver
  38. #            if they existed or were ignored. The advantage
  39. #            of - is that one does not have to delete the old
  40. #            entries and possibly forget the values. This
  41. #            method can be used to preserve the old values and to
  42. #            enable them when required.
  43. #        
  44. #  1..28    28 bytes, vendor ID, product ID, Revision as defined in
  45. #           the SCSI specification. The wild character ? mark can be
  46. #           used to ignore a character. For example,
  47. #           revision number or different vendor for same product, etc.
  48. #
  49. # 29..29     1 byte, any character as a separator.
  50. # 30..39    10 bytes, are capacity. The value depends on the next character.
  51. # 40..40     1 byte defines the capacity format. If the character is
  52. #           <blank>    The capacity is in GB.
  53. #           g, G        The capacity is in GB.
  54. #           m, M        The capacity is in MB.
  55. #           k, K        The capacity is in KB.
  56. #           For example, 102k is 102KB capacity, 1024k is 1MB capacity,
  57. #           1g is 1GB capacity, 1 is 1GB capacity.
  58. # 41..nn    yy bytes, available for comments
  59. #        
  60. # NOTE:
  61. #    The old data format assumed the vendor ID and revision were all
  62. #    wild characters.
  63. #    The defined size is the maximum size allowed on the drive which matches
  64. #    the ID string. If the actual drive capacity is more than the defined
  65. #    size, then the defined capacity will take effect. If the actual drive
  66. #    capacity is smaller than the defined capacity, then there is no change
  67. #    to the size defined.
  68. #
  69. #    One entry per drive model is enough for one system.
  70. #
  71. # Enter below the size values in the new format with + or -
  72. #1234567890123456789012345678:012345678901234567890
  73. -MYLEX   DAC960SU   TEST 0252:         4g Capacity in GB
  74. -MYLEX   DAC960SX???TEST?????:      2150k Capacity in KB
  75. -MYLEX   DAC960SX???TEST?0300:       150m Capacity in MB
  76. #
  77. # Enter below the size values in the old format with @
  78. #1234567890123456:890123 56789012345678901234567890
  79. -MXT-520SL       :   250 MB
  80. #
  81. #
  82. # The : is the last valid information line marker.
  83. : No lines will be scanned after seeing : in the first colum.
  84.