home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / ss2pcic2.exe / README.1ST next >
Text File  |  1997-04-21  |  7KB  |  160 lines

  1.  
  2. License:
  3. _______
  4.  
  5.  
  6.   *********************************************************************
  7.   *                                                                   *
  8.   * NOTICE                                                            *
  9.   *                                                                   *
  10.   * You accept these programs with the understanding that             *
  11.   * the IBM Corporation makes no representations or warranties        *
  12.   * as to the suitability of these programs for your particular       *
  13.   * purpose, and that to the extent you use, you do so your own risk. *
  14.   * In no event will the IBM Corporation be liable for any damages,   *
  15.   * whether consequential, incidental, or special, arising out of     *
  16.   * the use of or inability to use the programs provided.             *
  17.   * Please read the LICENSE which follows to determine if you want    *
  18.   * to use these programs.                                            *
  19.   *                                                                   *
  20.   * Copyright the IBM Corporation, 1995. All rights reserved.         *
  21.   *                                                                   *
  22.   * DO NOT POST MODIFIED VERSIONS OF THESE PROGRAMS FOR PUBLIC ACCESS *
  23.   *********************************************************************
  24.  
  25.  
  26.          IBM License Agreement for OS/2 modules / patches
  27.        ----------------------------------------------------
  28.  
  29.  
  30.        IF YOU DOWNLOAD OR USE THIS PROGRAM YOU AGREE TO THESE TERMS.
  31.  
  32.        International Business Machines Corporation grants you a license
  33.        to use the Program only in the country where you acquired it. The
  34.        Program is copyrighted and licensed (not sold). We do not
  35.        transfer title to the Program to you. You obtain no rights other
  36.        than those granted you under this license.
  37.  
  38.        Under this license, you may:
  39.  
  40.        1. use the Program on one or more machines at a time;
  41.        2. make copies of the Program for use or backup purposes within
  42.           your Enterprise;
  43.  
  44.        You must reproduce the copyright notice and any other legend of
  45.        ownership on each copy or partial copy, of the Program.
  46.  
  47.        You may NOT:
  48.  
  49.        1. sublicense, rent, lease, or assign the Program; and
  50.        2. reverse assemble, reverse compile, or otherwise translate the
  51.           Program.
  52.  
  53.        We do not warrant that the Program is free from claims by a third
  54.        party of copyright, patent, trademark, trade secret, or any other
  55.        intellectual property infringement.
  56.  
  57.        Under no circumstances are we liable for any of the following:
  58.  
  59.        1. third-party claims against you for losses or damages;
  60.        2. loss of, or damage to, your records or data; or
  61.        3. economic consequential damages (including lost profits or
  62.           savings) or incidental damages, even if we are informed of
  63.           their possibility.
  64.  
  65.        Some jurisdictions do not allow these limitations or exclusions,
  66.        so they may not apply to you.
  67.  
  68.        We do not warrant uninterrupted or error free operation of the
  69.        Program. We have no obligation to provide service, defect
  70.        correction, or any maintenance for the Program. We have no
  71.        obligation to supply any Program updates or enhancements to you
  72.        even if such are or later become available.
  73.  
  74.  
  75.        IF YOU DOWNLOAD OR USE THIS PROGRAM YOU AGREE TO THESE TERMS.
  76.  
  77.        THERE ARE NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING THE
  78.        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  79.        PARTICULAR PURPOSE.
  80.  
  81.        Some jurisdictions do not allow the exclusion of implied
  82.        warranties, so the above exclusion may not apply to you.
  83.  
  84.        You may terminate this license at any time. We may terminate this
  85.        license if you fail to comply with any of its terms. In either
  86.        event, you must destroy all your copies of the Program.
  87.  
  88.        You are responsible for the payment of any taxes resulting from
  89.        this license.
  90.  
  91.        You may not sell, transfer, assign, or subcontract any of your
  92.        rights or obligations under this license. Any attempt to do so is
  93.        void.
  94.  
  95.        Neither of us may bring a legal action more than two years after
  96.        the cause of action arose.
  97.  
  98.        If you acquired the Program in the United States, this license is
  99.        governed by the laws of the State of New York. If you acquired
  100.        the Program in Canada, this license is governed by the laws of
  101.        the Province of Ontario. Otherwise, this license is governed by
  102.        the laws of the country in which you acquired the Program.
  103.  
  104.        12/95
  105. ---------------------------------------------------------------------------
  106. ********************************************************************************
  107.  
  108. Revision 1.0 :  03/15/97 : Beta release of driver
  109.  
  110. ********************************************************************************
  111.  
  112. INSTALLATION INSTRUCTIONS:
  113. __________________________
  114.  
  115.    NOTE:  This procedure assumes that you have already installed OS/2
  116.           PCMCIA support, either at initial install of the operating
  117.           system, or afterwards by selective install.
  118.  
  119. 1)  Copy the ss2pcic2.S* files from the source directory (i.e. \TEMP) to
  120.     the \OS2 directory:
  121.  
  122.     a.  COPY C:\TEMP\ss2pcic2.S* C:\OS2\*.*
  123.  
  124.     NOTE:  Your source directory (which is c:\TEMP in THIS EXAMPLE) may
  125.            be different depending on where you unpacked these files.  Refer
  126.            to the ONLINE command reference for assistance with the COPY
  127.            command and path names.
  128.  
  129. 2)  Remove any reference to Socket Services (i.e. IBM2MAT1.SYS) in the
  130.     CONFIG.SYS file and add / replace with the following:
  131.  
  132.          BASEDEV=ss2pcic2.SYS
  133.  
  134.     NOTE:  The ss2pcic2.SYS driver should follow the PCMCIA.SYS device
  135.            driver in the CONFIG.SYS file.  No parameters are required
  136.            since only two sockets on a single chip are supported at
  137.            this time.  Multiple PCI PCMCIA Socket Controllers
  138.            will require an additional enhancement and testing when this
  139.            configuration becomes available.
  140.  
  141. 3)  Shutdown and reboot the system.  This will load the new ss2pcic2.SYS
  142.     device driver.
  143.  
  144.  
  145.  
  146. ADDITIONAL NOTES:
  147. _________________
  148.  
  149.  
  150. 1)  This driver is strictly a BETA driver, and has not completed IBM's testing.
  151.     As with any BETA, you use this driver at your own risk.  Be sure you have
  152.     read the disclaimer at the top of this README file.
  153.  
  154. 2)  This driver is for your individual use only.  Any distribution of this
  155.     drivers will require permission from IBM via your company's IBM
  156.     Representative.
  157.  
  158. 3)  The ss2pcic2.SYM file is a binary MAP file used for OS/2 Kernel debugging.
  159.     This file should be kept in case an OS/2 Kernel debug is required.
  160.