home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Multimed / Multimed.zip / jjscdrom.zip / README < prev   
Text File  |  1999-11-08  |  4KB  |  109 lines

  1.  
  2. JJSCDROM.DMD (JJ19991108) - modified CD-ROM device manager
  3.                                                      for CD-DA digital readout
  4.  
  5.  
  6. This is a modified OS/2 CD-ROM device manager based on latest DDK Online
  7. source. It will be work on OS/2 2.x or later.
  8.  
  9. # "lxLite"d version was obsoleted because of corruption :)
  10.  
  11.  
  12. Added features:
  13.  
  14.   - "Specifying CD-ROM unit" option (/U:n) is added.
  15.     It will be used with some unit-based options such as /F (see below).
  16.     0 indicates first unit, and no /U option means all ones.
  17.  
  18.   - "Forcing feature" option (/F[CMST]) is added.
  19.     It forces some features to /U-specified unit (or all ones).
  20.  
  21.       /FC - force CD-DA readout capability
  22.         It will force to enable CD-DA digital readout capability flag.
  23.         In default (or standard OS2CDROM.DMD), non-IBM/Sony/Toshiba SCSI units
  24.         will be incapable.
  25.  
  26.       /FM - force multi-session capability
  27.  
  28.       /FS - force CD-DA readout feature to Sony CDU-561 compatible
  29.             (SCSI unit only)
  30.             It will exclude /FT.
  31.  
  32.       /FT - force CD-DA readout feature to Toshiba XM-3401 compatible
  33.             (SCSI unit only)
  34.             It will exclude /FS.
  35.  
  36.     Simple /F means /FC /FM /FS conbination.
  37.  
  38.   - "WORM-device as CD-ROM" option (/W) is added.
  39.     For some WORM-style SCSI CD-R drives.
  40.  
  41.   - Slow audio initialization problem of some Plextor SCSI drives is fixed.
  42.  
  43.   - "Ignore unit" option (/I) is added.
  44.     This is unit-based option like /F and should be with /U.
  45.     Without /U option will cause no CD-ROM drive present.
  46.  
  47.   - "Verbose" option (/V) is enhanced.
  48.     It will display some information such as:
  49.  
  50.       IBM OS/2 JJSCDROM.DMD (960528) (JJ19991106)
  51.       ui : di-ai-un-l : vendor   product          rev  [flag]
  52.       00 : 02-00-03-0 : TEAC     CD-ROM CD-532S   3.0A [CM+S]
  53.       01 : 02-00-05-0 : TOSHIBA  CD-ROM XM-3501TA 2694 [CM+T]
  54.       ^^   ^^ ^^ ^^ ^   ^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^  ^^^^
  55.       |    |  |  |  |   |        |                |     |||
  56.       a    b  c  d  e   f        g                h     ijk
  57.  
  58.       a       : # of CD-ROM unit index, for /U option
  59.       b       : # of device driver index installed
  60.       c       : # of adapter index controlled by device driver
  61.       d       : (physical) unit number connected to adapter
  62.                                               and detected as CD-ROM (or WORM)
  63.       e       : logical unit number in physical unit
  64.       f, g, h : device inquery string
  65.       i       : Uppercase if CD-DA digital readout capability flag enabled
  66.       j       : Uppercase if multi-session capability enabled
  67.       k       : +S/+T if forced CD-DA readout feature to
  68.                                                        Sony/Toshiba compatible
  69.  
  70.  
  71. Examples:
  72.  
  73.   - Uses a Sony CDU-561 compatible CD-ROM unit, but cannot be recognized CD-DA
  74.     readout/multi-session features by standard OS2CDROM.DMD
  75.  
  76.       DEVICE=d:\OS2\BOOT\JJSCDROM.DMD /F
  77.  
  78.   - Uses 3 CD-ROM units, one (unit #0) IDE ATAPI drive, one (unit #1) Toshiba
  79.     SCSI OEM-version (non-Toshiba SCSI Inquery) drive and (unit #2) Sony
  80.     CDU-561 compatible SCSI
  81.  
  82.       DEVICE=d:\OS2\BOOT\JJSCDROM.DMD /U:1 /FC /FM /FT /U:2 /F
  83.  
  84.   - Uses WORM-style SCSI CD-R as CD-ROM, such as Yamaha CDR102
  85.  
  86.       DEVICE=d:\OS2\BOOT\JJSCDROM.DMD /W
  87.  
  88.   - Ignores 2nd CD-ROM unit for other CD-ROM driver/file system such as
  89.     RSJ CDW-FS or Pegasus-OFS
  90.  
  91.       DEVICE=d:\OS2\BOOT\JJSCDROM.DMD /U:2 /I
  92.  
  93.  
  94. Feedback:
  95.  
  96.   Please send email to Takayuki 'January June' Suwa.
  97.   mailto:jjsuwa@sys3175.com  [ access violation :) ]
  98.  
  99.  
  100. Acknowledgments:
  101.  
  102.   - Atsushi Nishio (anishio@yamato.ibm.co.jp), predecessor modifing CD-DA
  103.     readout feature. I referred how to enable CD-DA readout/multi-session
  104.     capabilities and to attach WORM-style SCSI CD-R.
  105.  
  106.   - Ernst Fueloep (fueloep@at.ibm.com), author of another modified
  107.     OS2CDROM.DMD. I also referred how to fix Plextor problem.
  108.  
  109.