
The following is a list of applicable switches for SST-IV 1.1
device drivers and utilities:

                                DOS DRIVERS
                                -----------
*.HAC           -     1.  "/IRQ=XX" - Where XX is the Host Adapter IRQ
                      2.  "/PORT=XXX" - Where XXX is the I/O Port Address
                      3.  "/DMA=X" - Where X is the DMA Cannel
                      4.  "/SYNC" - Enables synchronous mode
                      5.  "/NOPAR" - Disables parity checking

     Example:

     DEVICE=C:\SSTIV\DOS\FDC7000.HAC /IRQ=15 /PORT=350 /DMA=6 /SYNC /NOPAR

SSTHMGR.SYS     -     None

SSTINT13.SYS    -     None

SSTSDLP1.SYS    -     1.  "/B:XX" - Sets "range-run-buffering" to any
                          value from 0K - 64K.  Default = 16K
                          Example (to allocate 12K):
                             DEVICE=C:\SSTIV\DOS\SSTSDLP1.SYS /B:12

                      2.  "/V" - Verbose mode on
                          Example:
                             DEVICE=C:\SSTIV\DOS\SSTSDLP1.SYS /V
                      
ASPSDLP1.SYS    -     1.  "/B:XX" - Sets "range-run-buffering" to any
                          value from 0K - 64K.  Default = 16K
                          Example (to allocate 12K):
                             DEVICE=C:\SSTIV\DOS\ASPSDLP1.SYS /B:12

SSTDASD.SYS     -     1.  "/R:X" - Allocates "X" partition letters for
                          each removable device.  Default is 4.
                          Example (to allocate 1 drive letter):
                             DEVICE=C:\SSTIV\DOS\SSTDASD.SYS /R:1

                      2.  "/E" - Suppresses non-fatal error messages.
                          Example:
                             DEVICE=C:\SSTIV\DOS\SSTDASD.SYS /E

SSTCDROM.SYS     -    1.  "/D:X" - Where "X" is the name of the CD-ROM
                          driver.  Default "$$tcdrom".
                          Example:
                             DEVICE=C:\SSTIV\DOS\SSTCDROM.SYS /D:MSCD001
                      
                             MSCDEX /D:MSCD001 (in autoexec.bat)

SSTASPI.SYS      -     None


                        OS/2 2.X .ADD DRIVERS
                        ---------------------

1.  "/P:XXX" - Specifies the port address of the      
               host adapter.
               Example:
                  BASEDEV=IN2000.ADD /P:200

2.  "/IRQ:XX" - Specifies the IRQ of the 
                host adapter.
                Example:
                   BASEDEV=IN2000.ADD /IRQ:12

3.  "/NOPAR" - Turns off parity checking from the
               host adapter.
               Example:
                  BASEDEV=IN2000.ADD /NOPAR

4.  "/SYNC" - Enables synchronous mode
              Example:
                 BASEDEV=IN2000.ADD /SYNC
