home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / triton.zip / README.TXT < prev    next >
Text File  |  1995-11-17  |  12KB  |  290 lines

  1. ****************************************************************************
  2. ****************************************************************************
  3. *       Filename:       README.TXT                                         *
  4. *       Revision:       1.02                                               *
  5. *       Date:           17 November 1995                                   *
  6. *                                                                          *
  7. *       PIIX Bus Master IDE Driver for IBM OS/2*                           *
  8. *                                                                          *
  9. *       Installation Procedure                                             *
  10. ****************************************************************************
  11. ****************************************************************************
  12.  
  13. ****************************************************************************
  14. *       OVERVIEW                                                           *
  15. ****************************************************************************
  16. This document describes the installation procedure for the PIIX Bus Master
  17. IDE Driver for IBM OS/2.  Topics covered within this document include:
  18.  
  19.         Contents of this Package
  20.         System Requirements
  21.         Installing the Driver
  22.         Command Line Switches
  23.         Un-installing the Driver
  24.         Supported Devices
  25.         Troubleshooting
  26.         Identifying the Driver's Version Number
  27.  
  28. ****************************************************************************
  29. *       CONTENTS OF THIS PACKAGE                                           *
  30. ****************************************************************************
  31. The PIIX Bus Master IDE Driver for IBM OS/2 package contains the following 
  32. items:
  33.  
  34. 1.  PIIX Bus Master IDE Driver:
  35.                 PIIXIDE.ADD
  36.  
  37. 2.  Install Utility:
  38.                 INSTALL.EXE
  39.  
  40. 3.  Un-install Utility:
  41.                 UNINST.EXE
  42.  
  43. 4.  Readme File:
  44.                 README.TXT
  45.  
  46. 5.  Version Identification Utility:
  47.                 SEEVER.EXE
  48.  
  49. 6.  Release Notes:
  50.                 REL_OS2.TXT
  51.  
  52. ****************************************************************************
  53. *       SYSTEM REQUIREMENTS                                                *
  54. ****************************************************************************
  55. Hardware:
  56.  
  57. 1.  The driver included in this package is intended for use on Pentium(tm)
  58.     processor based 82430FX systems ONLY.
  59.  
  60. 2.  Ensure that a mouse is connected to the system.
  61.  
  62. 3.  Do not use any other add-in IDE (PCI or ISA) card in the system during 
  63.     installation.
  64.  
  65.  
  66. Operating System:
  67.  
  68. 1.  IBM OS/2 2.x or Warp* 3.x must be installed on the system prior to
  69.     installing the driver.
  70.  
  71. 2.  Perform installation off of the on-board primary PIIX IDE interface.
  72.  
  73.  
  74. BIOS:
  75.  
  76. The BIOS must properly initialize the PIIX IDE interface for bus master
  77. operation.
  78.  
  79. ****************************************************************************
  80. *       INSTALLING THE DRIVER                                              *
  81. ****************************************************************************
  82. The following procedures for the installation of the PIIX Bus Master IDE
  83. Driver for OS/2 (PIIXIDE.ADD) are specific only to the version of the driver
  84. currently contained within this package.  
  85.  
  86. The following procedures assume that the OS/2 operating system was installed 
  87. properly on the target system, and that the standard PIIX IDE driver, 
  88. IBM1S506.ADD, was used.  If IBM1S506.ADD was not used, the driver which 
  89. replaced it should be un-installed before installing PIIXIDE.ADD.
  90. Furthermore, if IBM1S506.ADD was not originally installed on the target
  91. system, it should be installed first, and the system re-tested with it,
  92. before installing PIIXIDE.ADD.
  93.  
  94. Automatic Install Procedure:
  95. ****************************
  96.  
  97. 1.  Run the install utility (INSTALL.EXE).  INSTALL.EXE copies PIIXIDE.ADD 
  98.     from the source directory to the target directory, and changes the 
  99.     CONFIG.SYS file to install it.
  100.  
  101.     Command line format:   install [options]
  102.  
  103.     Command line options:
  104.  
  105.         /s:<source path>   Specifies the path to the directory containing
  106.                            PIIXIDE.ADD.  The default source is the directory 
  107.                            containing INSTALL.EXE.
  108.  
  109.         /t:<target path>   Specifies the path to the directory where 
  110.                            INSTALL.EXE will copy PIIXIDE.ADD.  The default 
  111.                            target is the \OS2 directory on the boot drive.
  112.  
  113.         /tu:<boot path>    Specifies the path to the directory containing
  114.                            the CONFIG.SYS file.  The default directory is 
  115.                            the root of the boot drive.
  116.  
  117.         /l:<logfile>       Specifies an optional log file.  If this option 
  118.                            is used, the output will be redirected to the 
  119.                            specified file, and INSTALL.EXE will run 
  120.                            unattended.
  121.  
  122.     All command line parameters are optional.  The install utility will not 
  123.     install the PIIX Bus Master IDE driver if it cannot detect an Intel 
  124.     82430FX PCIset.
  125.  
  126. 2.  Shutdown and reboot the system.
  127.  
  128.  
  129. Manual Install Procedure:
  130. *************************
  131.  
  132. 1.  Copy PIIXIDE.ADD to the \OS2 directory on the boot drive.
  133.  
  134. 2.  Make the following changes to the CONFIG.SYS file:
  135.  
  136.         Replace:
  137.                 BASEDEV=IBM1S506.ADD
  138.  
  139.         with:
  140.                 BASEDEV=PIIXIDE.ADD
  141.  
  142. 3.  Shutdown and reboot the system.
  143.  
  144.  
  145. Note: The PIIX Bus Master IDE driver auto-detects DMA capable drives and
  146.       configures them and the Intel 82430FX PCIset for bus master DMA
  147.       transfers.
  148.  
  149. ****************************************************************************
  150. *       COMMAND LINE SWITCHES                                              *
  151. ****************************************************************************
  152.  
  153. 1.  Adapter Switch:            /A:x       where x is 0, 1, 2, or 3.
  154.  
  155.     This selects the adapter that will be referenced by subsequent
  156.     switches.
  157.  
  158. 2.  Unit Switch:               /U:x       where x is 0, 1, 2, or 3.
  159.  
  160.     This selects the unit that will be referenced by subsequent switches.
  161.  
  162. 3.  Bus Master Disable Switch: /!BM
  163.  
  164.     This will disable the bus master DMA feature.  This capability is fully
  165.     auto-detected by the driver.  If for any reason it is desirable to
  166.     disable bus master DMA transfers, this switch can be used on a per
  167.     adapter or per unit basis.  If used after a /A:x switch but prior to
  168.     any /U:x or /UNIT:x switch, then bus master DMA transfers will be 
  169.     disabled for all units on the adapter.  If the bus master disable switch 
  170.     follows both /A:x and /U:x (or /UNIT:x) switches, then bus master DMA 
  171.     transfers will be disabled only on the specified unit.
  172.  
  173. 4.  All other option switches are same as for the "IBM1S506.ADD" driver.
  174.  
  175. ****************************************************************************
  176. *     UN-INSTALLING THE DRIVER                                             *
  177. ****************************************************************************
  178. The following procedures are specific only to the version of the driver 
  179. currently contained within this package.  These procedures assume that the 
  180. OS/2 operating system was installed properly on the target system, and that 
  181. the PIIX Bus Master IDE driver, PIIXIDE.ADD, was properly installed according 
  182. to the procedure described above.  
  183.  
  184. Automatic Un-install Procedure:
  185. *******************************
  186.  
  187. 1.  Run the un-install utility (UNINST.EXE).  UNINST.EXE removes 
  188.     PIIXIDE.ADD from the target directory, and changes the CONFIG.SYS 
  189.     file to re-install IBM1S506.ADD.
  190.  
  191.     Command line format:   uninst [options]
  192.  
  193.     Command line options:
  194.  
  195.         /t:<target path>   Specifies the path to the directory containing
  196.                            PIIXIDE.ADD.  The default target is the \OS2 
  197.                            directory on the boot drive.
  198.  
  199.         /tu:<boot path>    Specifies the path to the directory containing
  200.                            the CONFIG.SYS file.  The default directory is the
  201.                            root of the boot drive.
  202.  
  203.         /l:<logfile>       Specifies an optional log file.  If this option is
  204.                            used, the output will be redirected to the 
  205.                            specified file, and UNINST.EXE will run 
  206.                            unattended.
  207.  
  208.     All command line parameters are optional.
  209.  
  210. 2.  Shutdown and reboot the system.
  211.  
  212.  
  213. Manual Un-install Procedure:
  214. ****************************
  215.  
  216. 1.  Make the following changes to the CONFIG.SYS file:
  217.  
  218.         Replace:
  219.                 BASEDEV=PIIXIDE.ADD
  220.  
  221.         with:
  222.                 BASEDEV=IBM1S506.ADD
  223.  
  224. 2.  Delete PIIXIDE.ADD from the \OS2 directory on the boot drive.
  225.  
  226. 3.  Shutdown and reboot the system.
  227.  
  228. ****************************************************************************
  229. *       SUPPORTED DEVICES                                                  *
  230. ****************************************************************************
  231. In general, bus mastering is possible for ATA fixed disk and ATAPI devices
  232. that support the following DMA timing modes:
  233.  
  234.         Single Word DMA Mode 2
  235.         Multi-Word DMA Mode 1
  236.         Multi-Word DMA Mode 2
  237.  
  238. These devices will be accessed by the driver in either a bus mastering or a
  239. PIO-fashion, depending on the specific transfer conditions.
  240.  
  241. Devices that do not support the DMA timing modes listed above, or whose PIO
  242. timings are faster than their DMA timings, will be accessed in a PIO-fashion
  243. ONLY.
  244.  
  245. For more information and a list of tested devices, see the REL_OS2.TXT file.
  246.  
  247. ****************************************************************************
  248. *       TROUBLESHOOTING                                                    *
  249. ****************************************************************************
  250.  
  251. Common Problems:
  252. ****************
  253.  
  254. 1.  Some ATAPI CD-ROM devices require vendor-specific filter drivers.  These
  255.     drivers should be loaded in conjuction with the PIIX Bus Master IDE
  256.     driver.
  257.  
  258. 2.  Verify the length of the cables that are being used to connect the IDE or
  259.     ATAPI devices to the primary and secondary PIIX IDE interfaces.  The
  260.     length of these cables from END-TO-END should not exceed 18 inches
  261.     (0.46 m).  Furthermore, the capacitance of the cable should not exceed
  262.     35 pF.
  263.  
  264. ****************************************************************************
  265. *        IDENTIFYING THE DRIVER'S VERSION NUMBER                           *
  266. ****************************************************************************
  267. The following procedure uses the SEEVER.EXE utility to identify the version
  268. number and build date of the PIIX Bus Master IDE driver.  This procedure
  269. assumes that the SEEVER.EXE utility and the driver file (PIIXIDE.ADD) are in
  270. the same working directory.
  271.  
  272. 1.  From within OS/2, open the folder containing the PIIX Bus Master IDE
  273.     driver.
  274.  
  275. 2.  Double click on the SEEVER.EXE icon.
  276.  
  277. ****************************************************************************
  278. ****************************************************************************
  279. * Intel Corporation disclaims all warranties and liabilities for the use   *
  280. * of this document and the information contained herein, and assumes no    *
  281. * responsibility for any errors which may appear in this document, nor     *
  282. * does Intel make a commitment to update the information contained herein. *
  283. * Intel reserves the right to make changes to this document at any time,   *
  284. * without notice.                                                          *
  285. ****************************************************************************
  286.  
  287. *Other brands and names are the property of their respective owners.
  288.  
  289. Copyright (c) Intel Corporation, 1995.
  290.