home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 2 / agavol2.iso / c / setpatch_readme < prev    next >
Text File  |  1994-10-21  |  6KB  |  152 lines

  1. Copyright (C) 1993 Commodore Electronics Ltd.
  2. The following information may only be reproduced and used in accordance
  3. with the requirements and limitations set forth below. This information
  4. may be used by licensees of Amiga DOS in combination with their lawful
  5. use of licensed copies of Amiga DOS. Reproduction of this information
  6. is limited to that reasonably required for the use of AmigaDOS in
  7. accordance with such license. All reproduction of this information,
  8. in whole or in part, must retain this copyright notice as well as the
  9. warranty disclaimers and limitation of liability as set forth below.
  10. All Other Rights are Reserved.
  11.  
  12. Commodore makes no warranties or representations, either express, or implied,
  13. with respect to the information set forth herein, which information is being
  14. supplied on an "AS IS" basis, expressly subject to change without notice.
  15. The entire risk as to the use of this information is assumed by the user.
  16. IN NO EVENT WILL COMMODORE BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  17. OR CONSEQUENTIAL DAMAGES RESULTING FROM ANY CLAIM ARISING OUT OF THE
  18. INFORMATION PRESENTED HEREIN, EVEN IF IT HAS BEEN ADVISED OF THE 
  19. POSSIBILITIES OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE LIMITATION
  20. OF IMPLIED WARRANTIES OR DAMAGES, SO THE ABOVE LIMITATIONS MAY NOT APPLY.
  21.  
  22.  
  23. SetPatch (c) Copyright 1990-1993, Commodore-Amiga, Inc. All Rights Reserved.
  24.  
  25.  
  26. SetPatch 40.14 is designed to improve system operation of the Amiga
  27. computer with Amiga DOS 2.1 (V38) through 3.1 (V40). The Update_SetPatch
  28. icon or shell-script is designed to automatically update the version of
  29. SetPatch you are using.  If you already have an up-to-date SetPatch,
  30. Update_SetPatch will inform you of that fact and not replace SetPatch.
  31.  
  32.  
  33. The key features of this version of SetPatch are:
  34.  
  35.   o Fixes problem of A2 and A6 being trashed by V40 WriteChunkyPixels()
  36.  
  37.   o Does not open nonvolatile.library if not already loaded
  38.     
  39.   o Fixes problem of d7 register being trashed by BltBitMap() after an
  40.     interleaved blit with a mask of -1.
  41.  
  42.   o Fixes BestModeIDA() when passed a BIDTAG_MonitorID of DEFAULT_MONITOR_ID
  43.     (this was returning INVALID_ID)
  44.  
  45.   o On A3000 with SCRAM memory and 68040 processor running 37.175,
  46.     turns off Page mode (shouldn't have been on).
  47.  
  48.   o New NOAGA keyword so bootable applications which want the patches
  49.     but are incompatible with the AA chipset can still use the SetPatch.
  50.  
  51.   o Several additional patches for CD32 subsystems such as cd.device
  52.     and nonvolatile.library which are applied if these subsystems
  53.     are present.
  54.  
  55.  
  56. These features of V39 SetPatch are included:
  57.  
  58.   o Activates AA chips if present (all SetPatches V39 and higher do this).
  59.   
  60.   o On some systems, NMI interrupts could be caused due to hardware
  61.     bugs.  These NMIs can cause software/hardware to perform incorrectly
  62.     and has caused major performance problems in some systems.
  63.     In the V37 ROM, the NMI vector pointed at a generalized routine
  64.     that saved all registers, does some work which ends up doing nothing,
  65.     restores all registers, and exits.  This patch will, under V37 ROMs,
  66.     move that vector to point directly at an RTE.
  67.                 
  68.   o SetPatch no longer reads the longword after the end of each of
  69.     its hunks.
  70.                   
  71.   o Now checks for the CPU type before trying to open the 68040.library
  72.     This is so that the library does not even get loaded if you don't
  73.     need it.  (The 68040.library also does the check.)
  74.                         
  75.   o Does not turn on the caches if the intruction cache is not
  76.     already on.  This is such that the bootmenu option will not
  77.     be "undone" by SetPatch.
  78.  
  79.  
  80. This SetPatch also incorporates the following patches from 37.38 and
  81. earlier SetPatches which are applied as required, depending on the
  82. version of the OS:
  83.                               
  84.   o On certain 68000-based Amigas, some software which would fail with an
  85.     alert number of 80000003 is now made to work.
  86.  
  87.   o Many older external floppy drives which might have had problems
  88.     under 2.04 now work.
  89.  
  90.   o Setpatch opens the 68040.library and reports the fact that it did
  91.     that.  The 68040 library will only open on systems equipped with a
  92.     68040 CPU.
  93.  
  94.   o The IDE driver in the A600 compensates for an internal cache problem
  95.     with Conner CP2024 hard drives.
  96.  
  97.   o On A3000 machines that have 68040 CPUs and are running the 37.175
  98.     version of the ROM OS, and have SCRAM memory, page mode operation is
  99.     turned off.
  100.  
  101.   o CIA interrupt servers are moved to priority 0 if they are lower than
  102.     priority 0.
  103.  
  104.   o Patches console.device CMD_CLEAR to set up registers correctly.
  105.  
  106.   o Patch to remove potential deadlock condition between console device
  107.     and Intuition's DisplayBeep().
  108.  
  109.   o Patch to properly flush buffered file handles which have never been
  110.     read from.
  111.  
  112.   o Blitter interrupts can be erroneously turned on during system 
  113.     initialization.  SetPatch forces them off.
  114.  
  115.   o The slop area for high density floppies is now correctly
  116.     initialized.  This fixes problems when switching between high and
  117.     low density disks on a high-density drive.
  118.  
  119.   o The IAddress field of IDCMP_MOUSEMOVE and IDCMP_MOUSEBUTTONS
  120.     IntuiMessages now has 1.3-compatible values.  This fixes some
  121.     programs which are erroneously attempting to extract a GadgetID
  122.     from non-gadget-related IntuiMessages.  Such programs crash
  123.     on 68000-based Amigas with a guru number 80000003.
  124.  
  125.   o The line-A exception entry can be inadvertently altered by the ROMs.
  126.     SetPatch corrects this.
  127.  
  128.   o The V37.175 ROM does not unpack the monitor data from the ROM
  129.     correctly.  This is corrected by first checking if the monitor
  130.     exists and returning bad mode ID return codes if it does not.
  131.  
  132.   o Open() of paths more than 128 characters long now works.
  133.  
  134.   o The SIGF_SINGLE signal bit is now cleared before allowing an open of
  135.     scsi.device to proceed.  Certain versions of scsi.device fail to
  136.     clear that signal before using it.
  137.  
  138.   o Patch to fix some holes in the SharedSemaphore routines.
  139.  
  140.   o Fixes some applications using certain inappropriate functions such 
  141.     as SetRGB4() from within an interrupt.
  142.  
  143.   o The 2000 microsecond waits from trackdisk are increased to 3000
  144.     microseconds, in order to allow older A1010 drives to work under 2.0.
  145.  
  146.   o The level-7 interrupt vector is pointed at an RTE instruction, for
  147.     efficiency.
  148.  
  149.  
  150.  
  151.  
  152.