home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / cei5630.zip / os2read.me < prev   
Text File  |  1993-09-24  |  5KB  |  152 lines

  1. **********Der erste Teil dieser Datei ist in Deutsch**********
  2. **************************************************************
  3. **********The second part of this file is in english**********
  4.  
  5.  
  6. ===============================================================
  7. ======== OS/2 2.x Automatic Device Driver Installation ========
  8. ========      Copyright (C) by CE Infosys 1993         ========
  9. ===============================================================
  10.  
  11. Der OS/2 ADD Treiber kann mit dem Programm "Einheitentreiber
  12. Installieren" in dem Ordner Systemkonfiguration von der Diskette
  13. installiert werden.
  14.  
  15. Wenn OS/2 von dem SCSI-Controller gebootet werden soll, ist das
  16. Einschalten der BIOS Erweiterung auf dem Controller zwingend.
  17. Die Installation erfolgt dann über die BIOS Erweiterung und der
  18. ADD Treiber wird nachträglich wie oben beschrieben installiert.
  19.  
  20. Um OS/2 von CD-ROM zu installieren, muß der Treiber CEOS2.ADD
  21. auf die Installationsdiskette kopiert und die sich darauf
  22. befindende Datei CONFIG.SYS um eine Zeile erweitert werden:
  23.  
  24.    BASEDEV=CEOS2.ADD
  25.  
  26. Bei manchen OS/2 CD-ROM Installationen muß der ADD Treiber während
  27. der späteren OS/2 Konfiguration nochmals über "Einheitentreiber
  28. Installieren" in das System eingebunden werden.
  29.  
  30. Für Spezialfälle kann der Treiber in CONFIG.SYS mit Parametern
  31. konfiguriert werden. Folgende Parameter sind möglich:
  32.  
  33. /P:hhhh     I/O Adresse festlegen. Möglich sind: 0320, 0330
  34.         und 0340
  35.  
  36. /DM        Erlaube den DASD Manager Support für alle
  37.         Laufwerke über OS2DASD.SYS (default).
  38.  
  39. /!DM        Verbiete den DASD Manager Support für alle
  40.         Laufwerke.
  41.  
  42. /DM:d        Erlaube den DASD Manager Support für das
  43.         Laufwerk mit der Target ID d (d = 0...6). Es
  44.         können auch mehrere IDs mit Kommata getrennt
  45.         angegeben werden, z.B. '/DM:2,5,6'.
  46.  
  47. /!DM:d        Verbiete den DASD Manager Support für das
  48.         Laufwerk mit der Target ID d.
  49.  
  50. /SM        Erlaube den SCSI Manager Support für alle Geräte
  51.         über OS2SCSI.SYS (default).
  52.  
  53. /!SM        Verbiete den SCSI Manager Support für alle
  54.         Geräte.
  55.  
  56. /SM:d        Erlaube den SCSI Manager Support für das Gerät
  57.         mit der Target ID d.
  58.  
  59. /!SM:d        Verbiete den SCSI Manager Support für das Gerät
  60.         mit der Target ID d.
  61.  
  62. /DEV0:x        Beginne die Target-Suche bei ID x (x = 0...6).
  63.  
  64. /T:d        Behandle das MO-Laufwerk mit der ID d wie ein
  65.         Festplattenlaufwerk.
  66.  
  67. /!D:d        Benutzte keinen SCSI-Disconnect für das Gerät
  68.         mit der ID d.
  69.  
  70. /SL        Benutze eine langsamere SCSI-Übertragungsgeschwindigkeit
  71.  
  72. /SL:d        Benutze eine langsamere SCSI-Übertragungsgeschwindigkeit
  73.         für das Gerät mit der Target ID d.
  74.  
  75. /Q        Unterdrücke die Ausgabe der gefundenen SCSI
  76.         Geräte.
  77.  
  78.  
  79.  
  80. ===============================================================
  81. ======== OS/2 2.x Automatic Device Driver Installation ========
  82. ========      Copyright (C) by CE Infosys 1993         ========
  83. ===============================================================
  84.  
  85.  
  86. Select 'install device driver' in the folder 'system configuration' to
  87. add the CEOS2.ADD driver to the OS/2 2.x operating system.
  88.  
  89. If your SCSI drive is configured as the OS/2 boot device you
  90. must activate the SCSI controller's BIOS extension. During the
  91. OS/2 installation procedure a generic driver via the controllers
  92. BIOS is first used, subsequently install the ADD driver as
  93. described above. 
  94.  
  95. In installations from CD-ROM, copy the driver CEOS2.ADD to the
  96. installation diskette and include the following entry into the
  97. CONFIG.SYS
  98.  
  99.     BASEDEV=CEOS2.ADD
  100.  
  101. After the installation you must subsequently install the ADD
  102. driver again as described above.
  103.  
  104. Available parameters:
  105.  
  106. /P:hhhh        Selects the I/O address of the SCSI controller
  107.         (0320h, 0330h or 0340h)
  108.  
  109. /DM        Enables DASD Manager Support for all drives
  110.         via OS2DASD.SYS (default).
  111.  
  112. /!DM        Disables DASD Manager Support for all drives.
  113.  
  114. /DM:d        Enables DASD Manager Support for a specific
  115.         drive(s) with the SCSI target ID "d" (d=0...6).
  116.         More than one SCSI drives can be selected, i.e.
  117.         /DM:2,5,6.
  118.  
  119. /!DM:d        Disables DASD Manager Support for a specific
  120.         drive(s) with the SCSI target ID "d" (d=0...6).
  121.         More than one SCSI drives can be selected, i.e.
  122.         /DM:2,5,6.
  123.  
  124. /SM        Enables DASD Manager Support for all devices
  125.         via OS2DASD.SYS (default).
  126.  
  127. /!SM        Disables DASD Manager Support for all devices.
  128.  
  129. /SM:d        Enables DASD Manager Support for a specific
  130.         device with the SCSI target ID "d" (d=0...6).
  131.  
  132. /!SM:d        Disables DASD Manager Support for a specific
  133.         device(s) with the SCSI target ID "d" (d=0...6).
  134.  
  135. /DEV0:x        Starts the target search at the device with the
  136.         SCSI target "x" (d=0...6).
  137.  
  138. /T:d        Treats the MO drive with the SCSI ID "d" as if
  139.         it were a harddisk.
  140.  
  141. /!D:d        Do not allow the SCSI disconnect command with
  142.         the SCSI ID(s) "d".
  143.  
  144. /SL        Use a slower SCSI transfer speed.
  145.  
  146. /SL:d        Use a slower SCSI transfer speed for a specific
  147.         device with the SCSI target ID "d" (d=0...6).
  148.  
  149. /Q        Disables the display of the SCSI response
  150.         strings.
  151.  
  152.