home *** CD-ROM | disk | FTP | other *** search
/ Windows NT Super Tune-Up Kit / PIE-WindowsNTSuperTuneUpKit-1997.iso / DRIVERS / SCSI_CD / PHILIPS / 206_NT / README.1ST < prev    next >
Text File  |  1995-04-10  |  3KB  |  80 lines

  1.  
  2.     A preliminary (BETA1) release of the Windows NT 3.5 device driver 
  3. is now available which can control both the CM-205MS and CM-206 CD-Rom drives.  
  4. The driver will work with both the CM-250 and CM-260 Host Adapter cards.  
  5.  
  6. *****************************************************************************
  7. Notice:
  8.     If you are installing NT from CD, you must run the WINNT.EXE program 
  9.     located in the /I386 directory of the NT install CD. This is a DOS 
  10.     based program that will fully setup NT without requiring you to add 
  11.     CDROM driver support. Once NT is installed in this manner, add the 
  12.     CDROM driver per the instructions that follow. This problem will be
  13.     corrected in a future version of the driver.
  14. *****************************************************************************
  15.  
  16. To install the driver, use the following procedure from the 
  17. Windows NT DOS prompt:
  18.  
  19.  
  20. 1)  After decompressing the 206_NT.EXE file, copy the extracted files to
  21. the LMS206 directory, which you create, then run the INSTALL program.
  22.  
  23.     "C:\LMS206>INSTALL"
  24.  
  25. 2)  Using the Windows NT Setup Utility, add a SCSI device.  Select 'Other'
  26.     to install the driver from the directory that you created above.  The
  27.     Setup Utility will use the OEMSETUP.INF file to automatically create
  28.     a Registry Entry for the CDROM device.
  29.  
  30. 3)  The system will need to be rebooted for the changes to take effect.
  31.  
  32.  
  33. *******************************************************************************
  34. Notice:
  35.      Use this pre-release device driver at your own risk, and be advised
  36.      that the software is not a fully functional product at this time.
  37.      TECHNICAL SUPPORT IS NOT AVAILABLE FOR THIS DRIVER. If you experience
  38.      problems using this software, please fill out the included BETABUG.TXT
  39.      response form and fax it to us at 719-531-0168.
  40. *******************************************************************************
  41.  
  42. _______________________________________________________________________________
  43.  
  44. Setting Interrupt Jumpers:
  45.  
  46.     The driver will utilize a 'Polling' method unless directed to use
  47.     Interrupts by the Registry Entry for the device.  Polling is fine
  48.     for casual usage however, data transfers can be slowed down if
  49.     many tasks are executing at the same time.  Using Interrupts will
  50.     ensure that the CDROM device gets the needed CPU time to run as
  51.     efficiently as possible.  Use the following procedure to enable
  52.     interrupts for the CDROM device(s):
  53.  
  54.  
  55. 1)  Set the Interrupt Jumper on the Host Adapter Card to the desired level.
  56.  
  57. 2)  Make a Registry Entry under the Lms206Cdrom Drivers' key as follows:
  58.  
  59.   At HKEY_LOCAL_MACHINE\SYSTEM\CURRENT_CONTROL_SET\SERVICES
  60.     \Lms206Cdrom\Parameters\Device0
  61.  
  62.   At the Device0 Entry,
  63.     add a value called DriverParameter.
  64.     This is done by placing the highlighter at the Device0 entry and
  65.     then selecting ADD VALUE at the registry EDIT menu bar option.
  66.  
  67. 3)  Edit the DriverParameter String using the following syntax:
  68.     IRQx=15  where x is the device number 0, 1, or 2.  If you have one
  69.          Lms206Cdrom drive, use device number 0.
  70.  
  71. 4)  The system will need to be rebooted for the changes to take effect.
  72.  
  73. The Registry Tree Entry will look something like this if all goes well:
  74.  
  75.    HKEY_LOCAL_MACHINE\SYSTEM\CURRENT_CONTROL_SET\SERVICES
  76.                 \Lms206Cdrom\Parameters\Device0
  77.                     DriverParameter:REG_SZ:IRQ0=15
  78.  
  79.  
  80.