home *** CD-ROM | disk | FTP | other *** search
/ Tactical Operations 1 / TACTICAL.BIN / warcraft / temp / junk / plugplay / readme.txt next >
Encoding:
Text File  |  1996-07-08  |  11.4 KB  |  274 lines

  1. *******************************************************************
  2. *README.TXT                   Release Notes for Plug and Play Kit *
  3. *                                                  for Windows(TM)   *
  4. *Release 1.41                                    February 1995 * 
  5. *******************************************************************
  6.  
  7. Introduction
  8. ============
  9.  
  10. This kit contains Release 1.41 of the Plug and Play Kit for
  11. Windows.  The components of this kit are:
  12.  
  13.    Plug and Play Configuration Manager for Windows
  14.       Provides configuration services to real-mode and protected-
  15.       mode drivers and to applications in Windows environments.
  16.  
  17.    Plug and Play ISA Configuration Utility (ICU) for Windows
  18.       Provides a way to assign system resources to add-in cards
  19.       before the card is installed.  This assignment avoids 
  20.       resource conflicts and keeps track of system resources so 
  21.       that Plug and Play cards do not conflict with non-Plug
  22.       and Play cards in a system.  A full description of ICU 
  23.       features and use is available in the ISA Configuration
  24.       Utility (ICU) User's Guide.
  25.  
  26. Information on the components of this kit, and on the inclusion
  27. of the Configuration Manager and the ISA Configuration Utility 
  28. in your products, is available in the Plug and Play Developer's
  29. Guide. 
  30.  
  31.  
  32. *******************************************************************
  33. *Plug and Play Configuration Manager (CM)                * 
  34. *******************************************************************
  35.  
  36. The Plug and Play Configuration Manager provides all of the 
  37. functionality  defined in the "Plug and Play Device Driver
  38. Specification for Microsoft(R) Windows(TM) and MS-DOS".  
  39.  
  40. The Configuration Manager also complies with the specifications
  41. and definitions in:
  42.  
  43.   "Plug and Play ISA Specification", Version 1.0a 
  44.       from Intel Corporation and Microsoft Corporation
  45.  
  46.   "Plug and Play BIOS Specification", Version 1.0a 
  47.       from Intel Corporation, Compaq Computer Corporation, 
  48.       Phoenix Technologies, Ltd.,  and Microsoft Corporation
  49.  
  50.   "Plug and Play BIOS Extensions Guide", Version 1.1 
  51.       from Intel Corporation
  52.  
  53.   "PCI BIOS Specification", Version 2.0, from Intel Corporation
  54.   
  55. This release of the Configuration Manager supersedes all previous
  56. releases.
  57.  
  58. New Features
  59. ===========
  60.  
  61. Release 1.41 of the Configuration Manager provides 
  62. the ability to configure Plug and Play ISA devices around
  63. PCI Bridge Aperture Values, in conformance to the ESCD
  64. specification v1.03.
  65.  
  66. Configuration Assist (Cassist) now has support for the 
  67. SatisFAXtion(TM) modem card.
  68.  
  69. Limitations
  70. ===========
  71.  
  72. Please be aware that this release of the Plug and Play 
  73. Configuration Manager for Windows has the following
  74. limitations:
  75.  
  76. - The default installation of MS-DOS CM driver invokes the driver
  77.   with the 'lock' device function of the CM provided by the 
  78.   CM_LockConfig and CM_UnlockConfig functions unavailable to PC
  79.   add-in install programs running in real-mode MS-DOS environment.
  80.   The CM lock functionality is always available under Windows, 
  81.   including the Windows V86 DOS. If this functionality is needed,
  82.   add the /LOCK parameter in the line in config.sys that invokes
  83.   the CM driver (dwcfgmg.sys).
  84.     
  85.   CM_LockConfig and CM_UnlockConfig are unrelated to the locking
  86.   options available with ECU or ICU utilities. 
  87.  
  88. - In the absence of the Intel Plug and Play BIOS extensions, Plug
  89.   and Play boot devices are not reconfigured by the Configuration
  90.   Manager.
  91.  
  92. - Calls to the Configuration Manager do not work during
  93.   sys_critical_init.
  94.  
  95. ****************************************************************** 
  96. *Plug and Play Kit ISA Configuration Utility (ICU)                          *
  97. ******************************************************************
  98.  
  99. This diskette contains Release 1.41 of the  Windows  
  100. ISA Configuration Utility (ICU), its ISA card configuration 
  101. database, the Configuration Assistance Utility (cassist), and 
  102. the Configuration Manager software needed to support the ICU.  
  103. See the ISA Configuration Utility User's Guide for details
  104. on using the Plug and Play ICU.
  105.  
  106.               NOTE
  107.      The ISA Configuration Utility is for ISA systems 
  108.      only.  Do not run it on EISA systems.  To configure
  109.      EISA systems, use an EISA Configuration Utility.
  110.  
  111. PCMCIA VxD
  112. ==========
  113.  
  114. The Windows version of this release installs the following file:
  115.  
  116. <drive>:\windows\system\pccardrm.386    
  117.    This file is a PCMCIA Card Services virtual device driver (VxD).
  118.    The VxD allows the ICU to receive PCMCIA card events as Card 
  119.    Services clients on Windows.  For this VxD to work properly, 
  120.    real mode Card Services must be running on your system.
  121.  
  122.    An entry for this VxD is put into the \windows\system.ini file 
  123.    under [386Enh] but is commented out.  Edit the file and 
  124.    remove the comment character(;) to activate the VxD.
  125.  
  126. Installation Notes
  127. ==================
  128.  
  129. 1) If the Windows screen saver becomes active during the Windows
  130.    ICU setup, the index generator that runs at the end of the
  131.    setup program is iconized as an MS-DOS icon.  To complete
  132.    the setup procedure, return to Windows and maximize the 
  133.    MS-DOS icon.  
  134.  
  135. 2) The installation procedures in this kit assume that C: is 
  136.    the boot drive of the system.  Therefore, the procedures
  137.    create, make changes to, or overwrite boot drive files on C:.
  138.    In particular, the procedures put the escd.rf file into C:\,
  139.    and create or modify the config.sys file in C:\.  
  140.  
  141.    On systems without the Plug and Play BIOS, if the boot drive 
  142.    is not C:, but some other drive, the user must move the 
  143.    escd.rf file to the root directory of the boot drive. 
  144.    Also, the user must add line that loads the CM driver 
  145.    (dwcfgmg.sys) to the config.sys file in the root directory
  146.    of the boot drive. 
  147.  
  148.    Some utilities, for example, the Stacker disk compression 
  149.    utility, can change the boot drive from C: to another drive.
  150.    Such drive changes are not always obvious to the user. In 
  151.    order to avoid the user having to move and edit files, the 
  152.    installation procedure must make an INT 21 call to detect 
  153.    the boot device before installing the escd.rf file or 
  154.    changing the config.sys file.
  155.  
  156. 3) The Windows ICU installation fails on a system that has MS-DOS 
  157.   6.0 installed with the VSafe virus scanner active if the VSafe 
  158.   scanner checks executable files and protects executable files
  159.   (VSafe options 4 and 8). 
  160.  
  161. 4) If you are upgrading from a previous version of the ICU,
  162.    any user-entered names for unlisted cards are lost and will
  163.    have to be re-entered.
  164.  
  165.  
  166.  
  167. Limitations
  168. ===========
  169.  
  170. - If any PCI devices are locked, the ICU will fail when trying to
  171.   reconfigure any other PCI devices.  To work around this limitation,
  172.   unlock all PCI devices while adding or modifying other cards.
  173.   You may lock the PCI devices again before saving the configuration.
  174.  
  175. - Configuration Assistance Utility (cassist) operation is 
  176.   incompatible with Plug and Play cards. Remove all Plug and Play
  177.   cards from your system before running cassist.  Failure to do so
  178.   may result in system failure.  Replace the cards after you have
  179.   run cassist.
  180.  
  181. - When you save an image file (Save Image File or Save Image File
  182.   As.. on the Advanced menu), the icu.ndx index file is not 
  183.   updated.  So if the configuration you saved contained one or 
  184.   more unlisted cards, when you load the image file you saved, 
  185.   the card resources for these unlisted cards are in the loaded
  186.   configuration image. However, cards of this type might be listed 
  187.   as "Unknown Card," instead of by the name you assigned
  188.   when you added it.  You can avoid this behavior by choosing the
  189.   Save item on the File menu before you save the image file.  In 
  190.   addition, if you copy the image file to another system, you 
  191.   must also copy the icu.ndx index file to avoid this behavior.
  192.  
  193. - Pressing the F1 key invokes the ICU help facility from the
  194.   ISA Configuration Utility window (the main window) only.
  195.  
  196. - When you are modifying a function of a Plug and Play card in 
  197.   preparation for locking it, you might see a conflict message
  198.   that indicates the card is conflicting with itself.  Try 
  199.   reconfiguring the card functions in a different order.
  200.  
  201. - If a function has two or more resource types that must be 
  202.   configured together, the ICU might not be able to configure 
  203.   that function, even though there might be a valid configuration
  204.   available.  See the discussion on resolving conflicts in the 
  205.   Troubleshooting section of the ICU User's Guide for ways to 
  206.   successfully configure functions in this category.
  207.  
  208. - If the ICU reports that a card is not configurable, you can 
  209.   usually find the source of the error by attempting to modify the 
  210.   function that is in the error state.  This action produces a 
  211.   message that identifies the problem card.  
  212.  
  213. - When you pick a resource for a new card that is currently used
  214.   by an existing card, the ICU reconfigures the Plug and Play ISA 
  215.   cards first, then the PCI cards.  However, PCI cards are 
  216.   restricted to specific interrupts.  Sometimes the configuration 
  217.   fails because the ICU assigns Plug and Play cards to all the 
  218.   valid PCI card interrupts, then it cannot configure the PCI 
  219.   cards.  Use the ICU to reconfigure the Plug and Play cards to 
  220.   different interrupts, then try again to configure your new 
  221.   card.
  222.  
  223. - You can increase the size of the Smartdrv buffer to make the ICU
  224.   faster.
  225.  
  226. - If you have no mouse, you may experience changes in the keyboard 
  227.   interface.  In most cases you can still traverse buttons, list
  228.   boxes and menus in the dialog boxes using <TAB> key and select
  229.   using the space bar.  In the messsage dialogs, you must use the
  230.   up and down arrow keys instead for traversal. 
  231.  
  232. - After using the ICU load image file operation, you must save the
  233.   changes and reboot your system before making any other changes.
  234.   If you don't, you will see inconsistent behavior.
  235.  
  236. - When a PCI or Plug and Play ISA card is modified, the ICU asks
  237.   you to verify that the card is configured as shown.  This step
  238.   is unnecessary; the card will be automatically configured as shown
  239.   when the system next boots.
  240.  
  241. - In some cases, the ICU may discard some of the resources of
  242.   a locked PCI card.  After adding or modifying any cards with
  243.   the ICU, select the locked cards and review their configuration.
  244.   If you see any locked PCI card using a single IRQ and no other
  245.   resources, that card may be missing resources.  These resources
  246.   should be restored after you have made all other configuration 
  247.   changes, and before you save the configuration from the ICU.
  248.  
  249.   To restore those resources:
  250.     - select the card
  251.     - choose the Modify operation
  252.     - choose the Settings button
  253.     - you will be asked if you would like to modify this function
  254.       even though it is locked; select Yes.
  255.     - change the configuration choice to Disabled, then change it
  256.       back to Enabled; all the necessary resources for this card's
  257.      function will appear
  258.     - choose OK on the Settings screen
  259.     - choose OK on the Configuration screen
  260.  
  261.   You may now save the configuration.
  262.  
  263. *******************************************************************
  264.  
  265. Trademark and Copyright Citations
  266. =================================
  267.  
  268. MS-DOS is a registered trademark, and Windows is a trademark of
  269. Microsoft Corporation.
  270.  
  271. Other names and trademarks are the property of their respective
  272. companies.
  273.  
  274.