home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 September / VPR9809B.ISO / BIOS / free / sis551x / sis551x.exe / SCO / README.SCO next >
Text File  |  1995-10-18  |  2KB  |  58 lines

  1. INSTALLING SCO UNIX 3.2.x DEVICE DRIVER FOR SiS IDE ADAPTER
  2.  
  3. First, install SCO UNIX 3.2.4.x or SCO Open Desktop 2.x
  4. using the default SCO IDE driver. Please remember "sism.tar" and "siss.tar"
  5. is for master mode & slave mode respectively.
  6.  
  7. This is a example for Master mode driver's installation.
  8.  
  9. 1) Boot your SCO UNIX system and bring it into single-user mode.
  10.  
  11. 2) Use doscp command to copy the file sism.tar to your /tmp directory.
  12.        e.g. if you are using floppy drive A, type
  13.             doscp a:/sco/sism.tar /tmp
  14.  
  15. 3) Have a SCO UNIX-formatted diskette ready.
  16.  
  17. 4) From root, type the following commands
  18.        mkdir /sis
  19.        cd /sis
  20.        tar xvf /tmp/sism.tar .
  21.  
  22. 5) Now, insert the diskette into the drive and issue the following command
  23.        tar cvf /dev/(your floppy drive 0 device name) .
  24.  
  25.    Example : tar cvf /dev/rfd0135ds18.    --------> for 1.44M drive A
  26.  
  27.     Your floppy drive 0 device name could be:
  28.       rfd096ds15            -   5.25 DSHD
  29.       rfd0135ds18           -   3.5  DSHD
  30.       rfd048ds9             -   5.25 DSDD
  31.       rfd0135ds9            -   3.5  DSDD
  32.  
  33. 6) You are now ready to install the driver package for " SiS IDE " Driver.
  34.    Start the installation by typing
  35.  
  36.       custom
  37.  
  38. 7) Follow the instruction to install the " SiS IDE " Driver to system. .
  39.    (See *Note 1) The new kernel will be built and the original kernel
  40.    will be renamed to unix.old
  41.  
  42. 8) Reboot your system for the new kernel to take effect.  The new kernel
  43.    should initialize the chip to the new timing setting.
  44.  
  45. *Note 1 :
  46.     A) Please select item 2 "Add a hard disk to SCSI controller"
  47.     B) Input "sis" when the system prompt you to "enter the prefix
  48.        of the SCSI host Adapter".
  49.     C) Determine which channel or mode do you want to install during
  50.        the installation process.
  51.  
  52.        Example :
  53.          Channel 0, Master -----> adapter=0, Target=0, LUN=0
  54.          Channel 0, Slave  -----> adapter=0, Target=1, LUN=0
  55.          Channel 1, Master -----> adapter=1, Target=0, LUN=0
  56.          Channel 1, Slave  -----> adapter=1, Target=1, LUN=0
  57.  
  58.