home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac_os2 / adpt152x.zip / README.TXT < prev   
Text File  |  1994-05-10  |  7KB  |  167 lines

  1. Here is the latest release driver for Adaptec 6260/1510/1520/1522
  2. host adapters and OS/2 2.X. 
  3.  
  4.  AHA152X.ADD    37261   05-02-94  3:47pm
  5.  
  6. Command line switches for Adaptec drivers and OS/2 2.X
  7.  
  8. OS/2 adapter device drivers (.ADD files) are normally installed automatically 
  9. and require no further information from the user. However, in certain situations 
  10. the user may wish to modify the behavior of the driver to meet their specific 
  11. needs. 
  12.  
  13. ***** IMPORTANT *****
  14. Please proceed cautiously with the following information. If you have purchased
  15. software which requires you to use switches, it should include instructions
  16. on how to use them. Most software requires no switches and you do not need to
  17. concern yourself with the information about switch settings.
  18.  
  19. The following examples will all use the driver for the Adaptec 1542 family, but the 
  20. driver for any other Adaptec host adapter can be used instead.
  21.  
  22. The standard format for command line switches is :
  23. BASEDEV=AHA154X.ADD  [Universal Parameter] 
  24.              [Adapter ID] [Unit Parameter] {: [SCSI Target ID]}
  25.  
  26. [Universal Parameter] - An option that applies to all adapters controlled by 
  27.             the driver.
  28.  
  29. [Adapter ID] - /A:n, where n is the number (zero relative) of the adapter installed 
  30.            in the
  31.            system. The adapter ID is determined when the driver is loaded 
  32.            based on the order that adapters are found in the system. 
  33.            Please refer to the section on each host adapter to determine 
  34.            the scanning order.
  35.  
  36. [Unit Parameter] - The modification being made to the behavior of the selected 
  37.            host adapter.
  38.  
  39. [SCSI Target ID] - The targets to which the Unit Parameter will be applied. 
  40.            This parameter may be and single ID (d) or list of IDs 
  41.            (d,d,d).
  42.  
  43. Universal Parameters
  44.  
  45.     /ET - Allow embedded targets.  This parameter indicates that the ADD 
  46.     should assume that all targets have more than one logical unit (LUN) 
  47.     defined.
  48.  
  49.     /!ET - Do not allow embedded targets (DEFAULT). This parameter 
  50.     indicates that the ADD should assume that all targets have only one 
  51.     logical unit (LUN) defined.
  52.  
  53.     /V - Load driver verbosely. This parameter will display the driver 
  54.     name as well as the version number and Adaptec copyright if the driver 
  55.     loads successfully. Information on all targets found in the system 
  56.     will also be displayed. This switch is only valid in drivers dated 
  57.     11/24/92 and later.
  58.  
  59. General Unit Parameters
  60.  
  61.  
  62.     /DM - Enable DASD manager support (DEFAULT). This parameter allows 
  63.     OS2DASD.DMD to control the specified target(s) if they are identified as DASD 
  64.     devices.
  65.  
  66.     /!DM - Disable DASD manager support. This parameter prevents 
  67.     OS2DASD.DMD from controlling the specified target(s).
  68.  
  69.     /SM - Enable SCSI manager support (DEFAULT). This parameter allows 
  70.     OS2SCSI.DMD to control the specified target(s) if they are identified as NON-
  71.     DASD SCSI devices. All SCSI hard drives will be controlled by OS2DASD.DMD.
  72.  
  73.     /!SM - Disable SCSI manager support. This parameter prevents 
  74.     OS2SCSI.DMD from controlling the specified target(s).
  75.  
  76.     Example 1
  77.     Suppose that you had a removable hard drive as target 3 and you wanted 
  78.     to control the hard drive with an ASPI application and driver. 
  79.     Normally OS2DASD will allocate this device, treat it as a large 
  80.     floppy and prevent you from sending any SCSI commands via ASPI. 
  81.  
  82.     BASEDEV=AHA154X.ADD /A:0 /!DM:3 will prevent OS2DASD.DMD from 
  83.     accessing the target and still allow OS2SCSI.DMD and OS2ASPI.DMD to 
  84.     share access to it.
  85.  
  86.     Example 2
  87.     Suppose that you had a CD-ROM as target 4 on host adapter 0 and 
  88.     two DASD devices as targets 1 and 5 on host adapter 1.
  89.  
  90.     BASEDEV=AHA154X.ADD /ET /A:0 /!SM:4 /A:1 /!DM:1,5 will prevent 
  91.     OS2SCSI.DMD from accessing the CD-ROM and prevent OS2DASD.DMD from 
  92.     controlling the DASD devices. The driver will also search for multiple
  93.     LUNs on all host adapters.
  94.  
  95.     Important Tips
  96.     1)There are no switches for controlling OS2ASPI.DMD directly. IBM did      
  97.     not define them in their specification and we cannot be sure that other host 
  98.     adapters will have the same switches.
  99.  
  100.     2) OS2SCSI.DMD will only allocate devices when a device drivers 
  101.     requests it, but this will prevent OS2ASPI from accessing it. There is 
  102.     nothing in the ASPI specification regarding device allocation so 
  103.     OS2ASPI must rely on other managers to fairly share targets. This 
  104.     should only be a problem if you have two drivers that use different 
  105.     managers and you want them both to access the same target at the same 
  106.     time.
  107.  
  108.     3) Do NOT disable DASD manaager access to target 0 if you are booting
  109.     from your SCSI host adapter. This will prevent the system from booting.
  110.     
  111. Driver Specific Information
  112.  
  113. AHA152X.ADD
  114. This driver can support two host adapters and searches for them at ports 340H 
  115. and 140H; boards are assigned adapter numbers in the order they are found.
  116.  
  117.     Universal parameters
  118.     /SN - Allow synchronous negotiation (DEFAULT)
  119.     /!SN - Prevent synchronous negotiation
  120.  
  121.       Special Unit Parameters
  122.  
  123.     /D - Allow targets to disconnect from the SCSI bus (DEFAULT).
  124.     /!D - Prevent targets from disconnecting from the SCSI bus.
  125.  
  126.     /H:x - Specifies the host adapter SCSI ID. A number from 0-7 replaces 
  127.     x. The default ID is 7. If you specify an invalid number, the default 
  128.     is used.
  129.  
  130.     /Y - Enable parity checking on the SCSI bus (DEFAULT).
  131.     /!Y - Disable parity checking on the SCSI bus.
  132.  
  133. AHA154X.ADD
  134. This driver can support four host adapters, distributed among six possible 
  135. port addresses. The port addresses are scanned in the order 330H, 334H,
  136. 230H, 234H, 130H, 134H; boards are assigned adapter numbers in the order 
  137. they are found.
  138.  
  139.     Special Unit Parameters (09/19/92 and later )
  140.  
  141.     /BON:t - allows the bus-on time to be set to a value between 2 and 15 
  142.     microseconds. The default value for OS/2 2.0 is 7 microseconds and 
  143.     this value should be used for most systems. 
  144.  
  145.     /BOFF:t - This command sets the time that host adapter will spend off
  146.     the bus during a data transfer. The default is 4 microseconds and it is
  147.     adjustable from 1 to 64 microseconds.
  148.  
  149.     /D - Allow targets to disconnect from the SCSI bus (DEFAULT).
  150.     /!D - Prevent targets from disconnecting from the SCSI bus.
  151.     *** This command is not supported on boards earlier than revision B.
  152.  
  153.  
  154. AHA164X.ADD
  155. This driver can support host adapters installed in any 16-bit MCA slot. The 
  156. slots are scanned from lowest to highest and boards are assigned adapter 
  157. numbers in the order they are found. The slots are scanned twice, the first 
  158. scan will find all boards with their BIOS enabled and the second will find 
  159. those with their BIOS disabled.
  160.  
  161. AHA174X.ADD
  162. This driver can support host adapters installed in any EISA slot. Adapter 
  163. numbers are first assigned to boards with their BIOS enabled; the numbers are 
  164. assigned from lowest BIOS address to highest address. Any remaining boards are 
  165. assigned adapter numbers by scanning the slots from lowest to highest and 
  166. boards are assigned adapter numbers in the order they are found.
  167.