Skip to content

Commit

Permalink
As of 060710 (yes, 2006)
Browse files Browse the repository at this point in the history
Upload the legacy software
  • Loading branch information
Kochise committed Apr 17, 2017
1 parent 5190b4b commit b4585ee
Show file tree
Hide file tree
Showing 898 changed files with 82,767 additions and 0 deletions.
1 change: 1 addition & 0 deletions SDK/SRCS/INSTALL DRAGON SDK/Compile Installer.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
".\TOOLS\Inno Setup 5\ISCC.exe" "Dragon SDK 2.1.iss"
543 changes: 543 additions & 0 deletions SDK/SRCS/INSTALL DRAGON SDK/Dragon SDK 2.1.iss

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
d7d96f3a52cfe2c1c7b72dd2275efa16 *buildnum.txt
4e7d1f9f067e6253580967dc1e47973d *setup_Dragon_SDK_21.exe
caeca9c50b230f64465441011a996623 *setup_Dragon_SDK_21-0.bin
37cbf5357ecabce9c7d97cf207c9e949 *setup_Dragon_SDK_21-1.bin
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
; Generated by WIN-SFV32 v1.0
; (Compatible: Total Commander 9.0a)
buildnum.txt 6859C212
setup_Dragon_SDK_21.exe FB83C093
setup_Dragon_SDK_21-0.bin C14BE7DE
setup_Dragon_SDK_21-1.bin DBCD341E
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.1.0.49
Binary file not shown.
Binary file not shown.
160 changes: 160 additions & 0 deletions SDK/SRCS/INSTALL DRAGON SDK/TOOLS/Aspi/README.TXT
Original file line number Diff line number Diff line change
@@ -0,0 +1,160 @@
Adaptec Inc., Copyright (c) 2002

ASPI Overview
=======================================================
I ) Operating Systems and ASPI Files Installed
II ) Changes between v 4.60 and v 4.71
III) GetASPI32Buffer Addendum
IV ) How to increase the non-paged pool size
V ) Windows XP Support
VI ) Installation of ASPI
VII) Status Codes for ASPIINST.EXE

I. Operating System ASPI Files Installed
========================================================
Microsoft Windows NT 4.0 wnaspi32.dll, aspi32.sys
winaspi.dll, wowpost.exe

Microsoft Windows 2000 wnaspi32.dll, aspi32.sys
winaspi.dll, wowpost.exe

Microsoft Windows 98 wnaspi32.dll, apix.vxd

Microsoft Windows Me wnaspi32.dll, apix.vxd

Microsoft Windows XP wnaspi32.dll, aspi32.sys


II. Changes Between v 4.60 and v 4.71
=======================================================
1) It is important the following pairs of files have matching version numbers:
(you may not have all of these files; which files you have in your PC depends
on which Windows platform is in your PC)

a) wnaspi32.dll and aspi32.sys
b) wnaspi32.dll and apix.vxd
c) winaspi.dll and wowpost.exe

It is not important, for example, for wnaspi32.dll to have matching version
number with winaspi.dll. Disregard any such error message from aspichk.exe.
Also disregard any error message from aspichk.exe regarding files not present.

2) Windows 2000 and Windows NT4.0 Only:
Command tagged queueing is enabled by default in v4.71; however, this is
functional only if your Host Bus Adapter (HBA) supports tagged queueing.
Check with your HBA vendor for HBA capabilities.

3) Windows 2000 Only:
aspi32.sys (aspi2k.sy_ before install) remains a non-Plug-and-Play driver in Windows 2000.
Once loaded, aspi32.sys will not unload. To get aspi32.sys unloaded, delete the file
\winnt\system32\drivers\aspi32.sys and reboot PC.

4) Previous versions of aspi32.sys for Windows 2000 and XP may not return the proper
Maximum Number of Targets (HA_MaxTargets) in reponse to Host Adapter Inquiry
(HA_INQUIRY). This has been corrected.

III. GetASPI32Buffer Addendum
=========================================================================
FYI

If you have experienced a failure to allocate a buffer (GetASPI32Buffer),
you may need to do one or both of the following:

1) increase the non-paged pool size on your PC (allocate more RAM to
non-paged pool),
2) physically add more RAM to your PC.
3) decrease the buffer size requested.

The first thing to do is to increase the non-paged pool size.

IV) How to increase the non-paged pool size ?
=============================================

1) Run regedt32.exe ( click Start->Run and type regedt32 ),
2) Edit HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SessionManager\MemoryManagement\NonPagedPoolSize
This parameter is a REG_DWORD (32 bits).

NOTE : If it is set to 0x00, the default minimum portion of RAM is allocated to
non-paged pool.

3) Set this parameter to 0xffffffff (the maximum portion of RAM is allocated to
non-paged pool.) Reboot the PC and try the application again.

NOTE : If GetASPI32Buffer still fails; you may not have enough
physical RAM in the PC, and you may need to physically
install additional RAM.

If GetASPI32Buffer now works, then gradually decrease the non-paged pool size
( by specifying the amount of RAM allocated to non-paged pool ) to optimize.

Tips
-------------------------------------------------------------
Set the NonPagedPoolSize to 0x00100000 for 1 MegaBytes;
0x00200000 for 2 MegaBytes; etc.

See the Microsoft Developer Network (MSDN) article Q126402 (www.microsoft.com)
for more information regarding setting the non-paged pool size.


V. Windows XP Support
===========================================================

Contents:
-----------------------------------------------------------
install.bat installation batch file
reg_xp.exe registry modification utility
aspixp.sys 32-bit ASPI driver ( v 4.71.2 )
wnaspixp.dll 32-bit ASPI DLL ( v 4.71.2 )
aspi64.sys 64-bit ASPI driver ( v 4.70.8 )
wnaspi64.dll 64-bit ASPI DLL ( v 4.70.8 )


VI. Installation of ASPI
============================================================
1. Run INSTALL.BAT with the target operating system
command line option specified:

X86 ( for Windows 98/ME/NT/2000 )
XP32 ( for Windows XP 32-bit )
XP64 ( for Windows XP 64-bit )

e.g. "INSTALL.BAT X86"

2. INSTALL.BAT will prompt you to specify which operating
system to install for if you did not specify one in Step 1).

a) If you are installing for X86 systems for either
Windows 98/ME/NT/2000 then ASPIINST.EXE will be invoked
and the rest of the installation process will be carried
out.
b) If you are installing for X86 or Itanium systems the
batch file will invoke REG_XP.EXE to make the necessary
registry entries and then copy the operating system
specific files to the appropriate location. The operating
system path is determined by the environment variable
%windir%.

For Win XP 32-bit:
ASPIXP.SYS will be copied to %windir%\system32\drivers\ASPI32.SYS
WNASPIXP.DLL will be copied to %windir%\system32\WNASPI32.DLL

For Win XP 64-bit:
ASPI64.SYS will be copied to %windir%\system32\drivers\ASPI32.SYS
WNASPI64.DLL will be copied to %windir%\system32\WNASPI32.DLL

3. Reboot the system to enable the ASPI driver.

VII) Status Codes for ASPIINST.EXE
===========================================================
The use of the C programming convention, EXIT, has been
removed completely from the source. EXIT has some
restrictions which RETURN does not.

EXIT allows for only the low order byte of the status code
to be accessible to the calling process. The status value
is available to the operating system batch command ERRORLEVEL
but is represented by one of two constants EXIT_SUCCESS (0)
or EXIT_FAILURE (1).



Binary file not shown.
Binary file added SDK/SRCS/INSTALL DRAGON SDK/TOOLS/Aspi/apix46.vx_
Binary file not shown.
Binary file added SDK/SRCS/INSTALL DRAGON SDK/TOOLS/Aspi/aspi2k.sy_
Binary file not shown.
Binary file added SDK/SRCS/INSTALL DRAGON SDK/TOOLS/Aspi/aspi32.sy_
Binary file not shown.
Binary file added SDK/SRCS/INSTALL DRAGON SDK/TOOLS/Aspi/aspi64.sys
Binary file not shown.
Binary file not shown.
44 changes: 44 additions & 0 deletions SDK/SRCS/INSTALL DRAGON SDK/TOOLS/Aspi/aspi_you.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@

============================================================================
ASPI_YOU v1.5 http://www.nu2.nu/aspi
============================================================================

- INTRODUCTION -------------------------------------------------------------

ASPI_YOU, Shows your devices found by ASPI, v1.5
Copyright (c) 2002 Bart Lagerweij. All rights reserved.
Some major bug fixing done by Henk de Jong.
This program is free Software; you can redistribute it under the
terms of the NU2 License.
(see nu2lic.txt or http://www.nu2.nu/license/).

ASPI_YOU lists all devices found through ASPI32 and returns an
errorlevel.

Errorlevel returned:
--------------------------------------
255 Failed to load ASPI32 library
254 Failed to get ASPI32 functions
253 No host adapters found
0 Success

- INSTALLATION -------------------------------------------------------------

You don't install it.
Just copy aspi_you.exe somewhere on your PC and your done.

- CONTACT THE AUTHORS ------------------------------------------------------

http://www.nu2.nu/contact/bart
http://www.nu2.nu/contact/henk

- VERSION HISTORY ----------------------------------------------------------

v1.0 - First public release
v1.1 - Minor bug fix. Added -b switch
v1.2 - Minor bug fix. Added a check, when number of host adapters
is 0 errorlevel 253 is returned. This happens when running
windows XP and you have adaptec wnaspi32.dll v4.57
v1.3 - Minor bug fix. Added inquiry status check.
v1.5 - Windows XP Bug fix. Fixed by Henk de Jong.
Incorrect sense lenght and buffer.
Binary file not shown.
Binary file not shown.
Binary file added SDK/SRCS/INSTALL DRAGON SDK/TOOLS/Aspi/aspixp.sys
Binary file not shown.
Loading

0 comments on commit b4585ee

Please sign in to comment.