home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 October / VPR9810B.BIN / BIOS / free / sis5596 / sis5596.exe / DOS / README.TXT next >
Text File  |  1996-02-02  |  2KB  |  45 lines

  1.                    SiS IDE Driver Installation For DOS
  2.                   =====================================
  3.  
  4. 01) Run INSTALL.EXE in the install utility diskette to install
  5.     SiS IDE DOS PIO mode driver or SiS IDE DMA mode driver.
  6.  
  7. 02) INSTALL.EXE program will add the following line in CONFIG.SYS file :
  8.          "DEVICE=C:\SISIDE\SISDR.SYS"    for PIO mode driver or
  9.          "DEVICE=C:\SISIDE\SISDR.SYS /M" for DMA mode driver.
  10.  
  11. 03) Users can use /A /R and /M parameters to set the wait states and
  12.     IDE BUS MASTER  CONFIGURATION SPACE BASE ADDRESS manually.
  13.     For example:
  14.         "DEVICE=C:\SISIDE\SISDR.SYS /A3456 /R6543 /M:4000"
  15.          means active time for channel 0 master is 3*30ns
  16.                                channel 0 slave  is 4*30ns
  17.                                channel 1 master is 5*30ns
  18.                                channel 1 slave  is 6*30ns
  19.  
  20.          recovery   time   for channel 0 master is 6*30ns
  21.                                channel 0 slave  is 5*30ns
  22.                                channel 1 master is 4*30ns
  23.                                channel 1 slave  is 3*30ns
  24.  
  25.          and the CONFIGURATION SPACE BASE ADDRESS is 4000h.
  26.  
  27. 04) Hard Drives' default wait states are set by using Hard Drive
  28.     internal information automatically. The recommended value table
  29.     for different mode Hard Drives is as follow :
  30.  
  31.          Hard Disk Mode    4       3       2      1      0
  32.          ==================================================
  33.          Recovery Time     1       3       8      A      0
  34.          Active Time       3       3       6      6      0
  35.          ==================================================
  36.          Note that the range for Recovery Time is 0-F
  37.                          and for  Active  Time is 0-7.
  38.  
  39. 05) After IDE DOS driver installed. Some mode 4 hard disks may cause the
  40.     system hang when we reboot the system. Users can avoid this by downing
  41.     the speed in manual way as described in 03) 04).
  42.     For example, change
  43.          "DEVICE=C:\SISIDE\SISDR.SYS" into
  44.          "DEVICE=C:\SISIDE\SISDR.SYS /A3 /R3"
  45.