home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / wtest / clico / sunsoft / pcnfs51 / elnk.zoo / readme.txt < prev   
Text File  |  1990-06-28  |  3KB  |  97 lines

  1. ;Protocol.ini for the 3Com EtherLink
  2. ;Ethernet cards
  3. ;
  4. ;PROTOCOL.INI PARAMETERS
  5. ;
  6. ; This is a sample PROTOCOL.INI file for the ELNK 3Com Etherlink NDIS MAC
  7. ; driver.  The [ELNK] section shows examples of ELNK configuration parameter
  8. ; settings.  Comments at the end of the file explain these parameters and give
  9. ; their default, minimum and maximum values.  The [protocol manager] and
  10. ; [netbeui] sections aren't meant to be complete or realistic examples, except
  11. ; for the "BINDINGS = ELNK" line in the [netbeui] section.
  12. ;    The only parameter that must be specified is the "drivername".  Note
  13. ; that many of these parameters have default values (which are given below
  14. ; under "Comments about ELNK parameters"). A parameter need not be specified
  15. ; in your PROTOCOL.INI if its default value is satisfactory.
  16. ;
  17. ;drivername
  18. ;     units:[n/a]
  19. ;     range:[elnk$,elnk2$,elnk3$,...]
  20. ;     default:[elnk$]
  21. ;
  22. ;      This parameter's value must be ELNK$, or, in the case where
  23. ;      multiple adapters are installed, ELNK$ for the first adapter's
  24. ;      drivername, ELNK2$ for the second one, ELNK3$ for the third, and
  25. ;      so on.
  26. ;
  27. ;The following entries are optional under the [ELNK] section.
  28. ;
  29. ;dmachannel
  30. ;     units:[integer]
  31. ;     range:[none-3]
  32. ;     default:[1 for 8088 and 8086, none for 80286 and 80386]
  33. ;
  34. ;     Indicates the current DMA jumper configuration of the network
  35. ;     adapter card. The value can be none, 1, 2, or 3. When the value
  36. ;     is none, the driver uses program I/O instead of DMA for data
  37. ;     transfers.
  38. ;
  39. ;dmamode
  40. ;     units:[n/a]
  41. ;     range:[byte,burst]
  42. ;     default:[burst]
  43. ;
  44. ;     Determines the DMA mode of the network adapter card. The adapter
  45. ;     runs faster in burst mode. The random access memory (RAM) refresh
  46. ;     rate is sometimes delayed, however, so byte mode is available in case
  47. ;     the refresh rate causes problems with applications or hardware.
  48. ;
  49. ;interrupt
  50. ;     units:[integer]
  51. ;     range:[2-7]
  52. ;     default:[3]
  53. ;
  54. ;     On an 80286 or 80386 computer, specifying interrupt level 2
  55. ;     will be redirected to interrupt level 9 because the cascaded programmable
  56. ;     interrupt control (PIC) is already using interrupt level 2.
  57. ;
  58. ;ioaddress
  59. ;     units:[hex]
  60. ;     range:[200-3F0]
  61. ;     default:[300]
  62. ;
  63. ;     Indicates the current I/O address jumper configuration of
  64. ;     the network adapter card. The value selected on the adapter card must
  65. ;     equal this entry's value. If this entry does not match the adapter
  66. ;     card's switch settings, the driver reports an error.
  67. ;
  68. ;maxrequests
  69. ;    units:[integer]
  70. ;    range:[8-32]
  71. ;    default:[8]
  72. ;
  73. ;    Sets the number of general request queue entries. General
  74. ;    requests are SetPacketFilter, AddMulticastAddress, RequestInterrupt,
  75. ;    and so forth.
  76. ;
  77. ;maxtransmits
  78. ;    units:[integer]
  79. ;    range:[8-50]
  80. ;    default:[12]
  81. ;
  82. ;    Specifies the number of transmit queue entries in this driver.
  83. ;    On a server, this number should be equal to the transmit window size
  84. ;    times the maximum number of sessions.
  85. ;
  86. ;netaddress
  87. ;    units:[hex]
  88. ;    range:[12 hex digits]
  89. ;    default:[n/a]
  90. ;
  91. ;    Overrides the network address of the network adapter card.
  92. ;    This entry should only be used if, for some reason, there are duplicate
  93. ;    addresses on the network. The value of this entry is a hexadecimal
  94. ;    string of 12 digits enclosed in quotation marks, such as "02608C010001".
  95. ;
  96.  
  97.