home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 20 NDrivers / 20-NDrivers.zip / NI6510.ZIP / release.txt < prev   
Text File  |  1992-08-05  |  8KB  |  189 lines

  1.  
  2. File Name:    RELEASE.TXT
  3. Product Name: NI6510-NDISDRV
  4. Description:  OS/2 NDIS 2.01 Driver for Racal-Datacom NI6510
  5. Version:      1.35
  6. Part Number:  158-0284-00 
  7.               149-0284-00
  8.  
  9.  
  10. SECTION 1 - Overview
  11. --------------------
  12. The driver in this directory allows the Racal-Datacom NI6510 to be used in
  13. OS/2-based systems to run networking software written to the NDIS specification.
  14.  
  15. This driver has been written for conformance to the NDIS specification as 
  16. described in "Microsoft/3COM LAN Manager Network Driver Interface 
  17. Specification - Version 2.0.1.". 
  18.  
  19. Version 1.32 of this driver was included on the distribution diskettes for
  20. Microsoft LAN Manager 2.1.
  21.  
  22. Version 1.34 added support for the Virtual DMA specification, and was
  23. tested with expanded memory managers such as QEMM, CEMM, and DOS 5.0. It  
  24. also addressed a "slowdown" issue encountered at some sites when the NI6510 
  25. received packets greater than 1514 bytes in length. 
  26.  
  27. Version 1.35 supports IBM OS/2 v2.0. It has been tested in the Racal-Datacom 
  28. labs for correct operation with LAN Manager 2.1.
  29.  
  30. Note that the explanations in Section 4 and Section 5 generally apply to
  31. LAN Manager systems. They may or may not apply to other protocol stacks 
  32. that use NDIS drivers. Complete details can be found by referencing the 
  33. driver section of your network software documentation.
  34.  
  35.  
  36. SECTION 2 - Contents of this directory
  37. ---------------------------------------
  38. To help you install and use this product, the following files are included
  39. in this directory:
  40.  
  41. RELEASE.TXT  - This file
  42.  
  43. NI6510.OS2   - NI6510 OS/2 NDIS Driver 
  44.  
  45. PROTOCOL.INI - Text file that describes the configuration of the driver
  46.                and data-link card to the networking software. 
  47.  
  48.                You may have to edit this file to match the physical
  49.                configuration of your card. For more information, see 
  50.                Section 4 for an explanation of the PROTOCOL.INI parameters.
  51.  
  52. The NI6510.OS2 and PROTOCOL.INI files are included in the \MSLANMAN.OS2 
  53. directory on this diskette in the structure recommended by Microsoft to 
  54. allow automatic installation under LAN Manager. 
  55.  
  56. Also included under \MSLANMAN.OS2 is the NI6510.NIF file, which is used by
  57. the LAN Manager setup program to display available network drivers. See 
  58. Section 5 for an explanation of the NI6510.NIF parameters.
  59.  
  60.  
  61.  
  62.  
  63. SECTION 3 - Installing NDIS drivers under LAN Manager
  64. -----------------------------------------------------
  65. To install a network driver under LAN Manager, we recommend that you import 
  66. and configure the driver using the SETUP program, as follows:
  67.  
  68. 1) Move to the LANMAN installation directory (typically C:\LANMAN) and 
  69.    invoke SETUP. 
  70.  
  71. 2) Select the IMPORT option from the ACTION menu, and follow the instructions 
  72.    for installing a driver disk.
  73.  
  74. 3) Once the driver has been imported, select the VIEW/MODIFY option from 
  75.    the ACTION menu to configure the driver. (Repeat this step if installing
  76.    more than one NI6510 card in your system.)
  77.  
  78. SETUP should make the necessary driver modifications to the CONFIG.SYS and
  79. PROTOCOL.INI files.
  80.  
  81. For example, if you configured the NetBEUI protocol stack to bind with two 
  82. NI6510 cards (one with I/O base address 360 and another with 340), the 
  83. resulting PROTOCOL.INI file should contain the following:
  84.  
  85.   [NETBEUI_XIF]
  86.     DRIVERNAME = NETBEUI$
  87.     BINDINGS = "NI6510_NIF", "NI6510_NIF2"
  88.  
  89.   [NI6510_NIF]
  90.     DRIVERNAME = NI6510$
  91.     IOBASE = 0x360         (NI6510 with I/O base address 360)
  92.  
  93.   [NI6510_NIF2]
  94.     DRIVERNAME = NI65102$
  95.     IOBASE = 0x340         (NI6510 with I/O base address 340)
  96.  
  97. The NI6510 driver should appear twice in CONFIG.SYS, with the I/O base address
  98. specified as follows:
  99.  
  100.    DEVICE=C:\LANMAN\DRIVERS\ETHERNET\NI6510\NI6510.OS2 /p:360
  101.    DEVICE=C:\LANMAN\DRIVERS\ETHERNET\NI6510\NI6510.OS2 /p:340
  102.  
  103.  
  104.  
  105.  
  106. SECTION 4 - Entries in the PROTOCOL.INI File
  107. ---------------------------------------------
  108. The following tables summarize the possible entries and values in 
  109. the [NI6510_NIF] section of the PROTOCOL.INI file:
  110.  
  111.         Table 1 - Entries in the PROTOCOL.INI file
  112. ---------------------------------------------------------------------
  113. Entry                Explanation
  114. ---------------------------------------------------------------------
  115. DRIVERNAME    Identifies the network device driver.  DRIVERNAME is
  116.         the base portion of the file name, plus a digit if
  117.         more than one NI6510 is installed.  DRIVERNAME is
  118.         NI6510$ for the first NI6510, NI65102$ for the 
  119.         second, and so on.
  120. ---------------------------------------------------------------------
  121. IOBASE        Indicates the base I/O address for the NIC.  If this
  122.         entry does not match the NIC's I/O address jumper
  123.         settings, the driver reports an error. If this 
  124.                 entry is omitted, the driver looks for the first 
  125.                 available NIC. 
  126. ---------------------------------------------------------------------
  127. MAXMULTICASTS    Sets the maximum number of multicast addresses the 
  128.         driver supports.
  129. ---------------------------------------------------------------------
  130. MAXRECEIVES    Sets the number of receives that can be queued 
  131.         simultaneously.
  132. ---------------------------------------------------------------------
  133. MAXTRANSMITS    Sets the number of TrasmitChain commands that can be
  134.         queued simultaneously.
  135. ---------------------------------------------------------------------
  136.  
  137. These entries can have the following minimum and maximum values:
  138.  
  139.             Table 2 - Min/Max Entries
  140. ---------------------------------------------------------------------
  141. Entry        Minimum        Maximum        Default
  142. ---------------------------------------------------------------------
  143. DRIVERNAME    NI6510$        NI6510n$    required entry
  144. ---------------------------------------------------------------------
  145. IOBASE        0x300 hex    0x360 hex    optional     
  146. ---------------------------------------------------------------------
  147. MAXMULTICASTS    1        16        10
  148. ---------------------------------------------------------------------
  149. MAXRECEIVES    1        8        4
  150. ---------------------------------------------------------------------
  151. MAXTRANSMITS    1        50        6
  152. ---------------------------------------------------------------------
  153.  
  154.  
  155.  
  156.  
  157. SECTION 5 - Entries in the *.NIF File
  158. -------------------------------------
  159.  
  160.             Table 3 - Entries in the *.NIF file
  161. ---------------------------------------------------------------------
  162. Model        Used by the LAN Manager SETUP program to display the
  163.         name of the driver.
  164. ---------------------------------------------------------------------
  165. Path        Directory location of all files pertinent to the 
  166.                 driver, i.e. the PROTOCOL.INI file and the driver 
  167.                 itself (NI6510.DOS or NI6510.OS2).  The LAN Manager
  168.         installation program appends the value of this field
  169.         to "@lanroot\drivers\" to create a complete path for
  170.         accessing PROTOCOL.INI and the device drivers. Check 
  171.                 the value of "@lanroot\drivers" (or equivalent field
  172.                 for other network operating systems) if your installation 
  173.                 program can not find the driver or PROTOCOL.INI files.
  174. ---------------------------------------------------------------------
  175. DeviceDriver    Name of the driver that will be added to CONFIG.SYS.  
  176.                 If more than one driver must be added, then multiple
  177.         "DeviceDriver" lines should be specified.
  178. ---------------------------------------------------------------------
  179. Type        Specifies that the driver is an NDIS driver.
  180. ---------------------------------------------------------------------
  181. Xports        Applies to NDIS drivers only and indicates the 
  182.         transports that this driver has been tested with. A
  183.         warning may be generated by the LAN Manager SETUP 
  184.                 program if the user attempts to combine the driver with 
  185.         a transport that is not listed in the Xports list.
  186. ---------------------------------------------------------------------
  187.  
  188.  
  189.