home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / adi2drv.zip / DOSPARM.TXT < prev    next >
Text File  |  1994-10-14  |  4KB  |  75 lines

  1. Command line parameters for ADI2Cxxx.SYS DOS device drivers
  2. They can be entered in any order, any case on the 
  3. device=adi2cxxx.sys    line in config.sys  
  4. There must be spaces between parameters, but do not include
  5. spaces inside parameters (i.e. c = s will not work).
  6.  
  7.   initonly     tells driver to initialize ADI2 registers
  8.                only.  No device driver code remains resident
  9.                ROM BIOS then handles all disk transfers
  10.  
  11.   noinit       tells driver to NOT initialize ADI2, but 
  12.                driver will stay resident, and if appropriate,
  13.                perform 32-bit I/O and read/write multiple
  14.  
  15.   io16 | io32  force device driver to perform 16-bit I/O or
  16.                32-bit I/O.  If your CPU has a 16 bit external
  17.                bus (i.e. 486SLC ) 32-bit I/O does not work, and 
  18.                forcing it will cause your system to hang
  19.  
  20.   floppy       sets the ADI2 pin 'r3f7' as and input, and
  21.                makes I/O reads to 3f7 into local bus cycles.
  22.                (assumes that pin 34 of the floppy disk cable is
  23.                connected to r3f7.)
  24.  
  25.   c=s, d=s     force drive c or d to single mode read/writes
  26.   c=m, d-m     force drive c or d to multiple mode read/writes
  27.                (note: if your drive doesn't support multiple mode,
  28.                 your system will hang)
  29.   c=3-, d=3-   suppress the use of advanced timing modes 3 and 
  30.                above for drive c and d
  31.  
  32.   c=lba-       supress LBA address mode for drive c or d.  NOTE: the  
  33.   d=lba-       ADI2 driver does not yet support the BIOS called
  34.                needed to partition and format a hard disk, so LBA
  35.                mode offers no performance or feature benefits
  36.                (as of rev 1.40)
  37.  
  38.   speed=50     command line overrides that tell the driver to use
  39.   speed=40     the inidicated value for the system clock speed rather
  40.   speed=33     than the value determined by the internal speed
  41.   speed=25     measurement routine.  Used when the driver reports
  42.   speed=20     that it cannot determine the clock speed and asks you
  43.   speed=16     to turn on the 'turbo' switch, when it is already on.
  44.                (incorrectly setting this to a value that is too low
  45.                 can cause LOSS OF DATA on your hard disk!!!!
  46.                i.e. if you have a 50 MHz system <real 50 MHz, not 25
  47.                MHz DX2 > and you set this to speed=25, your system
  48.                will most likely hang, but may _just_ cause data 
  49.                corruption.
  50.                ********* use with care !!!! ***********
  51.  
  52.  [the following parameters were added with revision 1.49 of the DOS driver]
  53.  
  54.   alt_ide=off  tell driver to not attempt to autodetect system BIOS
  55.                control of alternate IDE port (17x, 37x).  Normal mode
  56.                for driver uses number of BIOS disks to decide if BIOS
  57.                has supported alt IDE.  If disks on the alternate (or
  58.                secondary) IDE port do not work right after loading
  59.                this driver, try this parm.  If they cannot be
  60.                accessed without this driver being loaded, then this
  61.                is probably not the problem
  62.  
  63.   alt_ide=on   Force driver to control disks on alternate (or
  64.                secondary) IDE port at 17x and 37x.  This parm will be
  65.                needed if a SCSI card adds 'BIOS supported' hard
  66.                disks, which will fool driver into not supporting alt
  67.                IDE adapter.  If you have hard disk attached to
  68.                secondary IDE adapter and you cannot access them 
  69.                try this parameter
  70.  
  71.  
  72. edc
  73. Cirrus Logic
  74. 10/14/94
  75.