AIC7770.ADD: Difference between revisions
Appearance
No edit summary |
m →Links |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ProdS |V20=S|V21=S|V22=S|V30=S|V31=S|V40=S|V45=S}} | |||
Driver for the Adaptec SCSI host adapters based on the AIC-7770 controller: | Driver for the Adaptec SCSI host adapters based on the AIC-7770 controller: | ||
*AHA-2840QVL - VESA local bus | *AHA-2840QVL - VESA local bus | ||
*AHA-2842VL | *AHA-2842VL | ||
*AHA-2740/2742 - EISA | *AHA-2740/2742 - EISA | ||
==CONFIG.SYS Information== | |||
BASEDEV=AIC7770.ADD <parameter> | BASEDEV=AIC7770.ADD <parameter> | ||
'''Universal Parameters:''' | '''Universal Parameters:''' | ||
* /ET | * /ET - Allow embedded targets. This parameter indicates that the ADD should assume that all targets have more than one logical unit (LUN) defined. | ||
Allow embedded targets. This parameter indicates that the ADD should assume that all targets have more than one logical unit (LUN) defined. | * /!ET - Do not allow embedded targets (DEFAULT). This parameter indicates that the ADD should assume that all targets have only one logical unit (LUN) defined. | ||
* /!ET | * /V - Load driver verbosely. This parameter will display the driver name as well as the version number and Adaptec copyright if the driver loads successfully. Information on all targets found in the system will also be displayed. | ||
Do not allow embedded targets (DEFAULT). This parameter indicates that the ADD should assume that all targets have only one logical unit (LUN) defined. | * /PCIHW - Enables driver to access PCI configuration hardware registers. This switch is implemented because in some PCI systems, accessing PCI configuration space through PCI BIOS function calls causes problems. This switch is enabled by default. New with Version 3.02 | ||
* /V | * /!PCIHW - Disables the PCIHW switch. This parameter will cause the driver to access the PCI configuration space through PCI BIOS function calls. New with version 3.02 | ||
Load driver verbosely. This parameter will display the driver name as well as the version number and Adaptec copyright if the driver loads successfully. Information on all targets found in the system will also be displayed. | |||
* /PCIHW | |||
Enables driver to access PCI configuration hardware registers. This switch is implemented because in some PCI systems, accessing PCI configuration space through PCI BIOS function calls causes problems. This switch is enabled by default. New with Version 3.02 | |||
* /!PCIHW | |||
Disables the PCIHW switch. This parameter will cause the driver to access the PCI configuration space through PCI BIOS function calls. New with version 3.02 | |||
'''General Unit Parameters:''' | '''General Unit Parameters:''' | ||
* /I | * /I - Ignore the specified adapter. This allows another driver to share the adapters that the ADD would normally use. | ||
Ignore the specified adapter. This allows another driver to share the adapters that the ADD would normally use. | * /DM - Enable DASD manager support (DEFAULT). This parameter allows OS2DASD.DMD to control the specified target(s) if they are identified as DASD (hard disk) devices. | ||
* /DM | * /!DM - Disable DASD manager support. This parameter prevents [[OS2DASD.DMD]] from controlling the specified target(s). | ||
Enable DASD manager support (DEFAULT). This parameter allows OS2DASD.DMD to control the specified target(s) if they are identified as DASD (hard disk) devices. | * /SM - Enable SCSI manager support (DEFAULT). This parameter allows [[OS2SCSI.DMD]] to control the specified target(s) if they are identified as NON-DASD SCSI devices. All SCSI hard drives will be controlled by OS2DASD.DMD. | ||
* /!DM | * /!SM - Disable SCSI manager support. This parameter prevents OS2SCSI.DMD from controlling the specified target(s). | ||
Disable DASD manager support. This parameter prevents [[OS2DASD.DMD]] from controlling the specified target(s). | * /TAG:n ... n=1-16. - Specifies the maximum number of tagged commands for all target devices on the host adapter (1-16). A value of 1 disables tagged queuing. The maximum number allowed is 16. (The default is 8.) | ||
* /SM | * /UR - Enables reporting of under runs (DEFAULT). | ||
Enable SCSI manager support (DEFAULT). This parameter allows [[OS2SCSI.DMD]] to control the specified target(s) if they are identified as NON-DASD SCSI devices. All SCSI hard drives will be controlled by OS2DASD.DMD. | * /!UR - Disables reporting of under runs. | ||
* /!SM | |||
Disable SCSI manager support. This parameter prevents OS2SCSI.DMD from controlling the specified target(s). | |||
* /TAG:n ... n=1-16. | |||
Specifies the maximum number of tagged commands for all target devices on the host adapter (1-16). A value of 1 disables tagged queuing. The maximum number allowed is 16. (The default is 8.) | |||
* /UR | |||
Enables reporting of under runs (DEFAULT). | |||
* /!UR | |||
Disables reporting of under runs. | |||
== | ==Links== | ||
* [ | * [2x4xos2.zip] Adaptec AIC-7770 OS/2 2.0 Adapter Device Driver | ||
[[Category:BASEDEV Statements]] | [[Category:BASEDEV Statements]][[Category:Adapter Device Drivers]] |
Latest revision as of 00:34, 18 January 2020
Product Support | |
---|---|
OS/2 1.3 | |
OS/2 2.0 | S |
OS/2 2.1 | S |
OS/2 2.11 SMP | S |
OS/2 Warp 3 | S |
OS/2 Warp Connect | S |
OS/2 Warp 4 | S |
OS/2 Warp Server for e-Business | S |
Driver for the Adaptec SCSI host adapters based on the AIC-7770 controller:
- AHA-2840QVL - VESA local bus
- AHA-2842VL
- AHA-2740/2742 - EISA
CONFIG.SYS Information
BASEDEV=AIC7770.ADD <parameter>
Universal Parameters:
- /ET - Allow embedded targets. This parameter indicates that the ADD should assume that all targets have more than one logical unit (LUN) defined.
- /!ET - Do not allow embedded targets (DEFAULT). This parameter indicates that the ADD should assume that all targets have only one logical unit (LUN) defined.
- /V - Load driver verbosely. This parameter will display the driver name as well as the version number and Adaptec copyright if the driver loads successfully. Information on all targets found in the system will also be displayed.
- /PCIHW - Enables driver to access PCI configuration hardware registers. This switch is implemented because in some PCI systems, accessing PCI configuration space through PCI BIOS function calls causes problems. This switch is enabled by default. New with Version 3.02
- /!PCIHW - Disables the PCIHW switch. This parameter will cause the driver to access the PCI configuration space through PCI BIOS function calls. New with version 3.02
General Unit Parameters:
- /I - Ignore the specified adapter. This allows another driver to share the adapters that the ADD would normally use.
- /DM - Enable DASD manager support (DEFAULT). This parameter allows OS2DASD.DMD to control the specified target(s) if they are identified as DASD (hard disk) devices.
- /!DM - Disable DASD manager support. This parameter prevents OS2DASD.DMD from controlling the specified target(s).
- /SM - Enable SCSI manager support (DEFAULT). This parameter allows OS2SCSI.DMD to control the specified target(s) if they are identified as NON-DASD SCSI devices. All SCSI hard drives will be controlled by OS2DASD.DMD.
- /!SM - Disable SCSI manager support. This parameter prevents OS2SCSI.DMD from controlling the specified target(s).
- /TAG:n ... n=1-16. - Specifies the maximum number of tagged commands for all target devices on the host adapter (1-16). A value of 1 disables tagged queuing. The maximum number allowed is 16. (The default is 8.)
- /UR - Enables reporting of under runs (DEFAULT).
- /!UR - Disables reporting of under runs.
Links
- [2x4xos2.zip] Adaptec AIC-7770 OS/2 2.0 Adapter Device Driver