home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 September / VPR9709B.ISO / BIOS / free / Drivers / f56v116.exe / SCO / README.SCO next >
Text File  |  1996-01-22  |  2KB  |  59 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.                                                       タ-> Current Directory
  25.  
  26.    Example : tar cvf /dev/rfd0135ds18 .    --------> for 1.44M drive A
  27.  
  28.     Your floppy drive 0 device name could be:
  29.       rfd096ds15            -   5.25 DSHD
  30.       rfd0135ds18           -   3.5  DSHD
  31.       rfd048ds9             -   5.25 DSDD
  32.       rfd0135ds9            -   3.5  DSDD
  33.  
  34. 6) You are now ready to install the driver package for SiS IDE Scounix Driver.
  35.    Start the installation by typing
  36.  
  37.       custom
  38.  
  39. 7) Follow the instruction to install the SiS IDE Scounix Driver to system.
  40.    (See *Note 1) The new kernel will be built and the original kernel
  41.    will be renamed to unix.old.
  42.  
  43. 8) Reboot your system for the new kernel to take effect.  The new kernel
  44.    should initialize the chip to the new timing setting.
  45.  
  46. *Note 1 :
  47.     A) Please select item 2 "Add a hard disk to SCSI controller"
  48.     B) Input "sis" when the system prompt you to "enter the prefix
  49.        of the SCSI host Adapter".
  50.     C) Determine which channel or mode do you want to install during
  51.        the installation process.
  52.  
  53.        Example :
  54.          Channel 0, Master -----> adapter=0, Target=0, LUN=0
  55.          Channel 0, Slave  -----> adapter=0, Target=1, LUN=0
  56.          Channel 1, Master -----> adapter=1, Target=0, LUN=0
  57.          Channel 1, Slave  -----> adapter=1, Target=1, LUN=0
  58.  
  59.