home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 14 Text / 14-Text.zip / ide.txt < prev    next >
Text File  |  1994-12-27  |  3KB  |  66 lines

  1. TITLE: 941209 WHAT IDE CD-ROMS ARE COMPATIBLE WITH OS2 Warp?
  2.               AND HOW DO I MAKE THEM WORK?
  3.  
  4. DESCRIPTION OF SYMPTOMS:
  5.     CDROM NOT WORKING UNDER WARP
  6.  
  7. SUMMARY OF RESOLUTION:
  8.     What Follows is a list of CD-ROMs that are known to be compatible
  9.     with Warp and how to make them work.
  10.  
  11. DETAILS OF RESOLUTION:
  12.  
  13.     The IDE hard disk driver, IBM1S506.ADD, was made aware of ATAPI.
  14.     This driver will claim all ATAPI devices and mark them as generic
  15.     devices. The IBMIDECD.FLT filter loads afterwards and scans all
  16.     drivers for generic ATAPI devices. If it locates one, it will decide
  17.     if that device is a CDROM.
  18.  
  19.     Note:  In addition to IBM1S506.ADD and IBMIDECD.FLT, all CD-ROM
  20.     in the table below require the OS2CDROM.DMD and CDFS.IFS device
  21.     These are added automatically when the selective install is done.
  22.  
  23.     CDROM.
  24.  
  25.     An IDE CDROM cannot be a master while a hard drive is being a slave.
  26.     You cannot use the IBMINT13.I13 for an IDE CDROM.
  27.  
  28.          -------------------------------------
  29.          Manufacturer  |Model      |  Notes  |
  30.          --------------|-----------|---------|
  31.          Mitsumi       |FX001DE    |    1    |
  32.          ------------------------------------|
  33.          NEC           |CDR-250    |         |
  34.                        |CDR-260    |    2    |
  35.                        |NEC 2vi    |         |
  36.          ------------------------------------|
  37.          Sony          |55E        |    1    |
  38.                        |55D        |    1    |
  39.          ------------------------------------|
  40.          Panasonic     |571        |         |
  41.          ------------------------------------|
  42.          Wearnes       |CDD-120    |         |
  43.          -------------------------------------
  44.  
  45.     Notes:
  46.  
  47.     1. The Mitsumi and Sony cdroms may have problems because they are not
  48.        ATAPI 1.2 compliant. This should be fixed with updated drivers.
  49.  
  50.     2. NEC 260 cdroms that ship with some Gateway systems adhere to the
  51.        1.7 spec instead of 1.2. For these cdroms, the BASEDEV=IBM1S506. A
  52.        line in the OS2 config.sys file has to be edited as follows:
  53.  
  54.                 BASEDEV=IBM1S506.ADD /A:x /U:y /ATAPI
  55.  
  56.        The /A switch refers to the adapter number that the cdrom
  57.        is attached to. The /U option references the unit or device
  58.        number on a particular adapter. The /ATAPI parameter
  59.        enables ATA Packet Interface protocol for the NEC 260. If the
  60.        cdrom is attached to the second IDE port or adapter in a
  61.        system and is the only device on the adapter you would
  62.        enter:
  63.  
  64.                 BASEDEV=IBM1S506.ADD /A:1 /U:0 /ATAPI
  65.  
  66.