home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD1.iso / CDROM / HITACHI / READ106.DOC < prev    next >
Encoding:
Text File  |  1995-11-10  |  4.6 KB  |  147 lines

  1. *** Release Notes for HIT-IDE.SYS Ver.1.06 ***
  2.  
  3. 1. General
  4.  
  5.    HIT-IDE.SYS is the device driver for DOS CD-ROM Extensions that supports 
  6.    ATAPI CD-ROM drives.
  7.  
  8. 2. Command line switches of 'HIT-IDE.SYS'
  9.  
  10.    (1) SYNTAX
  11.    
  12.     DEVICE = [x:][\dir\]HIT-IDE.SYS /D:(device name) [/N:(number of drives)]
  13.          [/T:(drive type)] [/S:(base I/O address)] [/V]
  14.          
  15.    (2) Meaning of switches
  16.    
  17.        /D:(device name)         Specifies "Device Name".
  18.        
  19.        /N:(number of drives)    Specifies number of drives to be supported
  20.                 by this driver.  Values 1 to 8 are valid.
  21.                 If this switch is omitted, the driver will 
  22.                 search for all connected drives.
  23.  
  24.                 NOTE:  To speed the booting process, use
  25.                 /N:1 if you only have one drive connected.
  26.                 The search will stop after the first drive
  27.                 is found.
  28.        
  29.        /T:(drive type)          Specifies the first drive type to begin to 
  30.                 support.  
  31.                 Definition of drive types are as follows:
  32.                 
  33.                 /T:   base I/O address    master/slave
  34.                 ---------------------------------------------
  35.                 0     1F0h(primary port)  master
  36.                 1     1F0h(primary port)  slave 
  37.                 2     170h(2nd port)      master
  38.                 3     170h(2nd port)      slave 
  39.                 4     1E8h(3rd port)      master
  40.                 5     1E8h(3rd port)      slave 
  41.                 6     168h(4th port)      master
  42.                 7     168h(4th port)      slave 
  43.                 
  44.                 If this switch is omitted, it is the same as
  45.                 /T:0.
  46.                 
  47.                 NOTE:  To speed the booting process, use
  48.                 /T:1 if you know your drive is connected
  49.                 to the primary slave.  Use /T:2 if your 
  50.                 drive is connected to the secondary master.
  51.                 The search will start at this number and
  52.                 continue until /N:(number of drives) are 
  53.                 found.
  54.        
  55.        /S:(base I/O address)    Change IRQ number to the specified base I/O
  56.                 address.
  57.                 
  58.                 base I/O           IRQ No.
  59.                  address    without /S:    with /S:  
  60.                          (default)    (alternate)
  61.                 ----------------------------------------------
  62.                 170h            15              10
  63.                 1E8h            12              11
  64.                 168h            10              9
  65.                 (1F0h)          (14)            (14)
  66.     
  67.     /V                      Display installation information.
  68.  
  69.                 NOTE:  Use the /V option to show you where
  70.                 your drive(s) are connected.  Then you can
  71.                 use the /T: and /N: options to speed your
  72.                 booting process in the future.
  73.  
  74. 3. Examples of installation
  75.  
  76.     <Case 1> -- Default is automatic search for all drives connected.
  77.      
  78.         DEVICE = HIT-IDE.SYS /D:MSCD001
  79.         
  80.         -- Install all drives connected to primary, 2nd, 3rd & 4th.
  81.  
  82.     <Case 2> -- Using /N: switch to limit the maximum number of drives.
  83.  
  84.         DEVICE = HIT-IDE.SYS /D:MSCD001 /N:2
  85.         
  86.         -- Install maximum of 2 drives while auto searching,
  87.         beginning the search with Primary Master.
  88.  
  89.     <Case 3> -- Using /T: switch to change the start of automatic search.
  90.  
  91.         DEVICE = HIT-IDE.SYS /D:MSCD001 /T:2
  92.         
  93.         -- Search beginning at /T:2 (2nd port and master).  Continue
  94.         searching through /T:7.
  95.  
  96.     <Case 4> -- Using /N: and /T: switches together.
  97.  
  98.         DEVICE = HIT-IDE.SYS /D:MSCD001 /T:2 /N:2 
  99.         
  100.         -- Search beginning at /T:2 installing maximum 2 drives.
  101.         
  102.     <Case 5> -- A single drive is connected to Primary Slave.
  103.  
  104.         DEVICE = HIT-IDE.SYS /D:MSCD001 /T:1 /N:1
  105.         
  106.         -- Search beginning at /T:1 installing only 1 drive.
  107.         
  108.     <Case 6> -- A single drive is connected to Secondary Master.
  109.  
  110.         DEVICE = HIT-IDE.SYS /D:MSCD001 /T:2 /N:1
  111.         
  112.         -- Search beginning at /T:2 installing only 1 drive.
  113.         
  114.     <Case 7> -- Using /S: switch to use alternate IRQ numbers.
  115.     
  116.         DEVICE = HIT-IDE.SYS /D:MSCD001 /S:170,168
  117.         
  118.         -- Auto search all drives using alternate IRQ numbers
  119.            for 170 (IRQ 10) and for 168 (IRQ 9).   Use default 
  120.            IRQ numbers for others (1F0 IRQ 14; 1E8 IRQ 12).
  121.         
  122.     <Case 8> -- Using all switches together.
  123.     
  124.         DEVICE = HIT-IDE.SYS /D:MSCD001 /T:2 /N:1 /S:170
  125.         
  126.         -- Install only 1 drive starting search at 2nd port master.
  127.            Use alternate IRQ of 10 for 170.
  128.         
  129.     
  130. 4. For Windows 95
  131.  
  132.    If you are using the CDR-7730 drive on a DOS/Windows 3.x system and 
  133.    you upgrade your system with Windows 95, Windows 95 will automatically 
  134.    upgrade your system appropriately and the CDR-7730 will work well.
  135.    
  136.    If you are using Windows 95 and then adding the CDR-7730 drive, please 
  137.    run the "CDSETUP.EXE" program from the installation disk for the CDR-7730 
  138.    under Windows 95 and restart your system.  After this, the CDR-7730 
  139.    will work well.
  140.    
  141.  
  142.  
  143.  The above specifications are subject to change.
  144.  
  145.                             November 10, 1995
  146.                             Hitachi America, Ltd. 
  147.