Jump to content

ASPI4OS2.SYS: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
This is an Adaptec SCSI driver that was available for OS/2 1.1 and later.  
This is an Adaptec SCSI driver that was available for OS/2 1.1 and later.


It is said that this driver was replaced by [[OS2ASPI.DMD]] for later releases.
It is said that this driver was replaced by [[OS2ASPI.DMD]] for later releases.


Note:  The DEVICE=ASPI4OS2.SYS command must precede the DEVICE commands for any other SCSI drivers in the CONFIG.SYS file.  
Note:  The DEVICE=ASPI4OS2.SYS command must precede the DEVICE commands for any other SCSI drivers in the CONFIG.SYS file.


After modifying your CONFIG.SYS file, you must reboot the system to initialize the driver. You will see a message indicating that the ASPI OS/2 Manager is installed. The text of the message varies based on your system configuration and the DEVICE command line options you specified. If you do not see a message regarding the ASPI OS/2 Manager, make sure the information in your CONFIG.SYS file is correct
After modifying your CONFIG.SYS file, you must reboot the system to initialize the driver. You will see a message indicating that the ASPI OS/2 Manager is installed. The text of the message varies based on your system configuration and the DEVICE command line options you specified. If you do not see a message regarding the ASPI OS/2 Manager, make sure the information in your CONFIG.SYS file is correct.


==Syntax==  
==Syntax==  
Line 19: Line 19:
* [https://files.support.epson.com/pdf/1740es/1740esu1.pdf Epson SCSI Adapter Card Manual]
* [https://files.support.epson.com/pdf/1740es/1740esu1.pdf Epson SCSI Adapter Card Manual]


[[Category:Device Drivers]]
[[Category:DEVICE Statements]]

Latest revision as of 01:37, 31 July 2024

This is an Adaptec SCSI driver that was available for OS/2 1.1 and later.

It is said that this driver was replaced by OS2ASPI.DMD for later releases.

Note: The DEVICE=ASPI4OS2.SYS command must precede the DEVICE commands for any other SCSI drivers in the CONFIG.SYS file.

After modifying your CONFIG.SYS file, you must reboot the system to initialize the driver. You will see a message indicating that the ASPI OS/2 Manager is installed. The text of the message varies based on your system configuration and the DEVICE command line options you specified. If you do not see a message regarding the ASPI OS/2 Manager, make sure the information in your CONFIG.SYS file is correct.

Syntax

DEVICE=<path>\ASPI4OS2.SYS <parameter>

Parameters

/D
Displays useful information about the SCSI adapter during system startup.
/L
Enables support for SCSI logical unit numbers (LUNs) other than zero. The driver can recognize eight SCSI LUNs on each SCSI device. If you omit this switch, the driver recognizes only LUN 0 for each SCSI device.

Links