home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK5 / DOS_08 / AMISE254.ZIP / AMISETUP.NEW < prev    next >
Text File  |  1994-01-01  |  9KB  |  177 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. PCI systems: The current version of AMIsetup partially supports PCI
  12. systems; you cannot change and "auto detect" hard disks, however.
  13. It is possible you have to use the parameter "-NOROMJUMPS", if "Extended
  14. setup" crashes. "Peripheral Management Setup" is not yet implemented.
  15.  
  16. CMOS Information: "Cache status" is not implemented on all systems. If
  17. an error is displayed there, you should check the cache; it is possible
  18. your cache is 100% OK despite the error message!
  19.  
  20. ════════════════════════════════════════════════════════════════════════════
  21. Version 2.54
  22. ════════════════════════════════════════════════════════════════════════════
  23. + Enhanced Soundblaster support
  24.   ■ Enabled in the unregistered version
  25.   ■ Built-in default driver
  26.   ■ Smarter error recovery and diagnosis
  27. + Automatic back-up of CMOS RAM (and EISA NVRAM)
  28.   ■ When you first use the program in SAVECMOS.SAV (SAVEEISA.SAV)
  29.   ■ Whenever you invoke the program in CMOSBKUP.SAV (EISABKUP.SAV)
  30. + Simplifications
  31.   ■ Help file is loaded automatically depending on the language
  32. + When creating BIOS.DAT or starting Setup, a check is done whether there
  33.   are UMBs covering the BIOS.
  34.  
  35. ════════════════════════════════════════════════════════════════════════════
  36. Version 2.53
  37. ════════════════════════════════════════════════════════════════════════════
  38. ! Soundblaster support didn't work on SB 16.
  39.   AMIsetup now uses the driver CTVDSK.DRV instead of CT-VOICE.DRV.
  40.   You can increase the replay buffer size which defaults to 4*4 KB
  41.   using the environment variable SBBUF.
  42.   Example: SET SBBUF=16 -> buffer size will be set to 4*16 KB.
  43. - When changing the password, you must confirm the new password explicitly.
  44.  
  45. ════════════════════════════════════════════════════════════════════════════
  46. Version 2.52
  47. ════════════════════════════════════════════════════════════════════════════
  48. + Parameter "-NOROMJUMPS" (use if "Extended setup" crashes)
  49. + "Analyze BIOS ID" finds ID more often
  50. + Recognizes all setup options on PIC0168 and other systems (if too many
  51.   options are shown now: use -EOBIOS:xxxx)
  52. ! "Restore CMOS from image" ignored the user specified file name
  53. + Recognizes PCI BIOS ID string, PCI bus
  54. + Recognizes extended CMOS checksum on PCI systems (four possible hard
  55.   disks)
  56. + Parameter "-MONO" for use with LCD screens
  57. - Removed useless "daylight saving enable" and some of the "Analyze BIOS
  58.   ID" info (information which was often incorrect)
  59.  
  60. ════════════════════════════════════════════════════════════════════════════
  61. Version 2.51
  62. ════════════════════════════════════════════════════════════════════════════
  63. + AMIsetup recognizes ANY user defined video mode and tries to restore it
  64.   properly, including colors (e.g. black on white).
  65. + Batch mode:
  66.   You can use AMIsetup in batch mode. This is especially useful if you
  67.   - want to configure several identical machines (you don't have to use
  68.     time consuming ECU, CMOS setup any more!)
  69.   - want to document CMOS settings and/or save CMOS/EISA NVRAM automatically
  70.  
  71.   The new batch mode of AMIsetup understands the following commands:
  72.     -SAVE:CMOS:FILENAME          Save CMOS RAM into FILENAME.
  73.     -SAVE:EISA:FILENAME          Save EISA NVRAM into FILENAME.
  74.     -RESTORE:CMOS:FILENAME       Restore CMOS RAM from FILENAME.
  75.     -RESTORE:EISA:FILENAME       Restore EISA NVRAM from FILENAME.
  76.     -PRINT:DEVICE                Print setup to DEVICE.
  77.     -PRINT:ALT:DEVICE            Print setup (alternate style) to DEVICE.
  78.  
  79.   Examples:
  80.     You want to save CMOS & EISA NVRAM in a file:
  81.       AMISETUP -SAVE:CMOS:CMOS.BIN
  82.       AMISETUP -SAVE:EISA:EISA.BIN
  83.     And now configure several more machines with the same settings:
  84.       AMISETUP -RESTORE:CMOS:CMOS.BIN
  85.       AMISETUP -RESTORE:EISA:EISA.BIN
  86.     Finally, print setup to a parallel printer:
  87.       AMISETUP -PRINT:LPT1
  88.  
  89. ════════════════════════════════════════════════════════════════════════════
  90. Version 2.50
  91. ════════════════════════════════════════════════════════════════════════════
  92. ! Concerning IDE (AT bus) hard drives with 8 or more heads ONLY:
  93.   Finally fixed a long standing bug in the handling of the control byte
  94.   (see also ver 1.05).
  95.   The control bytes (20h, 29h) for user defined hard disks were previously
  96.   handled according to AMI's documentation. This documentation says:
  97.     SET CONTROL BYTE TO 80h if # heads >= 8
  98.   Further investigation has shown that this is not true. In reality, the
  99.   byte must be set following the rule
  100.     SET CONTROL BYTE TO 08h if # heads > 8
  101.   In addition, AMIsetup now only modifies the control byte when you change
  102.   the number of heads. You must fix a previously set (versions 0.88-2.20 of
  103.   AMIsetup) control byte manually using the "Change register" function.
  104.   Follow the rule given above:
  105.   1st hard drive:
  106.     Enter register: 20
  107.     Enter value:    00 if number of heads is equal to or smaller than 8
  108.                     80 if number of heads is greater than 8
  109.   2nd hard drive:
  110.     Enter register: 29
  111.     Enter value:    00 if number of heads is equal to or smaller than 8
  112.                     80 if number of heads is greater than 8
  113.  
  114.   It is likely you didn't notice this bug, neither did I. I am sorry this
  115.   bug may have caused problems with some partitioning/formatting software.
  116.   >> If you are using SCSI hard disks or hard disks with 8 heads OR less
  117.   >> or hard disks with type other than 47, you are not affected by this
  118.   >> fix.
  119. + Auto detect hard disks
  120.   This works with IDE drives and maybe ESDI drives. DO NOT use this
  121.   function with old MFM or RLL drives, since AMIsetup doesn't know how to
  122.   detect them and sets the setup entry to "not installed".
  123. + Enhanced EISA support, now four checksum regions are available
  124. + CMOS Reset function
  125.   If you have the feeling AMIsetup or some other program did something it
  126.   shouldn't and you don't have a jumper to erase the CMOS RAM or you
  127.   don't want to open your computer's case, you can use this function.
  128.   Caution: Reset CMOS erases EVERYTHING, including checksums, date/time,
  129.   hard disk parameters, etc. Please have a paper backup of your
  130.   configuration ready.
  131.  
  132. ════════════════════════════════════════════════════════════════════════════
  133. Version 2.20
  134. ════════════════════════════════════════════════════════════════════════════
  135. ! Fixed a bug in the CPU/NPU detection routine which would sometimes
  136.   return a (totally) harmless garbage string on 486DX machines.
  137.  
  138. ════════════════════════════════════════════════════════════════════════════
  139. Version 2.14
  140. ════════════════════════════════════════════════════════════════════════════
  141. + Tries to detect CPU type. This operation is disabled under OS/2.
  142. + ACC2046 06/06/92 BIOS (Power Management BIOS):
  143.   More than 6 setup menu entries are found
  144. - No warning if setup not changed
  145. - New sound files
  146. ! Fixed <Alt><F4> bug in the setup
  147. + Program runs under OS/2 2.1 (not 2.0). See documentation.
  148. ! Error message if CT-VOICE.DRV missing
  149.  
  150. ════════════════════════════════════════════════════════════════════════════
  151. Version 2.11
  152. ════════════════════════════════════════════════════════════════════════════
  153. ! Fixed a bug in the EISA detection logic
  154.  
  155. ════════════════════════════════════════════════════════════════════════════
  156. Version 2.10
  157. ════════════════════════════════════════════════════════════════════════════
  158. + Supports EISA systems. Port addresses are defined in EISA.CFG (see
  159.   appendix H of AMISETUP.DOC for more information).
  160. + If CMOS.SAV (and EISANVR.SAV) do not exist, the files will be created
  161.   automatically (NO error message if the current directory is read only).
  162. + Different CMOS (and EISA NVRAM) configurations can be saved easily,
  163.   you can add a short description.
  164. ! Soundblaster works at addresses other than 220h.
  165.   The file CT-VOICE.DRV wille be found in the current directory, in the
  166.   "DRV\" subdirectory of the "SOUND" and "CPSPRO4" directory and in the
  167.   path.
  168. + Supports ACER1217, ACC2168 BIOS
  169.  
  170. ════════════════════════════════════════════════════════════════════════════
  171. Version 2.00
  172. ════════════════════════════════════════════════════════════════════════════
  173.   This is the first all-English version, so there are no changes :-)
  174.   Thanks to Richard Spencer for debugging most of the English documentation.
  175.   If you too find errors, please send a letter...
  176.  
  177.