home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / us8210b4.dsk / IBMCOM / MACS / MACS.ZIP / ibmcom / macs / smc8100.txt < prev    next >
Text File  |  1995-09-06  |  9KB  |  234 lines

  1.                  STANDARD MICROSYSTEMS CORPORATION
  2.  
  3.                            NDIS Drivers
  4.                For TokenCard EliteSeries LAN Adapters
  5.  
  6.                          RELEASE INFORMATION
  7.  
  8.    This software is licensed by SMC for use by its customers only.
  9.         Copyright (c) 1994 Standard Microsystems Corporation.
  10.                          All rights reserved.
  11.  
  12.              Version 2.03                   23 December 1994
  13.  
  14.  
  15.  
  16. VERSION HISTORY
  17.  
  18. -- Version 2.03 (Current Version for DOS) --
  19.  
  20.    Added two new keywords: CLOAK and ALLOWRIPL
  21.       CLOAK will enable cloaking. THIS MUST BE ADDED to the
  22.       protocol.ini in order for cloaking to work.
  23.       ALLOWRIPL enables the driver to be RIPL loaded.
  24.  
  25.    Added two adapter support.
  26.  
  27. -- Version 1.12 (Current Version for OS/2) --
  28.  
  29.    Incorporated the new Token Ring microcode.
  30.  
  31. -- Version 1.11 --
  32.  
  33.    Fixed a problem with promiscous mode and group addressing.
  34.  
  35. -- Version 1.10 --
  36.  
  37.    Fixed a problem with Transmit Timeouts
  38.  
  39. -- Version 1.09 --
  40.  
  41.    Fixed problems with cable disconnect on driver initialization.
  42.  
  43. -- Version 1.08 --
  44.  
  45.    Fixed connecting to Network problem.
  46.  
  47. -- Version 1.07 --
  48.    Fixed known 4Mbps LMAC ring insertion problem.
  49.  
  50. -- Version 1.06 --
  51.  
  52.    Known Problem
  53.  
  54.    This version will not load in an IBM Value Point.
  55.  
  56. -- Version 1.00
  57.    Initial release.  Features include ReceiveLookahead architecture for high
  58.    performance, support for two adapters with a single driver, and UMAC/
  59.    LMAC features for improved maintenance and quick support of new
  60.    products.
  61.  
  62.    Known Problems
  63.  
  64.    NDIS Driver:
  65.  
  66.    Summary:  NDIS driver fails to initialize the second  adapter
  67.              correctly in DOS and OS/2 1.3 environments.
  68.              In both cases the driver fails to bind to the second
  69.              adapter correctly.
  70.    Advice:   Refer to the sample PROTOCOl.INI file in the NDIS
  71.              directory of the SMC SuperDisk Drivers Diskette
  72.  
  73.  
  74.    LAN Support Program (LSP) for DOS and LAN Adapter Protocol
  75.    Support (LAPS) Program for OS/2:
  76.  
  77.    Summary:  When using LAPS or LSP to configure two adapters
  78.              in the system, generates a "DriverName=SMC81002$"
  79.              in the PROTOCOL.INI entry for the second card instead of
  80.              "DriverName=SMC8102$".
  81.    Advice:   Manually edit the PROTOCOL.INI file to change "81002"
  82.              to "8102".
  83.  
  84.    Summary:  When updating using LAPS or LSP, if you have the correct
  85.              statement "DEVICE=TRINIT.EXE (.SYS)" in the CONFIG.SYS
  86.              file, the program may suggest that you remove that statement.
  87.    Advice:   Make sure that the "DEVICE=TRINIT.EXE (.SYS)" statement
  88.              is located above the "DEVICE=PROTMAN" statement in the
  89.              CONFIG.SYS file.
  90.  
  91.  
  92. LOADING THE DOS NDIS DRIVER ABOVE 1MB OF MEMORY
  93.  
  94. In addition to the SMC8100.DOS NDIS driver on your SuperDisk, SMC
  95. provides another SMC8100.DOS NDIS driver. This driver resides on the
  96. SMC Bulletin Board and can be loaded above 1MB of memory on 386 and
  97. later computers that use a memory manager such as EMM386. EMM386
  98. is supplied with current  versions of  MS-DOS, Microsoft Windows,
  99. and Microsoft Windows for Workgoups.
  100.  
  101. By loading this driver into extended memory, you make more conventional
  102. memory available for your other applications.
  103.  
  104. To obtain this SMC8100.DOS NDIS driver, call the SMC Bulletin Board and
  105. download the file BNDxxx.EXE (xxx indicates the driver version).
  106. This file is compressed and contains the SMC8100.DOS file that you can
  107. load above 1MB of memory.
  108.  
  109. For more information on this driver, please refer to the NDIS.DOC file
  110. on your SMC SuperDisk.
  111.  
  112.  
  113. PROTOCOL.INI PARAMETERS
  114.  
  115. Several parameters are typically specified in the SMC8100 section of
  116. the PROTOCOL.INI file. The only keyword that must be specified
  117. is the 'DriverName'. All parameters have default values supplied by the
  118. driver and can be omitted from the PROTOCOL.INI file if the
  119. installed adapter matches the default configuration. Software-
  120. configurable and Micro Channel adapters ignore the values of IRQ,
  121. IOBase, and RAMAddress and instead use the values in the POS
  122. registers set up when the card was installed.
  123.  
  124. Below is a list of parameters and their definitions commonly found
  125. in the PROTOCOL.INI file. Both default values and possible value
  126. ranges are provided for each parameter.
  127.  
  128. IOBase       Specifies the base I/O address used by the adapter.
  129.              The default is 0x280. This parameter is required for
  130.              all ISA adapters.
  131.  
  132. SlotNumber   Specifies the number of the slot containing the
  133.              adapter card in a Micro Channel machine. This
  134.              parameter is a decimal number in the range of 1 - 10
  135.              and is required for all Micro Channel adapters.
  136.  
  137. NetAddress   Overrides the factory set network address of the
  138.              network adapter. The value of this parameter is a
  139.              hexadecimal string of 12 digits between double
  140.              quotation marks. The address must be unique among
  141.              all network addresses on the network.
  142.  
  143. The following parameters are required for WD adapters, which are not
  144. software configurable
  145.  
  146. IRQ          Specifies the interrupt used by the adapter. The
  147.              default is 3,
  148.  
  149. RAMAddress   Specifies the Shared RAM segment address used by the
  150.              adapter. The default is 0xD000.
  151.  
  152.  
  153. ERROR MESSAGES
  154.  
  155. "Could not find an adapter [at slot ___] [at I/O base address ___]"
  156. The driver could not find an adapter at the specified location.
  157.  
  158. "Cannot access adapter RAM properly"
  159. The memory test for adapter memory failed.
  160.  
  161. "Adapter hardware failure detected (self-test)"
  162. There was an unidentified failure during adapter initialization.
  163.  
  164. "Adapter hardware failure detected during initialization"
  165. The hardware did not respond correctly to initialization
  166. commands.
  167.  
  168. "Other system RAM already occupies adapter RAM address space"
  169. There is a RAM conflict with the adapter RAM.
  170.  
  171. "Other system ROM already occupies adapter RAM address space"
  172. There is a rom conflict with adapter RAM.
  173.  
  174. "RAM base address chosen for driver does not match adapter
  175. configuration"
  176. The RAM base address must be specified by EZStart.The definition
  177. in the configuration file must be removed.
  178.  
  179. "IRQ chosen for driver does not match adapter configuration"
  180. The IRQ value must be specified by EZStart. The definition in the
  181. configuration file must be removed.
  182.  
  183. "RAM size chosen for driver does not match adapter configuration"
  184. The RAM size is stored on the adapter and is fixed in size. The
  185. definition in the configuration file must be removed.
  186.  
  187. "Adapter IRQ higher than 7 not valid in 8-bit slot"
  188. Adapter IRQ must be set to a value of 7 or lower when the adapter
  189. is installed in an 8-bit slot. Alternatively, you can install
  190. the adapter in a 16-bit slot and use an IRQ greater than 7.
  191.  
  192. "I/O base address chosen for driver not valid"
  193. The adapter I/O base address must be set between 200h-3E0h at
  194. 20h intervals.
  195.  
  196. "RAM base address chosen for driver not valid (out of range)"
  197. The RAM base address must be between A000h-EC00h.
  198.  
  199. "IRQ chosen for driver not valid (out of range)"
  200. IRQ values must be between 2-15.
  201.  
  202. "RAM size chosen for driver not valid (out of range)"
  203. RAM size must be either 200h (8k) or 400h (16k).
  204.  
  205. "Adapter configuration information corrupted; run software setup
  206. program"
  207. The onboard EEROM contents have been corrupted. Please run EZStart
  208. to verify and correct.
  209.  
  210.  
  211. Licensed by Standard Microsystems for use by its customers only.
  212.  
  213. Cloaking technology is licensed to SMC Corporation and was created
  214. by Helix Software Company Inc. Cloaking is a trademark of Helix
  215. Software Company. Portions Copyright 1993 Helix Software Company.
  216. All rights reserved.
  217.  
  218. This commercial computer software and documentation is provided with
  219. RESTRICTED RIGHTS.  Use, duplication, or disclosure by the
  220. Government is subject to restrictions set forth in subparagraph
  221. (c) (1) (ii) of the Rights in Technical Data and Computer Software
  222. clause at DFARS 252.227-7013, or subparagraphs (c) (1) and (2) of the
  223. Commercial Computer Software -- Restricted Rights clause at
  224. FAR 52.227-19, or Alternate III of the Rights in Data -- General
  225. clause at FAR 52.227-14, as applicable.  The manufacturer /
  226. subcontractor is Standard Microsystems Corporation,   80 Arkay Drive,
  227. Hauppauge,  NY    11788.
  228.  
  229. SMC and Standard Microsystems are registered trademarks; and
  230. TokenCard, TokenCard Elite, TokenCard Elite/A, EliteSeries,
  231. EliteView, EZStart, and SuperDisk are trademarks of Standard
  232. Microsystems Corporation.  Other products and company names are
  233. registered trademarks or trademarks of their respective holders.
  234.