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

  1.  
  2. (1) SISIDE.DSK  Support netware 3.1x and 4.x Hard disk and ASPI interface
  3.  
  4. (2) SISIDED.DSK support netware 3.11. (Without CD-ROM).
  5.  
  6. (3) By editing c:\server\startup.ncf file, you can force the default DMA
  7.     master mode into PIO mode by using /d0, and /d1 command. For example
  8.     load siside.dsk /d0 /d1 int=E port=1f0  ==> Force Channel 0 into PIO mode.
  9.     load siside.dsk /d0 /d1 int=F port=170  ==> Force channel 1 into PIO mode.
  10.  
  11. */D0 : force HDD (master) to PIO mode
  12.  
  13. */D1 : force HDD (slave) to PIO mode
  14.  
  15. Command Usage as follows :
  16. :load siside port=1f0 irq=e  /D0 /D1
  17.  
  18. *I/O port :
  19.   port=1f0 => I/O port 1f0-1f7
  20.   port=170 => I/O port 170-177
  21.  
  22. *IRQ :
  23.   irq=e =>  interrupt request 14
  24.   irq=f =>  interrupt request 15
  25.  
  26.    ******************** installation Note *********************************
  27.  
  28.    (1) If you install two channel netware driver, please install as follows:
  29.  
  30.     LOAD SISIDE.DSK INT=E PORT=IF0
  31.     LOAD SISIDE.DSK /d0 /d1 INT=F PORT=170
  32.  
  33.    (2) If you want to mount the CD-ROM as one of your volumes, Novell lab.
  34.    recommends user to use the HD & CD-ROM in different Channel.
  35.    for example on Netware 4.1:
  36.  
  37.     LOAD SISIDE.DSK INT=E PORT=1F0  (Using channel 0 for HDs)
  38.     LOAD SISIDE.DSK INT=F PORT=170  (using channel 1 for CD-ROM)
  39.     LOAD ASPICD
  40.     LOAD CD-ROM
  41.     CD DEVICE LIST   ; (There will show a CD-ROM device number on the screen)
  42.     CD MOUNT #       ; (# is the device number of the CD-ROM)
  43.  
  44.    (3) SiS Netware driver can support the CD-ROM as follows:
  45.  
  46.        OTI             Dolphin 8001
  47.        SONY            CDU55E
  48.        SONY            CDU76E
  49.        TOSHIBA         XM-5302B
  50.        NEC             CDR-273
  51.        CREATIVE        CD420E
  52.        CREATIVE        CD620E
  53.        MITSUMI         FX400
  54.        WEARNESS        CDD220
  55.    ************************************************************************
  56.  
  57.