home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / OS2 / VASPBTA1.ZIP / README.TXT < prev    next >
Text File  |  1994-02-08  |  4KB  |  83 lines

  1. 02/08/94
  2.  
  3. This is the first BETA release of virtual ASPI for OS/2 2.1 that includes
  4. support for the ASPI for Windows specification.
  5.  
  6. The following ASPI access methods are now supported:
  7.  
  8.         1) DOS ASPI in a VDM.
  9.         2) DOS ASPI in a DOS boot image.
  10.         3) ASPI for Windows in a Win-OS/2 session.
  11.         4) DOS ASPI (using polling) in a Win-OS/2 session.
  12.  
  13. The following files are included as part of this BETA release:
  14.  
  15. 1) VASPI.SYS - The virtual ASPI device driver
  16. 2) VDPX.SYS - A replacement virtual DPMI extended driver
  17. 3) OS2ASPI.DMD - An OS/2 ASPI manager that support VASPI.SYS
  18. 4) ASPISTUB.SYS - A stub driver for accessing VASPI.SYS from a DOS
  19.                   boot image.
  20. 5) WINASPI.DLL - This DLL allows Win-OS/2 applications to make requests
  21.                  using the ASPI for Windows convention. It is a replacement
  22.                  for the DLL shipped with EZ-SCSI and is intended for OS/2
  23.                  2.1 only.
  24.  
  25. Introduction
  26.  
  27. The ASPI support currently embedded within OS/2 2.1 allows any OS/2 
  28. application to send commands to a SCSI device. However there are 
  29. a large number of DOS and Windows applications that are could be
  30. supported if there commands were routed to OS2ASPI.DMD
  31.  
  32. VASPI.SYS is a virtual device driver that will allow DOS applications
  33. to issue SCSI commands that will be handled by OS2ASPI.DMD. If you
  34. have an existing DOS ASPI application it should now be able to run
  35. in a virtual DOS session under OS/2 2.1. 
  36.  
  37. Installation Instructions for VASPI Support
  38.  
  39. 1) Install OS/2 2.1 on your system
  40. 2) Make a backup copy of the file OS2ASPI.DMD. This should be found
  41.    in the \OS2 directory on your boot drive.
  42. 3) Copy the new VDD aware version of OS2ASPI.DMD into the \OS2 directory.
  43. 4) Copy the file VASPI.SYS into the directory \OS2\MDOS on your boot drive.
  44. 5) Make a backup copy of the file VDPX.SYS. This should be found in
  45.    the \OS2\MDOS directory on your boot drive.
  46. 6) Copy the new BETA version of VDPX.SYS into the \OS2\MDOS directory.
  47. 7) Copy the file WINASPI.DLL into the \OS2\MDOS\WINOS2 directory. 
  48. 5) Update CONFIG.SYS as follows:
  49.         a) Make sure the line BASEDEV=OS2ASPI.DMD is present somewhere
  50.            in the file.
  51.  
  52.         b) Add the line DEVICE=C:\OS2\MDOS\VASPI.SYS to the bottom of
  53.            the file. If your boot drive is NOT C:, use the appropriate 
  54.            letter instead.
  55.  
  56. 6) Shutdown your system and reboot.
  57. 7) Open a DOS window or DOS fullscreen and run your ASPI application.
  58.  
  59. Installation Instructions for DOS Boot Image Support
  60.  
  61. 1) Follow all the instructions for VDM Support.
  62. 2) Read the instructions for creating an image diskette in the OS/2
  63.    Master Help Index.
  64. 3) Create the boot disk with all the files that you will require for 
  65.    other applications.
  66. 4) Add the file ASPISTUB.SYS to this boot disk and add the line 
  67.    DEVICE=\ASPISTUB.SYS to CONFIG.SYS on the boot disk.
  68. 5) Complete the boot image creation.
  69. 6) Open the image.
  70.  
  71. When you find a problem with VASPI.SYS, please send a description of
  72. it to Adaptec so that we can attempt to reproduce it. Please describe 
  73. the exact steps  required to reproduce your problem and include any 
  74. screen dumps from the system where the problem occurred.
  75.  
  76. There are several methods available for reporting problems:
  77.  
  78. 1) The Adaptec BBS. The BBS can be reached at (408) 945-7727 and supports
  79.    upto 14.4K baud with 8 data bits, no parity and 1 stop bit. Please send
  80.    a PRIVATE message to the user VASPI_BETA.
  81.  
  82. 2) Internet. You can send problem reports to the user vaspi@adaptex.cirr.com.
  83.