home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / NE3200.ZIP / README.TXT < prev   
Encoding:
Text File  |  1990-09-17  |  2.8 KB  |  92 lines

  1.  
  2. Protocol.ini for the NOVELL NE3200 EISA Ethernet
  3.  
  4. PROTOCOL.INI PARAMETERS
  5.  
  6. This is an example PROTOCOL.INI file for the Novell NE3200 EISA Ethernet
  7. driver.  The NE3200 section shows examples of the NE3200 EISA Ethernet
  8. configuration parameter settings.  Comments at the end of the file explain
  9. these parameters and give their default, minimum and maximum values.   The
  10. [protocol manager] and [netbeui] sections aren't meant to be complete or
  11. realistic examples except for the "BINDINGS = NE3200" line in the [netbeui]
  12. section.
  13.  
  14. Note that the EISA configuration must be set to "edge-triggered."  The
  15. edge triggering option can be selected using the EISA/system configuration
  16. program and the NE3200 configuration file. For more information about
  17. selecting the triggering option, see the documentation.
  18.  
  19.         The only parameter that must be specified is the "drivername".  Note
  20. that many of these parameters have default values (which are given below
  21. under "Comments about NE3200 parameters").  A parameter need not be specified
  22. in your PROTOCOL.INI if its default value is satisfactory.
  23.  
  24. drivername
  25.         units:[n/a]
  26.         range:[NE3200$, NE32002$,...]
  27.         default:[NE3200$]
  28.  
  29. DRIVERNAME     Identifies the network device driver. DRIVERNAME is the base
  30. portion of the filename plus a digit if there is more than one NE3200
  31. driver. DRIVERNAME is NE3200$ for the first driver, NE32002$ for the second,
  32. and so on.
  33.  
  34.  
  35. netaddress
  36.         units:[hex]
  37.         range:[12 hex digits]
  38.         default:[n/a]
  39.  
  40. NETADDRESS     Overrides the network address of the NIC. This entry should
  41. only be used if there are duplicate addresses on the network. The network
  42. address value is a hexadecimal string of 12 digits enclosed in double quotes
  43. (" ").
  44.  
  45.  
  46. maxrequests
  47.         units:[integer]
  48.         range:[3-10]
  49.         default:[5]
  50.  
  51. MAXREQUESTS    Specifies the maximum number of general requests that can be
  52. pending at one time.
  53.  
  54.  
  55. maxtransmits
  56.         units:[integer]
  57.         range:[3-100]
  58.         default:[5]
  59.  
  60. MAXTRANSMITS   Specifies the maximum number of buffers that can be queued for
  61. transmission at one time.
  62.  
  63.  
  64. maxframesize
  65.         units:[integer]
  66.         range:[256-1514]
  67.         default:[1514]
  68.  
  69.  
  70. MAXFRAMESIZE   Specifies the size of the RECEIVE and TRANSMIT buffers, in
  71. bytes. This limit refers to that portion of the frame from the destination
  72. address field through the last byte of data.  The frame check sequence field
  73. is not included.
  74.  
  75.  
  76. maxmulticast
  77.         units:[integer]
  78.         range:[0-50]
  79.         default:[20]
  80.  
  81. MAXMULTICAST   Specifies the maximum number of multicast addresses that the
  82. driver will allow.
  83.  
  84.  
  85. maxreceives
  86.         units:[integer]
  87.         range:[3-30]
  88.         default:[15]
  89.  
  90. MAXRECEIVES    Specifies the maximum number of receive buffers that can be
  91. queued at one time.
  92.