home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 30 fixes_v / 30-fixes_v.zip / znt358.zip / READ.ME next >
Text File  |  1994-07-01  |  2KB  |  43 lines

  1. Bill Hinkle
  2. CompuServe 75300,2050
  3. 1 July 1994
  4.  
  5. Patching Trantor T-358 OS/2 drivers for the Zenith Z-Note
  6. =========================================================
  7.  
  8. There is a problem with the Trantor T-358 MiniSCSI EPP drivers for OS/2
  9. interfering with the Ethernet port on the Zenith Z-Note laptop computers.
  10. The problem is manifested as a lockup in the INTEL593.SYS driver (for
  11. Netware ODI) at initialization time.  See the accompanying problem report
  12. to Adaptec "T358BUG.TXT" for more information, if you wish.
  13.  
  14. Note that this same problem existed in the T-358 DOS driver MA358.SYS as
  15. of V1.06 (as shipped with the T-358).  The problem is fixed in MA358.SYS
  16. V1.12.
  17.  
  18. I have concocted patches for the two T358SCSI.ADD OS/2 drivers that I have
  19. here: the 7-20-93 and 8-11-93 versions.  Both fix the Z-Note problem.  The
  20. patched drivers should still work normally on all systems where the same
  21. unpatched drivers already worked.
  22.  
  23. There are two patch files supplied in this ZIP file, one for each version.
  24. The patches are applied with the PATCH.EXE program included with OS/2. In
  25. either case, open an OS/2 command session, change to the directory that
  26. contains T358SCSI.ADD (usually \OS2) and:
  27.  
  28. if you have the 07-20-93 version of T358SCSI.ADD, then type
  29.  
  30. PATCH path\T3580720.PAT /A
  31.  
  32. if you have the 08-11-93 version of T358SCSI.ADD, then type
  33.  
  34. PATCH path\T3580811.PAT /A
  35.  
  36. (where 'path' is the drive:directory to the patch files from this ZIP file).
  37. The PATCH program will verify that it is patching the right file, and tell
  38. you whether the patch was successful.
  39.  
  40. [Note: the Summer 94 "Performance Beta" for OS/2 doesn't seem to include a
  41. copy of PATCH.EXE.  Use the version from OS/2 2.1 or make the patch with
  42. another hex editor using the appropriate PAT file as a guide.]
  43.