home *** CD-ROM | disk | FTP | other *** search
/ MPC Wizard 3.0 / WIZARD3_0.ISO / drivers / cdrom / phcm100 / read.me < prev    next >
Text File  |  1994-09-19  |  5KB  |  130 lines

  1.         Laser Magnetic Storage International 
  2.         4425 ArrowsWest Drive 
  3.         Colorado Springs, CO.  80907 
  4.  
  5. Philips can be contacted at (800) 777 5674.
  6.  
  7. July 14, 1989 
  8. ------------------------------------------------------------------
  9.  
  10. The software on this diskette supports the ISO 9660 volume and  
  11. file structure for optical drives.  The files included are: 
  12.  
  13.        READ.ME  - This text file.
  14.  
  15.        SCSI.MSC - Device driver to support the  SCSI host adapter
  16.  
  17.       CM153.MSC - Device driver to support the CM153 host adapter
  18.  
  19.       CM154.MSC - Device driver to support the CM154 host adapter
  20.  
  21.      MSCDEX.EXE - Microsoft~ extensions to support the file system
  22.  
  23.      CONFIG.DMO - Sample file for configuration at BOOT time 
  24.  
  25.    AUTOEXEC.DMO - Sample file for automatic execution at BOOT time
  26.  
  27.     CDSETUP.EXE - Automated install program.
  28.  
  29.    CD_AUDIO.COM - A utility program for demonstrating the audio features
  30.                   of the device driver.
  31.  
  32. These device drivers adhere to the Microsoft specification for 
  33. control of optical drives using personal computers and MS-DOS. 
  34.  
  35. Please read the installation manual. This document explains in 
  36. detail how to install the device driver and the extensions.
  37. A setup program is now included for automating the installation
  38. procedure. Run the program CDSETUP to use it. 
  39.  
  40. A suggested procedure is: 
  41.     - Run CDSETUP
  42. or:
  43.     - Copy the driver and extensions to your boot disk.
  44.  
  45.     - Use the following statement in your configuration file: 
  46.         DEVICE = drivername (This is the simplest usage.)
  47.       Examples are:
  48.       CM153 adapter -
  49.         DEVICE = CM153.MSC
  50.  
  51.       CM154 adapter specifying device name, specify the port
  52.       addresses for the board, specify default volume level -
  53.         DEVICE = CM154.MSC /D:HSDVDMSC /P:350 360 /v:30
  54.  
  55.       ASC SCSI adapter using default device name, logical device 0
  56.       is at SCSI ID 0 -
  57.         DEVICE = SCSI.MSC /U0:0 /A:ASC88T
  58.  
  59.       NCR adapter two devices at SCSI IDs 0 and 1, specify device
  60.       name -
  61.         DEVICE = SCSI.MSC /D:MSCD001 /U0:0 /U1:1 /A:NCR31S
  62.  
  63.       Future Domain adapter -
  64.         DEVICE = SCSI.MSC /U0:0 /A:FUTURED
  65.  
  66.     - Check the installation manual for specific information
  67.       needed to support non-standard hardware or software
  68.       configurations.  The default options are defined as
  69.       follows: 
  70.         a.  CM153 Default -->  /D:hsdvdmsc /P:340  
  71.         b.  SCSI  Default -->  /D:hsdvdmsc /U:0 /A:ASC88T
  72.         c.  CM154 Default -->  /D:hsdvdmsc /V:50
  73.     Note: there are no defaults for the CM154 device driver port
  74.     addresses, they MUST be specified on the 'DEVICE =' line of
  75.     the config.sys file.
  76.  
  77.     - The following statement should be included in your
  78.       AUTOEXEC file if you wish to install the extensions at
  79.       BOOT time. 
  80.         MSCDEX.EXE /D:HSDVDMSC (This is the simplest usage.)
  81.  
  82.       A more complex usage specifying the device name, use 20
  83.       sector buffers, use verbose mode, use expanded memory
  84.       if it is installed, and specify drive letter L for the
  85.       first CDROM drive:
  86.         MSCDEX /D:HSDVDMSC /M:20 /V /E /L:L
  87.  
  88. Please note:
  89.  
  90. cdsetup -  The two lines that are added to the CONFIG.SYS file
  91.            are inserted at the very front. This is done because of
  92.            two requirements. The 'device=' line must be placed before
  93.            the Microsoft mouse driver if one exists. If this placement
  94.            does not fit with your system requirements, you will have
  95.            to manually edit the file.
  96.  
  97.            The line in the AUTOEXEC.BAT file that executes the
  98.            Microsoft Extensions is placed last. If your AUTOEXEC.BAT
  99.            file starts a shell program or runs another batch file
  100.            then you must edit AUTOEXEC.BAT and make sure that
  101.            MSCDEX is executed first otherwise it will not have a
  102.            chance to start the drives.
  103.  
  104. cd_audio - This is a utility program included free-of-charge. LMS can
  105.            not warrant full functionality in all system configurations.
  106.  
  107.            This program uses the line drawing characters of the video
  108.            system. It is specifically designed for CGA and up but
  109.            should work on most MDA video systems.
  110.  
  111.            The "NO AUDIO" statement in the list of available drives
  112.            refers to the presence of a CM154 volume controllable
  113.            port, not whether an audio disc is present.
  114.  
  115.            The select drive function, F1, has problems. Currently
  116.            cd_audio requires the audio drive to be drive 0.
  117.  
  118. PS/2    -  Certain applications written for PC based computers do
  119.            not run on PS/2 model machines. Please be aware of this
  120.            if you have problems on a PS/2.
  121.  
  122. Product Reference: LZ 2011 
  123. ------------------------------------------------------------------ 
  124. SCSI.MSC (C) Copyright 1988,1989 Laser Magnetic Storage, International
  125.  
  126. MSCDEX.EXE (C) Copyright 1986, 1987, 1988, 1989 Microsoft Corporation 
  127. Unauthorized Copying is Strictly Prohibited.  All Rights Reserved
  128.  
  129. ~MS-DOS and MSCDEX.EXE are trademarks of Microsoft Corporation 
  130.