home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708B.ISO / DRIVER / DEC / DEFPA281 / WINNT / README.TXT < prev   
Text File  |  1996-09-25  |  12KB  |  268 lines

  1.  
  2.     WINDOWS NT 3.5/3.51/4.0 DRIVER INSTALLATION INSTRUCTIONS
  3.                  Version v1.82
  4.  
  5. The \WINNT directory contains the following files:
  6.  
  7. README.TXT   - This file.
  8. DEFDDI.HL_   - Help file for Digital FDDI EISA and PCI controllers
  9.  
  10. The \WINNT subdirectory contains the following subdirectories:
  11.  
  12. \ALPHA35     - Driver and installation files for Windows NT 3.5
  13.                running on Alpha systems.
  14. \ALPHA351    - Driver and installation files for Windows NT 3.51
  15.                or later, running on Alpha systems.
  16. \INTEL35     - Driver and installation files for Windows NT 3.5
  17.                running on Intel systems.
  18. \INTEL351    - Driver and installation files for Windows NT 3.51
  19.                or later, running on Intel systems.
  20. \MIPS351     - Driver and installation files for Windows NT 3.51
  21.                or later, running on MIPS systems.
  22. \PPC351      - Driver and installation files for Windows NT 3.51
  23.                or later, running on PowerPC systems.
  24.  
  25.  
  26.             ***TRADEMARKS***
  27.  
  28.   DEC, Digital, and DECpc are trademarks of Digital Equipment 
  29.   Corporation. 
  30.  
  31.   Intel is a registered trademark of Intel Corporation.
  32.  
  33.   Microsoft, MS, and MS-DOS are registered trademarks and Windows
  34.   and Windows NT are trademarks of Microsoft Corporation.
  35.  
  36.   MIPS is a registered trademark of MIPS Computer Systems, Incorporated.
  37.  
  38.   PowerPC is a trademark of International Business Machines Corp.
  39.  
  40.  
  41.  
  42. KIT CONTENTS:
  43.  
  44. This distribution kit contains the Windows NT device drivers for the
  45. DEC FDDIcontroller/PCI adapter.  The Alpha, Intel, MIPS, and PowerPC
  46. platforms are supported.  The Windows NT device drivers support
  47. Windows NT 3.5 and above.
  48.  
  49. INSTALLATION:
  50.  
  51. For general installation instructions, refer to the "Windows NT System 
  52. Guide".  The chapter on the "Control Panel" contains a section that 
  53. describes the installation of network cards in detail.
  54.  
  55. When prompted for the kit location during installation, press RETURN.
  56. The A:\OEMSETNT.INF file will automatically determine what platform is 
  57. being installed and copy over the appropriate driver.
  58.  
  59.  
  60. UPDATING FROM PREVIOUS VERSIONS:
  61.  
  62. Normally, driver updates are performed using the "Update" button under
  63. the Network Settings option in the Control Panel.  However, Windows NT
  64. only searches for the file "OEMSETUP.INF" during "Update", while
  65. selecting "Add Adapter" searches for both "OEMSETUP.INF" and
  66. "OEMSETNT.INF" files.  Driver updates can be performed by removing the
  67. adapter(s), rebooting, then installing the new driver, then rebooting.
  68.  
  69. Since the process of removing and re-adding an adapter requires multiple
  70. reboots of the system, the "Update" button is normally preferred to the 
  71. above Remove/Add procedure.  This option can be used by renaming the 
  72. "OEMSETNT.INF" file.  The A:\OEMSETUP.INF file that is included in the DOS 
  73. Distribution Diskette (Disk 1) is used by Windows for Workgroups 3.11 to 
  74. install the supported drivers.  By first saving this file, then renaming 
  75. the Windows NT A:\OEMSETNT.INF installation script to "OEMSETUP.INF", the 
  76. "Update" button can be used.
  77.  
  78.    
  79. CUSTOMIZATION:
  80.  
  81. For most configurations, no customization of the driver should be necessary.
  82. However, a number of parameters are available for users to change by
  83. selecting "Configure" after highlighting the desired DEC FDDIcontroller 
  84. under "Network Settings".
  85.  
  86. "Bus Number" sets the PCI bus number in which the DEC FDDIcontroller/PCI
  87. is installed.  In most system configurations, the PCI bus number is 0.
  88. If your system has multiple PCI buses, or if the PCI adapter is installed
  89. in a bus number other than 0, this parameter should be changed.
  90. *** Windows NT 3.5 drivers only. ***
  91.  
  92. "Card Instance" sets the instance of the DEC FDDIcontroller/PCI adapter
  93. on the specific PCI bus.  For single adapter installations, this parameter
  94. should always be set to 1.  If installing multiple DEC FDDIcontroller/PCI
  95. adapters, this parameter should be set to a unique incrementing integer
  96. starting at 1.  If installing adapters across multiple PCI buses, care
  97. should be taken in assigning the card instance and bus number parameters.
  98. *** Windows NT 3.5 drivers only. ***
  99.  
  100. "Receive Buffers" affects the maximum number of host receive buffers that 
  101. can be used by the adapter at a time.  Although this number is small, 
  102. increasing it is not likely to increase performance because the adapter 
  103. itself provides a large amount of receive buffering (~1MByte).
  104.  
  105. "Transmit Buffers" affects the maximum number of map registers that can be
  106. allocated by the adapter.  During packet transmission, an NDIS_PACKET may be
  107. comprised of several NDIS_BUFFERs where each NDIS_BUFFER requires a map
  108. register for physical DMA (Direct Memory Access).  The default of 32 is 
  109. within NDIS 3.0 specification, but the adapter may be able to handle more 
  110. outstanding transmit packets if this value is increased.  However, map 
  111. registers are a limited system resource and arbitrarily increasing this 
  112. parameter may make this adapter or other adapters in the system unusable.
  113. Arbitrarily lowering this parameter may impact driver performance or cause
  114. undesired behavior.  CARE SHOULD BE TAKEN BEFORE MODIFYING THIS PARAMETER!
  115.  
  116. "Requested TTRT (ms)" affects the MACTReq SMT MIB object.  FDDI selects the
  117. target token rotation time during the claim process (eg. when an FDDI node
  118. has entered or left the ring).  During this time, each FDDI node offers 
  119. its requested TTRT (MACTReq MIB object) and the lowest bidder wins.  
  120. Normally this parameter does NOT need to be modified from the default of 
  121. 8ms.  However, some installations may set this value arbitrarily high on 
  122. end node stations so that the requested TTRT can be more easily managed 
  123. from an FDDI concentrator or switch.  For this reason, the range of 4-165ms. 
  124. is supported with a default of 8.  This parameter should only be modified 
  125. by experienced FDDI network managers.  
  126.  
  127. "Full Duplex Enable" affects the eFDXEnable MIB value.  Digital FDDI adapters 
  128. are in Full-Duplex (FDX) mode when the mode setting is enabled and the
  129. adapter is connected point-point with another similarly enabled FDDI adapter 
  130. or the Digital GIGAswitch FDDI switch.  FDX mode takes advantage of the 
  131. point-point connection by removing the FDDI token and allowing simultaneous 
  132. receive and transmit of packets.  FDX mode will help reduce latency and may 
  133. increase network throughput if the system is nearing the standard FDDI 
  134. maximum throughput.
  135.  
  136.  
  137. INTERPRETING EVENT LOG ENTRIES:
  138.  
  139. Note: During runtime operation, the NDIS wrapper enables a "watchdog" timer 
  140.       which polls the driver on a regular basis to verify that it is 
  141.       operational.  Should the driver return status indicating that it is
  142.       not, the operating system will reset the driver.  If the driver reset
  143.       is successful, it returns to normal operation.  Otherwise, the driver
  144.       is halted.  This process is automatic and does not require user
  145.       intervention.  However, should the system performance become sporadic
  146.       with constant driver event logger entries being added, the user should 
  147.       verify that the driver is not being constantly reset.  If it is,  
  148.       shutdown the machine and run diagnostics on the adapter.
  149.  
  150. When the driver detects errors, it may write entries into the event logger.
  151. To interpret the error code, examine the entry that was written by the
  152. driver and read the last longword that is contained in the entry.
  153.  
  154. Unless otherwise stated, the following error codes apply to both 
  155. DEC FDDIcontroller/EISA (DEFEA.SYS) and DEC FDDIcontroller/PCI (DEFPA.SYS)
  156. drivers.
  157.  
  158. The following table describes the interpretation of the longword:
  159.  
  160. 0x00     There is no specific information detailing the error.
  161.  
  162. 0x01     No DEC FDDIcontroller/PCI controller found in system, or no
  163.      controller found for this Registry entry.  Verify that number of
  164.      controllers installed matches the number configured.  DEFPA.SYS
  165.      driver only.
  166.  
  167. 0x02     EISA slot (SlotNumber) parameter missing or incorrect in Registry.  
  168.      DEFEA.SYS driver only.
  169.  
  170. 0x10     I/O space not enabled in PCI Configuration Table.  This can be
  171.      caused by not having PCI slot enabled during PCI system
  172.      configuration.  DEFPA.SYS driver only.
  173.  
  174. 0x11     Could not register adapter I/O mapped space with operating
  175.      system.  If DEFEA.SYS driver, I/O port addresses are based on
  176.      EISA physical slot numbers and normally cannot conflict.
  177.  
  178.      If DEFPA.SYS driver, I/O address is normally set by system 
  179.      PCI BIOS and is not configurable.
  180.  
  181. 0x12     Interrupt level (IRQ) not set or invalid in PCI Configuration Table
  182.      for this adapter.  If system allows user-configuration of PCI slots
  183.      verify that a proper IRQ value has been set.  DEFPA.SYS driver only.
  184.  
  185. 0x13     Could not register interrupt.  FDDI drivers support shared
  186.      interrupts, so interrupt registration failure often means that
  187.      interrupt is already registered to another driver that doesn't
  188.      support shared interrupts.  Try changing IRQ.
  189.  
  190. 0x20     Could not allocate normal (regular) system memory.  Verify that
  191.      system has enough memory to run Windows NT.
  192.  
  193. 0x21     Could not allocate sufficient shared memory.  Verify that system
  194.      has enough memory to run Windows NT.  If running Windows NT 3.5,
  195.      install Service Pack 2 (SP2) or greater.  Reduce "Receive Buffers"
  196.      and "Static Transmit Buffer Count" parameters if increased from
  197.      default.
  198.  
  199. 0x22     Could not allocate map registers needed for proper transmit packet
  200.      operation.  Verify that system has enough memory to run Windows NT.
  201.      If running Windows NT 3.5, install Service Pack 2 (SP2) or greater.
  202.      Reduce "Transmit Buffers" parameter if increased from default.
  203.  
  204. 0x30     Could not uninitialize or reset adapter.  Try power-cycling system.
  205.      If this doesn't help, run DOS-based diagnostics included with
  206.      adapter.  If problem persists, have adapter replaced.
  207.  
  208. 0x31     Could not transition to link (un)available state.
  209.  
  210. 0x32     Could not set adapter burst size.
  211.  
  212. 0x33     Could not set adapter consumer block address.
  213.  
  214. 0x34     Could not set adapter descriptor block address.
  215.  
  216. 0x35     DMA commands failed during adapter initialization.  Verify that
  217.      adapter is installed in Bus Mastering slot.
  218.  
  219. 0x36     Could not set content addressable memory (CAM) block.
  220.  
  221. 0x37     Could not set adapter filters.
  222.  
  223. 0x38     Could not read factory MAC address (MLA) from adapter.
  224.  
  225. 0x40     The adapter indicated a Non-Existent Memory (NXM) error.  Run 
  226.      diagnostics on adapter.  If the diagnostics fail or if error occurs 
  227.      regularly, have the adapter replaced.
  228.  
  229. 0x41     The adapter indicated a packet memory parity error.  Run diagnostics 
  230.      on adapter.  If the diagnostics fail or if error occurs regularly, 
  231.      have the adapter replaced.
  232.  
  233. 0x42     The adapter indicated a host bus parity error.  Run diagnostics 
  234.      on adapter.  If the diagnostics fail or if error occurs regularly, 
  235.      have the adapter replaced.
  236.  
  237. 0x43     The adapter transitioned to the HALT state.  Run diagnostics 
  238.      on adapter.  If the diagnostics fail or if error occurs regularly, 
  239.      have the adapter replaced.
  240.  
  241. 0x50     Registry configuration data could not be opened for this adapter.
  242.      The Registry is possibly corrupted.
  243.  
  244. 0x51     PCI slot number (SlotNumber) parameter is missing or incorrect
  245.      in Registry.  DEFPA.SYS Windows NT 3.51 or later driver only.
  246.  
  247. 0x52     PCI card instance (CardInstance) parameter is missing or incorrect
  248.      in Registry.  DEFPA.SYS Windows NT 3.5 driver only.
  249.  
  250. 0x60     Receive buffer count (RcvBuffCnt) parameter missing or incorrect 
  251.      in Registry.
  252.  
  253. 0x61     Transmit buffer count (XmtBuffCnt) parameter missing or incorrect 
  254.      in Registry.
  255.  
  256. 0x62     Burst size (BurstSize) parameter missing or incorrect in Registry.
  257.  
  258. 0x63     FDDI Full Duplex (FullDuplexEnable) parameter missing or incorrect 
  259.      in Registry.
  260.  
  261. 0x64     Requested Target Token Rotation Time (RequestedTTRT) parameter
  262.      missing or incorrect in Registry.
  263.  
  264. 0x65     Maximum frame size (MaxFrameSize) parameter is incorrect in Registry.
  265.  
  266. 0x66     Static transmit buffer count (StaticXmtBuffCnt) parameter is
  267.      incorrect in Registry.
  268.