home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 September / VPR9709B.ISO / DRIVER / DEC / DEFPA280 / WIN95 / README.TXT < prev   
Text File  |  1996-05-28  |  5KB  |  103 lines

  1.  
  2.           WINDOWS 95 DRIVER INSTALLATION INSTRUCTIONS
  3.                 Version v1.82
  4.  
  5. The \WIN95 directory contains the following files:
  6.  
  7. README.TXT   - This file.
  8. DEFPA.SYS    - Windows 95 driver for DEC FDDIcontroller/PCI.
  9.  
  10.  
  11.             ***TRADEMARKS***
  12.  
  13.   DEC, Digital, and DECpc are trademarks of Digital Equipment 
  14.   Corporation. 
  15.  
  16.   Microsoft, MS, and MS-DOS are registered trademarks and Windows
  17.   and Windows NT are trademarks of Microsoft Corporation.
  18.  
  19.  
  20.  
  21. KIT CONTENTS:
  22.  
  23. This distribution kit contains the Windows 95 device driver for
  24. the DEC FDDIcontroller/PCI adapter.
  25.  
  26. INSTALLATION:
  27.  
  28. For general installation instructions, refer to the manual(s) that
  29. came with Windows 95.  Read the section that describes the installation
  30. of network cards.
  31.  
  32. From the Network option under Control Panel, select "Add" then "Adapter".
  33. This will display the "Select Network adapters" dialog box.  Select the
  34. "Have Disk" button, then enter "A:\" after inserting the DOS-based
  35. driver diskette that came with your DEC FDDIcontroller/PCI adapter.  The
  36. driver and installation file will be copied to the appropriate system
  37. file area once you leave the Network dialog box.
  38.  
  39. CUSTOMIZATION:
  40.  
  41. For most configurations, no customization of the driver should be necessary.
  42. However, a number of parameters are available for users to change by first
  43. selecting "Properties" after highlighting the desired DEC FDDIcontroller 
  44. under the Network dialog box.  Next, select the "Advanced" option under the
  45. Properties dialog box, then use your mouse and keyboard to change the
  46. default settings per the following descriptions.
  47.  
  48. "Burst Size" affects the adapter longword burst size.  The default is
  49. 16 longword burst, but this parameter can be used to lower the value.
  50. Lowering this parameter may impact driver performance, so care should
  51. be taken before modifying this parameter.
  52.  
  53. "Receive Buffers" affects the maximum number of host receive buffers that 
  54. can be used by the adapter at a time.  Although this number is small, 
  55. increasing it is not likely to increase performance because the adapter 
  56. itself provides a large amount of receive buffering (~1MByte).
  57.  
  58. "Transmit Buffers" affects the maximum number of map registers that can be
  59. allocated by the adapter.  During packet transmission, an NDIS_PACKET may be
  60. comprised of several NDIS_BUFFERs where each NDIS_BUFFER requires a map
  61. register for physical DMA (Direct Memory Access).  The default of 32 is 
  62. within NDIS 3.0 specification, but the adapter may be able to handle more 
  63. outstanding transmit packets if this value is increased.  However, map
  64. registers are a limited system resource and arbitrarily increasing this 
  65. parameter may make this adapter or other adapters in the system unusable.
  66. Arbitrarily lowering this parameter may impact driver performance or cause
  67. undesired behavior.  CARE SHOULD BE TAKEN BEFORE MODIFYING THIS PARAMETER!
  68.  
  69. "Static Transmit Buffers" affects the maximum number of static transmit
  70. buffers that are available to the driver.  As mentioned in the "Transmit
  71. Buffers" parameter description, for maximum performance, the driver DMA's
  72. directly from the NDIS_BUFFERs in an NDIS_PACKET.  Should the NDIS_PACKET
  73. be comprised of too many NDIS_BUFFERs, or the adapter descriptor table is
  74. full, the driver will attempt to buffer copy the outgoing packet into one
  75. of the static transmit buffers.  The default value is kept low because
  76. the driver will normally not encounter the situation where it needs to
  77. buffer copy the packet during transmission.
  78.  
  79. "Full Duplex Enable" affects the eFDXEnable MIB value.  Digital FDDI adapters 
  80. are in Full-Duplex (FDX) mode when the mode setting is enabled and the
  81. adapter is connected point-point with another similarly enabled FDDI adapter 
  82. or the Digital GIGAswitch FDDI switch.  FDX mode takes advantage of the 
  83. point-point connection by removing the FDDI token and allowing simultaneous 
  84. receive and transmit of packets.  FDX mode will help reduce latency and may 
  85. increase network throughput if the system is nearing the standard FDDI 
  86. maximum throughput.
  87.  
  88. "Requested TTRT (4-165)" affects the MACTReq SMT MIB object.  FDDI selects
  89. the target token rotation time during the claim process (eg. when an FDDI
  90. node has entered or left the ring).  During this time, each FDDI node offers
  91. its requested TTRT (MACTReq MIB object) and the lowest bidder wins.  
  92. Normally this parameter does NOT need to be modified from the default of 
  93. 8ms.  However, some installations may set this value arbitrarily high on 
  94. end node stations so that the requested TTRT can be more easily managed 
  95. from an FDDI concentrator or switch.  For this reason, the range of 4-165ms. 
  96. is supported with a default of 8.  This parameter should only be modified 
  97. by experienced FDDI network managers.  
  98.  
  99. "Maximum Frame Size (3-4478)" affects the maximum FDDI frame size (not
  100. including media header) that the driver will advertise to the protocol
  101. stacks.  By default, the maximum size is 4478 bytes.  However, there
  102. may be a need to lower this parameter.
  103.