home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 September (Special) / Chip-Special_2003-09_cd.bin / plne / vcdeasy / download / aspi / aspi_v471.exe / readme.txt < prev    next >
Text File  |  2002-05-07  |  6KB  |  164 lines

  1. Adaptec Inc., Copyright (c) 2002
  2.  
  3. ASPI Overview
  4. =======================================================
  5. I  ) Operating Systems and ASPI Files Installed
  6. II ) Changes between v 4.60 and v 4.71
  7. III) GetASPI32Buffer Addendum
  8. IV ) How to increase the non-paged pool size
  9. V  ) Windows XP Support
  10. VI ) Installation of ASPI
  11. VII) Status Codes for ASPIINST.EXE
  12.  
  13. I. Operating System ASPI Files Installed
  14. ========================================================
  15. Microsoft Windows NT 4.0  wnaspi32.dll, aspi32.sys
  16.                           winaspi.dll, wowpost.exe
  17.  
  18. Microsoft Windows 2000    wnaspi32.dll, aspi32.sys
  19.                           winaspi.dll, wowpost.exe
  20.  
  21. Microsoft Windows 98      wnaspi32.dll, apix.vxd
  22.  
  23. Microsoft Windows Me      wnaspi32.dll, apix.vxd
  24.  
  25. Microsoft Windows XP      wnaspi32.dll, aspi32.sys
  26.  
  27.  
  28. IIa. Changes Between v 4.70 and v 4.71
  29. =======================================================
  30. 1)   Previous versions of aspi32.sys for Windows 2000 and XP may not return the proper 
  31.      Maximum Number of Targets (HA_MaxTargets) in reponse to Host Adapter Inquiry
  32.      (HA_INQUIRY). This has been corrected.
  33.  
  34. IIb. Changes Between v 4.60 and v 4.70
  35. =======================================================
  36. 1)   It is important the following pairs of files have matching version numbers:
  37.      (you may not have all of these files; which files you have in your PC depends
  38.      on which Windows platform is in your PC)
  39.  
  40.      a)   wnaspi32.dll  and  aspi32.sys
  41.      b)   wnaspi32.dll  and  apix.vxd
  42.      c)   winaspi.dll   and  wowpost.exe
  43.  
  44.      It is not important, for example, for wnaspi32.dll to have matching version
  45.      number with winaspi.dll. Disregard any such error message from aspichk.exe.
  46.      Also disregard any error message from aspichk.exe regarding files not present.
  47.  
  48. 2)   Windows 2000 and Windows NT4.0 Only:
  49.      Command tagged queueing is enabled by default in v4.71; however, this is 
  50.      functional only if your Host Bus Adapter (HBA) supports tagged queueing.
  51.      Check with your HBA vendor for HBA capabilities.
  52.  
  53. 3)   Windows 2000 Only:
  54.      aspi32.sys (aspi2k.sy_ before install) remains a non-Plug-and-Play driver in
  55.      Windows 2000.
  56.      Once loaded, aspi32.sys will not unload. To get aspi32.sys unloaded, delete the file
  57.       \winnt\system32\drivers\aspi32.sys  and reboot PC.
  58.  
  59. III. GetASPI32Buffer Addendum
  60. =========================================================================
  61. FYI
  62.  
  63. If you have experienced a failure to allocate a buffer (GetASPI32Buffer),
  64. you may need to do one or both of the following:
  65.  
  66. 1)  increase the non-paged pool size on your PC (allocate more RAM to 
  67.     non-paged pool),
  68. 2)  physically add more RAM to your PC.
  69. 3)  decrease the buffer size requested.
  70.  
  71. The first thing to do is to increase the non-paged pool size.
  72.  
  73. IV) How to increase the non-paged pool size ?
  74. =============================================
  75.  
  76.  1) Run  regedt32.exe ( click  Start->Run and type regedt32 ),
  77.  2) Edit     HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SessionManager\MemoryManagement\NonPagedPoolSize
  78.     This parameter is a REG_DWORD (32 bits). 
  79.  
  80.     NOTE : If it is set to 0x00, the default minimum portion of RAM is allocated to
  81.            non-paged pool.
  82.  
  83.  3) Set this parameter to 0xffffffff (the maximum portion of RAM is allocated to
  84.     non-paged pool.) Reboot the PC and try the application again.
  85.  
  86.     NOTE : If GetASPI32Buffer still fails; you may not have enough
  87.     physical RAM in the PC, and you may need to physically
  88.     install additional RAM.
  89.  
  90. If GetASPI32Buffer now works, then gradually decrease the non-paged pool size
  91. ( by specifying the amount of RAM allocated to non-paged pool ) to optimize.
  92.  
  93. Tips
  94. -------------------------------------------------------------
  95. Set the NonPagedPoolSize to 0x00100000 for 1 MegaBytes;
  96.   0x00200000 for 2 MegaBytes;  etc.
  97.  
  98. See the Microsoft Developer Network (MSDN) article Q126402 (www.microsoft.com)
  99. for more information regarding setting the non-paged pool size.
  100.  
  101.  
  102. V. Windows XP Support
  103. ===========================================================
  104.  
  105. Contents:
  106. -----------------------------------------------------------
  107. install.bat     installation batch file
  108. reg_xp.exe      registry modification utility
  109. aspixp.sys      32-bit ASPI driver ( v 4.71.1 )
  110. wnaspixp.dll    32-bit ASPI DLL    ( v 4.71.1 )
  111. aspi64.sys      64-bit ASPI driver ( v 4.70.8 )
  112. wnaspi64.dll    64-bit ASPI DLL    ( v 4.70.8 )
  113.  
  114.  
  115. VI. Installation of ASPI
  116. ============================================================
  117. 1. Run INSTALL.BAT with the target operating system
  118.    command line option specified:
  119.  
  120.    X86  ( for Windows 98/ME/NT/2000 )
  121.    XP32 ( for Windows XP 32-bit     )
  122.    XP64 ( for Windows XP 64-bit     )
  123.  
  124.    e.g. "INSTALL.BAT X86"
  125.  
  126. 2. INSTALL.BAT will prompt you to specify which operating
  127.    system to install for if you did not specify one in Step 1).
  128.  
  129.    a)  If you are installing for X86 systems for either
  130.        Windows 98/ME/NT/2000 then ASPIINST.EXE will be invoked
  131.        and the rest of the installation process will be carried
  132.        out.
  133.    b)  If you are installing for X86 or Itanium systems the
  134.        batch file will invoke REG_XP.EXE to make the necessary
  135.        registry entries and then copy the operating system
  136.        specific files to the appropriate location. The operating
  137.        system path is determined by the environment variable
  138.        %windir%.
  139.  
  140.    For Win XP 32-bit:
  141.     ASPIXP.SYS    will be copied to %windir%\system32\drivers\ASPI32.SYS
  142.     WNASPIXP.DLL  will be copied to %windir%\system32\WNASPI32.DLL
  143.  
  144.    For Win XP 64-bit:
  145.     ASPI64.SYS    will be copied to %windir%\system32\drivers\ASPI32.SYS
  146.     WNASPI64.DLL  will be copied to %windir%\system32\WNASPI32.DLL
  147.  
  148. 3. Reboot the system to enable the ASPI driver.
  149.  
  150. VII) Status Codes for ASPIINST.EXE
  151. ===========================================================
  152. The use of the C programming convention, EXIT, has been
  153. removed completely from the source. EXIT has some
  154. restrictions which RETURN does not.
  155.  
  156. EXIT allows for only the low order byte of the status code
  157. to be accessible to the calling process. The status value
  158. is available to the operating system batch command ERRORLEVEL
  159. but is represented by one of two constants EXIT_SUCCESS (0)
  160. or EXIT_FAILURE (1).
  161.  
  162.  
  163.  
  164.