home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / driver / scsi / trantor / os2_read.me next >
Text File  |  1993-04-30  |  8KB  |  192 lines

  1.                             Trantor Systems, Ltd.
  2.                              5415 Randall Place
  3.                              Fremont, CA  94538
  4.                                 510-770-1400
  5.                               510-770-9910 FAX
  6.                               510-656-5159 BBS
  7.  
  8. May 1, 1993
  9.  
  10.  
  11. These drivers are for Trantor T128, T228, T338 , T348 and T130B SCSI
  12. host adapter cards and OS/2 2.0 and 2.1.  OS/2 1.3 is not supported.
  13.  
  14. These drivers are Copyright 1993 by Trantor Systems, Ltd.  All rights
  15. reserved.  They may be freely distributed to owners of Trantor products
  16. as long as this documentation file is included with the files.  Latest
  17. revisions of these files can be obtained from the Trantor BBS system or
  18. they may be ordered on disk from the Trantor office in the SCSIworks!
  19. package.
  20.  
  21.  
  22. Files on this release:
  23.  
  24.     OS2_READ.ME         This file
  25.     OS2.FAQ             OS2 Frequently Asked Questions -
  26.                         Check here for answers before FAXing
  27.                         for Technical Support
  28.     T128SCSI.ADD        T128 / T228 driver
  29.     T13BSCSI.ADD        T130B driver
  30.     T338SCSI.ADD        T338 MiniSCSI driver
  31.     T348SCSI.ADD        T348 MiniSCSI Plus driver
  32.     T128SCSI.DDP        T128 / T228 Install script
  33.     T13BSCSI.DDP        T130B Install script
  34.     T338SCSI.DDP        T338 MiniSCSI Install script
  35.     T348SCSI.DDP        T348 MiniSCSI Plus Install script
  36.  
  37. All files are being distributed in a compressed file format as
  38. OS2-TSL2.ZIP or as a self-extracting archive file called OS2-TSL.EXE for
  39. use with BBS systems.  The latest released versions of the OS/2 2.0
  40. drivers are always available from the Trantor BBS at 510-656-5159.
  41.  
  42.  
  43. AUTOMATIC INSTALLATION
  44.  
  45. Copy all the files to a floppy.  This floppy is now a device support
  46. diskette.  Insert it in A: and run DDINSTAL from the OS/2 prompt.  The
  47. Device Driver Install icon can be found by selecting the OS/2 System
  48. icon on the desktop, then the System Setup icon in that window.  Insert
  49. your floppy in a disk drive and double click on the Device Driver
  50. Install icon.
  51.  
  52.  
  53. MANUAL INSTALLATION for OS/2 2.0 and OS/2 2.1 using OS2CDROM.DMD
  54.  
  55. The desired driver must be copied to the OS/2 2.1 directory:
  56.  
  57.     COPY A:*.* C:\OS2
  58.  
  59. This driver should be installed in the config.sys file as follows:
  60.  
  61.     ....
  62.     BASEDEV=TxxxSCSI.ADD                        <=== Trantor OS/2 driver
  63.     BASEDEV=OS2DASD.DMD
  64.     IFS=C:\OS2\CDFS.IFS /Q                      <=== CD-ROM only
  65.     BASEDEV=OS2CDROM.DMD                        <=== CD-ROM only
  66.     BASEDEV=NECCDS1.FLT                         <=== For NEC CD-ROM only
  67.     BASEDEV=OS2SCSI.DMD                              (other .FLT files
  68.                                                       for other drives)
  69.     ....
  70. where xxx stands for the adapter type: 128, 13B, 338, 348. 
  71.  
  72. OS2CDROM.DMD and the appropriate .FLT files are supplied by IBM for
  73. CD-ROM support under OS/2 2.1.
  74.  
  75. All of the above drivers are necessary for CD and HD support. They
  76. should be inserted in your CONFIG.SYS.  Some of these drivers
  77. might already be in your CONFIG.SYS file.  All drivers except for
  78. TxxxSCSI.ADD are usually placed in the OS2 directory during the initial
  79. OS2 installation.
  80.  
  81.  
  82.  
  83. MANUAL INSTALLATION for OS/2 2.0 CDROM.SYS
  84.  
  85. The desired driver must be copied to the OS/2 2.0 directory:
  86.  
  87.     COPY A:*.* C:\OS2
  88.  
  89. This driver should be installed in the config.sys file as follows:
  90.  
  91.     ....
  92.     BASEDEV=TxxxSCSI.ADD /T                     <=== add /t for most CD-ROMs
  93.     BASEDEV=OS2DASD.DMD
  94.     IFS=C:\OS2\CDFS.IFS /Q                      <=== CD-ROM only
  95.     DEVICE=C:\OS2\CDROM.SYS                     <=== CD-ROM only
  96.     BASEDEV=OS2SCSI.DMD
  97.     ....
  98. where xxx stands for the adapter type: 128, 13B, 338, 348. 
  99.  
  100. All of the above drivers are necessary for CD and HD support. They
  101. should be inserted in your CONFIG.SYS.  Some of these drivers
  102. might already be in your CONFIG.SYS file.  All drivers except for
  103. TxxxSCSI.ADD are usually placed in the OS2 directory during the initial
  104. OS2 installation.
  105.  
  106. OS2DASD.DMD is already in the CONFIG.SYS, but the other drivers may not
  107. be there.  Be sure you add them either manually or with the OS/2
  108. Installer.
  109.  
  110.  
  111. The OS/2 .ADD driver we supply is fully compatible with any driver that
  112. interfaces with the .ADD specification for OS/2 2.0.  It will work
  113. transparently with any hard disk supported by OS/2.
  114.  
  115.  
  116. OPTICAL DRIVES:
  117. IBM supplies a driver called OPTICAL.SYS for use with their 3.5"
  118. Magneto-Optical drive and other Magneto-Optical drives.  We have
  119. confirmed that it works correctly with this .ADD release.
  120.  
  121. In addition, we have implemented an optional command line switch that
  122. will enable some Magneto-Optical drives to be treated like a hard drive
  123. when OPTICAL.SYS is not available.  Adding the command line parameter of
  124. /o to the .ADD driver forces the operating system to treat an MO drive
  125. as a standard hard drive.
  126.  
  127.                                         
  128. CD-ROM DRIVES:
  129. OS/2 2.0 CDROM.SYS
  130. IBM recommends using CDROM.SYS (which is supplied with OS/2 2.0) with
  131. the /i option for non-IBM CD-ROM drives.  This driver may not support
  132. audio commands on all CD-ROM drives.  IBM has released OS2CDROM.DMD and
  133. its associated .FLT files for SCSI-1 drives.
  134. Please contact IBM for more information on their CD-ROM support and
  135. future drivers.
  136.  
  137. To support CD-ROM drives that are not supported with the /i option of
  138. CDROM.SYS, we have implemented a command line switch of /t in our .ADD
  139. that emulates the IBM (Toshiba) CD-ROM drive and allows standard data
  140. read commands to work with most SCSI CD-ROM drives.  NOTE: Audio
  141. commands are not supported and may cause unpredictable results with some
  142. CD-ROM drives.  Note: do NOT use this with the OS2CDROM.DMD driver.
  143.  
  144. Add the command line parameter in the following manner:
  145.   BASEDEV=TxxxSCSI.ADD /t
  146.  
  147.  
  148. OS/2 2.1 OS2CDROM.DMD
  149.  
  150. With OS/2 2.1, a new CD-ROM driver is being introduced.  You must NOT
  151. use the /t option on the BASEDEV=TxxxSCSI.ADD command line with this new
  152. CD-ROM driver.
  153.  
  154. Various .FLT files are available to provide support for non SCSI-2
  155. drives.  These are provided by IBM along with the OS2CDROM.DMD driver.
  156.  
  157.  
  158. In order to have a CD-ROM drive show on your desktop with a CD-ROM icon,
  159. you must have a CD-ROM disc in your drive when the system is booted.  If
  160. you boot with an empty CD-ROM drive, the drive icon will appear as a
  161. floppy disk instead of a CD-ROM disc.  This will not affect the
  162. operation of the CD-ROM drive itself.
  163.  
  164. If you have a CD-ROM drive with multiple Logical Units (LUNs), like the
  165. Pioneer DRM-600, you will be able to access all Logical Units with the
  166. August, 1992 driver.  To restrict the number of logical units, the /U
  167. command line parameter can be used to recognize only 1 Logical Unit of
  168. the possible 6 in the DRM-600.  This command line switch also works with
  169. hard disk drives that incorrectly report LUNs.
  170.  
  171.  
  172. HARD DISK DRIVES
  173. Format the SCSI device first from DOS with the TFORMAT program that
  174. comes included with the Trantor SCSI adapter.  Select a single partition
  175. after low level formatting the drive.
  176.  
  177. Boot OS/2 with the drivers installed and format the disk with the OS/2
  178. formatter.
  179.  
  180. We have found removable media must be formatted with the OS/2 format
  181. program before it can be recognized.  Just format it as though it is a
  182. floppy...  selecting a 2.8M floppy, for instance, formats a Syquest
  183. drive to 42M just fine.  Removable media drives are not interchangeable
  184. between DOS and OS/2.
  185.  
  186.  
  187. NOTES:
  188.         - Removable media is supported. It was tested with a SyQuest drive.
  189.         - OPTICAL.SYS provided by IBM will support MO drives.
  190.         - option /o supports MO drives by treating them like HD's.
  191.         - option /u restricts the number of Logical Units.  Default is 7
  192.