home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD1.iso / CDROM / NEC / IDE / README.TXT < prev   
Encoding:
Text File  |  1995-02-28  |  2.0 KB  |  73 lines

  1.                  CD-ROM INSTALLATION INFORMATION
  2.                  ===============================
  3.  
  4. INSTALLATION INSTRUCTIONS :
  5. -------------------------
  6. Please copy the following device drivers provided in this diskette onto 
  7. the root directory C:\ of your hard disk drive :
  8.  
  9. 1) NECIDE.SYS
  10. 2) MSCDEX.EXE
  11.  
  12. Then use an editor to insert the following lines into the AUTOEXEC.BAT 
  13. and CONFIG.SYS files respectively :
  14.  
  15. CONFIG.SYS
  16. ----------
  17. LASTDRIVE = Z
  18. DEVICE=C:\NECIDE.SYS /D:IDECDR /M:S /P:1F0S /I:14 /V
  19.  
  20. AUTOEXEC.BAT
  21. ------------
  22. C:\MSCDEX.EXE /D:IDECDR /M:10 /V 
  23.  
  24.  
  25. FOR ENHANCED IDE INTERFACE
  26. --------------------------
  27.  
  28. CONFIG.SYS SETTING
  29.  
  30. 1. Primary Master Setting
  31.         
  32.         DEVICE=C:\NECIDE.SYS /D:IDECDR /M:S /P:1F0 /I:14 /V
  33.  
  34. 2. Primary Slave Setting
  35.         
  36.         DEVICE=C:\NECIDE.SYS /D:IDECDR /M:S /P:1F0S /I:14 /V
  37.  
  38. 3. Secondary Master Setting
  39.         
  40.         DEVICE=C:\NECIDE.SYS /D:IDECDR /M:S /P:170 /I:15 /V
  41.  
  42. 4. Secondary Slave Setting
  43.         
  44.         DEVICE=C:\NECIDE.SYS /D:IDECDR /M:S /P:170S /I:15 /V
  45.    
  46.  
  47. I/O PORT ADDRESS
  48.  
  49.    When you connect your IDE interface to the drive, you need to
  50.    define the port that your card's IDE interface uses.  There
  51.    are two IDE ports from which you can select: Primary and Secondary.
  52.    These ports are industry standards for the combination of
  53.    I/O addresses and IRQ line used by your IDE interface
  54.    (see Table 1-1).
  55.  
  56.    Table 1-1: Standard settings for the respective IDE ports.
  57.  
  58.    IDE Port            IRQ Lines   I/O Addresses Used
  59.  
  60.    Primary             14          1F0H to 1F7H
  61.    Secondary           15          170H to 177H
  62.  
  63.    The names of these IDE ports do not indicate any kind of sequence
  64.    for adding IDE devices.  Also, you can only connect two IDE devices
  65.    to each IDE port in a system. These devices will use the same I/O
  66.    addresses and IRQ line.
  67.  
  68.    The primary port should be used only if the IDE device is connected
  69.    to the hard disk controller card.
  70.   
  71.  
  72.                   ********** End of README.TXT **********
  73.