home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR2 / AMISE251.ZIP / AMISETUP.NEW < prev    next >
Text File  |  1993-10-23  |  6KB  |  128 lines

  1.  
  2. AMIsetup                                                          What's new
  3. ────────────────────────────────────────────────────────────────────────────
  4.  
  5. PLEASE NOTE:
  6. ------------
  7.  
  8. Adaptec SCSI Controllers: Be sure to use the ASPI4DOS driver to avoid
  9. possible problems with the memory management unit.
  10.  
  11. ════════════════════════════════════════════════════════════════════════════
  12. Version 2.51
  13. ════════════════════════════════════════════════════════════════════════════
  14. + AMIsetup recognizes ANY user defined video mode and tries to restore it
  15.   properly, including colors (e.g. black on white).
  16. + Batch mode:
  17.   You can use AMIsetup in batch mode. This is especially useful if you
  18.   - want to configure several identical machines (you don't have to use
  19.     time consuming ECU, CMOS setup any more!)
  20.   - want to document CMOS settings and/or save CMOS/EISA NVRAM automatically
  21.  
  22.   The new batch mode of AMIsetup understands the following commands:
  23.     -SAVE:CMOS:FILENAME          Save CMOS RAM into FILENAME.
  24.     -SAVE:EISA:FILENAME          Save EISA NVRAM into FILENAME.
  25.     -RESTORE:CMOS:FILENAME       Restore CMOS RAM from FILENAME.
  26.     -RESTORE:EISA:FILENAME       Restore EISA NVRAM from FILENAME.
  27.     -PRINT:DEVICE                Print setup to DEVICE.
  28.     -PRINT:ALT:DEVICE            Print setup (alternate style) to DEVICE.
  29.  
  30.   Examples:
  31.     You want to save CMOS & EISA NVRAM in a file:
  32.       AMISETUP -SAVE:CMOS:CMOS.BIN
  33.       AMISETUP -SAVE:EISA:EISA.BIN
  34.     And now configure several more machines with the same settings:
  35.       AMISETUP -RESTORE:CMOS:CMOS.BIN
  36.       AMISETUP -RESTORE:EISA:EISA.BIN
  37.     Finally, print setup to a parallel printer:
  38.       AMISETUP -PRINT:LPT1
  39.  
  40. ════════════════════════════════════════════════════════════════════════════
  41. Version 2.50
  42. ════════════════════════════════════════════════════════════════════════════
  43. ! Concerning IDE (AT bus) hard drives with 8 or more heads ONLY:
  44.   Finally fixed a long standing bug in the handling of the control byte
  45.   (see also ver 1.05).
  46.   The control bytes (20h, 29h) for user defined hard disks were previously
  47.   handled according to AMI's documentation. This documentation says:
  48.     SET CONTROL BYTE TO 80h if # heads >= 8
  49.   Further investigation has shown that this is not true. In reality, the
  50.   byte must be set following the rule
  51.     SET CONTROL BYTE TO 08h if # heads > 8
  52.   In addition, AMIsetup now only modifies the control byte when you change
  53.   the number of heads. You must fix a previously set (versions 0.88-2.20 of
  54.   AMIsetup) control byte manually using the "Change register" function.
  55.   Follow the rule given above:
  56.   1st hard drive:
  57.     Enter register: 20
  58.     Enter value:    00 if number of heads is equal to or smaller than 8
  59.                     80 if number of heads is greater than 8
  60.   2nd hard drive:
  61.     Enter register: 29
  62.     Enter value:    00 if number of heads is equal to or smaller than 8
  63.                     80 if number of heads is greater than 8
  64.  
  65.   It is likely you didn't notice this bug, neither did I. I am sorry this
  66.   bug may have caused problems with some partitioning/formatting software.
  67.   >> If you are using SCSI hard disks or hard disks with 8 heads OR less
  68.   >> or hard disks with type other than 47, you are not affected by this
  69.   >> fix.
  70. + Auto detect hard disks
  71.   This works with IDE drives and maybe ESDI drives. DO NOT use this
  72.   function with old MFM or RLL drives, since AMIsetup doesn't know how to
  73.   detect them and sets the setup entry to "not installed".
  74. + Enhanced EISA support, now four checksum regions are available
  75. + CMOS Reset function
  76.   If you have the feeling AMIsetup or some other program did something it
  77.   shouldn't and you don't have a jumper to erase the CMOS RAM or you
  78.   don't want to open your computer's case, you can use this function.
  79.   Caution: Reset CMOS erases EVERYTHING, including checksums, date/time,
  80.   hard disk parameters, etc. Please have a paper backup of your
  81.   configuration ready.
  82.  
  83. ════════════════════════════════════════════════════════════════════════════
  84. Version 2.20
  85. ════════════════════════════════════════════════════════════════════════════
  86. ! Fixed a bug in the CPU/NPU detection routine which would sometimes
  87.   return a (totally) harmless garbage string on 486DX machines.
  88.  
  89. ════════════════════════════════════════════════════════════════════════════
  90. Version 2.14
  91. ════════════════════════════════════════════════════════════════════════════
  92. + Tries to detect CPU type. This operation is disabled under OS/2.
  93. + ACC2046 06/06/92 BIOS (Power Management BIOS):
  94.   More than 6 setup menu entries are found
  95. - No warning if setup not changed
  96. - New sound files
  97. ! Fixed <Alt><F4> bug in the setup
  98. + Program runs under OS/2 2.1 (not 2.0). See documentation.
  99. ! Error message if CT-VOICE.DRV missing
  100.  
  101. ════════════════════════════════════════════════════════════════════════════
  102. Version 2.11
  103. ════════════════════════════════════════════════════════════════════════════
  104. ! Fixed a bug in the EISA detection logic
  105.  
  106. ════════════════════════════════════════════════════════════════════════════
  107. Version 2.10
  108. ════════════════════════════════════════════════════════════════════════════
  109. + Supports EISA systems. Port addresses are defined in EISA.CFG (see
  110.   appendix H of AMISETUP.DOC for more information).
  111. + If CMOS.SAV (and EISANVR.SAV) do not exist, the files will be created
  112.   automatically (NO error message if the current directory is read only).
  113. + Different CMOS (and EISA NVRAM) configurations can be saved easily,
  114.   you can add a short description.
  115. ! Soundblaster works at addresses other than 220h.
  116.   The file CT-VOICE.DRV wille be found in the current directory, in the
  117.   "DRV\" subdirectory of the "SOUND" and "CPSPRO4" directory and in the
  118.   path.
  119. + Supports ACER1217, ACC2168 BIOS
  120.  
  121. ════════════════════════════════════════════════════════════════════════════
  122. Version 2.00
  123. ════════════════════════════════════════════════════════════════════════════
  124.   This is the first all-English version, so there are no changes :-)
  125.   Thanks to Richard Spencer for debugging most of the English documentation.
  126.   If you too find errors, please send a letter...
  127.  
  128.