home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / wr07060a.zip / US7060B2.DSK / DRIVERS / IBM.ZIP / ibmmpc.txt < prev    next >
Text File  |  1994-10-18  |  8KB  |  160 lines

  1.     Information file for IBM Streamer(**) Family NDIS MAC Device Driver
  2.  
  3. ------------------------ Information About This Release ------------------------
  4.  
  5. Version 3.00.00
  6.  
  7.  
  8. This device driver supports the following IBM Streamer Family adapters:
  9.  
  10.      - IBM EtherStreamer(**) MC32 Adapter
  11.      - IBM Auto LANStreamer(**) MC32 Adapter
  12.      - IBM Dual LANStreamer MC32 Adapter
  13.      - IBM Dual EtherStreamer MC32 Adapter
  14.  
  15. Note that previous versions of this device driver may not support all of the
  16. adapters listed here, so you should reinstall with the latest version.
  17.  
  18.  
  19. ------------------------------ General Information -----------------------------
  20.  
  21. When configuring multiple IBM Streamer Family adapters using the system
  22. Reference Diskette, you must set each of these adapters to the *SAME* System
  23. Interrupt Level in order to operate with this NDIS MAC Device Driver.
  24.  
  25.  
  26. The message files for the IBM Streamer Family NDIS MAC Driver are LTC.MSG and
  27. LTCH.MSG.  The messages and their associated help text refer in general to the
  28. adapter name as IBM Streamer Family adapter.
  29.  
  30.  
  31. ------------------------- Additions to the Publication -------------------------
  32.  
  33. Support for OS/2 Computers with more than 16 Megabytes of Memory:
  34.  
  35.      The IBM Streamer Family adapters use bus mastering to transfer data
  36.      between the computer and the adapter.  For 16-bit adapters, or if an
  37.      adapter is placed in a 16-bit system slot, the adapter can only address
  38.      system memory up to 16 megabytes (MB).  For this reason, the IBMMPC.OS2
  39.      device driver will automatically configure and use local buffers
  40.      allocated below this 16 MB addressing limit.  Frame data located above
  41.      16 MB will be copied into local buffers for frame transmission so
  42.      that it can be accessed by the adapter.
  43.  
  44.      The following three messages were added to the device driver:
  45.  
  46.         LTC0040 -- Slot nn:  Using local transmit buffers to access data above
  47.                    16 megabytes.
  48.  
  49.            Explanation:  The device driver has detected more than 16 megabytes
  50.                    of RAM in the computer, and the adapter is either a 16-bit
  51.                    adapter or is located in a 16-bit system slot.  The device
  52.                    driver will copy any frame data located above the 16 MB
  53.                    address limit to local transmit buffers.
  54.  
  55.                    NOTE TO OS/2 2.0 USERS:  Early versions of OS/2 2.0 will
  56.                    only indicate that at least 16 MB of RAM exist in the
  57.                    computer.  If your computer has exactly 16 MB of RAM,
  58.                    you will see this message.  However, there will never be
  59.                    any data above the 16 MB addressing limit to copy into
  60.                    local buffers.
  61.  
  62.            User Action:  This is an informational message only.  No action is
  63.                    necessary.
  64.  
  65.         LTC0041 -- Slot nn:  Overriding MAXTRANSMITS in PROTOCOL.INI with a
  66.                    value of xx.
  67.  
  68.            Explanation:  The amount of local memory needed to hold all possible
  69.                    queued transmit frames, MAXTRANSMITS * MAXTXFRAMESIZE, is
  70.                    greater than 128 kilobytes.  The device driver has reduced
  71.                    the MAXTRANSMITS value to allow the maximum number of
  72.                    transmit frames to fit within the default 128 kilobytes of
  73.                    local buffer space.
  74.  
  75.            User Action: Ensure that the values specified for MAXTRANSMITS and
  76.                    MAXTXFRAMESIZE are accurately specified in PROTOCOL.INI.  If
  77.                    not specified, they should both be added with appropriate
  78.                    values.
  79.  
  80.                    The default values for these parameters in OS/2 are
  81.                    MAXTRANSMITS = 31 and MAXTXFRAMESIZE = 18000, which exceeds
  82.                    the 128 kilobytes allocated by the device driver for the
  83.                    local transmit buffer space.  These local transmit buffers
  84.                    are needed when more than 16 megabytes of system memory is
  85.                    detected, and this IBM Streamer Family adapter is unable to
  86.                    access above 16 megabytes.
  87.  
  88.                    A new PROTOCOL.INI parameter, LOCALBUFFSEGCNT, can be used
  89.                    to change the amount of storage used for the local transmit
  90.                    buffers.  It can be set from 1 to 16, and defaults to 2 if
  91.                    not specified.  Note that 64 kilobytes of system memory are
  92.                    used for each local buffer segment configured with this
  93.                    parameter.
  94.  
  95.                         Example:   LOCALBUFFSEGCNT = 2
  96.  
  97.         LTC0042 -- OEMHLP could not be accessed.
  98.  
  99.            Explanation:  The IBM Streamer Family adapter device driver was
  100.                    unable to determine the amount of system RAM in the computer.
  101.  
  102.            User Action:  Contact your customer service center.
  103.  
  104.  
  105. ---------------------------- Additional Information ----------------------------
  106.  
  107. The Network Information File (NIF) to be used with the IBM Streamer Family
  108. NDIS MAC Driver is IBMMPC.NIF, which contains configuration and tuning
  109. parameters that can be adjusted by the user.  Look at the NIF file for Help
  110. text available on each parameter.  Additional information on some parameters
  111. is provided here.
  112.  
  113.      LoopBack -- will default to OFF for an adapter that is either a
  114.           16 bit card or in a 16 bit system bus slot, AND is used for
  115.           Ethernet or 16 Mbps Token Ring operation.  For all other cases,
  116.           loopback defaults to ON.
  117.  
  118.      Enet20UTP -- enables 20 Mbps Ethernet operation in an IBM Streamer
  119.           Family adapter that supports Ethernet.  The adapter must be
  120.           attached with a UTP cable to a switched Ethernet concentrator
  121.           that supports full duplex operation for this function to be
  122.           activated.  When this function is activated, the adapter loopback
  123.           mode will always be forced off, regardless of the setting of the
  124.           LoopBack parameter.
  125.  
  126.      UseVDS --  allows the device driver to build the necessary data structures
  127.           for use with Virtual DMA Services (VDS).  Setting this parameter to
  128.           "YES" is a requirement when using the IBM Streamer Family NDIS MAC
  129.           driver with either Microsoft Windows(**) or Microsoft Windows For
  130.           Workgroups(**) in enhanced mode.  It may also need to be set to
  131.           "YES" when using some memory managers that support VDS.
  132.  
  133.  
  134. Maximum Frame Size Supported:  the maximum frame size supported by the NDIS
  135.    MAC driver is determined by the SMALLEST of the following values:
  136.      - MaxTxFrameSize setting in PROTOCOL.INI
  137.      - (MinRcvBuffs x SizWorkBuf) PROTOCOL.INI parameters, less 4 bytes
  138.      - (10 x SizWorkBuf) PROTOCOL.INI parameter
  139.      - Largest frame permitted by the physical LAN medium (approximately 4500
  140.          bytes for 4 Mbps and 18000 bytes for 16 Mbps token rings, and 1514
  141.          bytes for Ethernet)
  142.  
  143.  
  144. Microsoft Windows For Workgroups(**) Users:  when entering or changing the
  145. value of the Network Adapter Address parameter for the IBM Streamer Family
  146. adapter, you must enclose the address string in double quotes.
  147.  
  148.                    Example:   "xxxxxxxxxxxx"
  149.  
  150.  
  151.  
  152. (**) Trademarks
  153. ---------------
  154. IBM is a trademark of International Business Machines, Inc.
  155. Streamer is a trademark of International Business Machines, Inc.
  156. LANStreamer is a trademark of International Business Machines, Inc.
  157. EtherStreamer is a trademark of International Business Machines, Inc.
  158. Microsoft Windows is a trademark of Microsoft, Inc.
  159. Microsoft Windows For Workgroups is a trademark of Microsoft, Inc.
  160.