home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / depca13c.zip / readme.bak < prev    next >
Text File  |  1992-10-28  |  4KB  |  124 lines

  1. ;
  2. ;                      PROTOCOL.INI PARAMETERS
  3. ;   for the DEC EtherWORKS (MC, EISA, LC, Turbo & DEPCA) Ethernet Adapters
  4. ;
  5. ;
  6. ; This document describes the PROTOCOL.INI keywords used for the
  7. ; DEC EtherWORKS NDIS MAC driver.  The only parameter that must be
  8. ; specified is the "DriverName".  Note that many of these parameters
  9. ; have default values (which are specified below).  A parameter need
  10. ; not be specified in the PROTOCOL.INI file if its default value is
  11. ; satisfactory.
  12. ;
  13. ;DriverName
  14. ;     units:[n/a]
  15. ;     range:[DEPCA$]
  16. ;     default:[DEPCA$]
  17. ;
  18. ;     This parameter's value must be DEPCA$, it identifies the network
  19. ;     device driver.
  20. ;
  21. ; The following entries are optional under the [DEPCA] section.
  22. ;
  23. ;MaxMulticast
  24. ;     units:[integer]
  25. ;     range:[1-256]
  26. ;     default:[8]
  27. ;     Example: 8
  28. ;
  29. ;     This specifies the maximum number of multicast addresses that can
  30. ;     be in effect simultaneously. (NOTE that there's no 's' on the end of
  31. ;     this keyword.)
  32. ;
  33. ;MaxTransmits
  34. ;     units:[integer]
  35. ;     range:[0-256]
  36. ;     default:[16]
  37. ;     Example: 16
  38. ;
  39. ;     This specifies the number of "TransmitChain"s that the MAC driver
  40. ;     guarantees to accept without giving an "OUT_OF_RESOURCE" response.
  41. ;
  42. ; The following parameters ONLY need to be set if your DEC EtherWORKS
  43. ; adapter (MC, EISA, LC, Turbo or DEPCA) does not contain a diagnostic or
  44. ; remote boot ROM chip.
  45. ;
  46. ;AdapterName
  47. ;     units:[n/a]
  48. ;     range:[DEPCA,DE100,DE200,DE210,DE422]
  49. ;     default:[n/a]
  50. ;     Example: DE100
  51. ;
  52. ;     This specifies the name of the ethernet adapter.
  53. ;
  54. ;     values        adapter
  55. ;     ------------  -------------------
  56. ;     DEPCA         DEPCA
  57. ;     DE100         DEC EtherWORKS LC
  58. ;     DE200         DEC EtherWORKS Turbo
  59. ;     DE210         DEC EtherWORKS MC
  60. ;     DE422         DEC EtherWORKS EISA
  61. ;
  62. ;RamAddress
  63. ;     units:[hex]
  64. ;     range:[C000,C800,D000,D800,E000,E800]
  65. ;     range for Micro Channel cards with 16KB mode option:
  66. ;
  67. ;        [C000, C100, C200, C300, C400, C500
  68. ;         C600, C700, C800, C900, CA00, CB00
  69. ;         CC00, D000, D100, D200, D300, D400
  70. ;         D500, D600, D700, D800, D900, DA00
  71. ;         DB00, DC00, E000, E100, E200, E300
  72. ;         E400, E500, E600, E700, E800, E900
  73. ;         EA00, EB00, EC00]
  74. ;
  75. ;     default:[n/a]
  76. ;     Example: 0xD000
  77. ;
  78. ;     This specifies the physical base address in the PC memory address
  79. ;     space of the "window" through which the adapter's RAM will be
  80. ;     referenced.  This parameter's value must agree with the jumpered
  81. ;     configuration of the adapter.  Not required for DEC EtherWORKS MC
  82. ;     Adapter and DEC EtherWORKS EISA Adapter.
  83. ;       
  84. ;Interrupt
  85. ;     units:[integer]
  86. ;     range:[2-15]
  87. ;     default:[n/a]
  88. ;     Example: 5
  89. ;
  90. ;     This specifies the IRQ level that will be used by the adapter-to-PC
  91. ;     interrupt.  Its value must agree with the jumpered configuration of
  92. ;     the adapter.  Not required for DEC EtherWORKS MC Adapter and DEC 
  93. ;     EtherWORKS EISA Adapter.
  94. ;
  95. ;     values        adapter
  96. ;     ------------  -------------------
  97. ;     2,3,4,5,7     DEPCA
  98. ;     2,3,4,5,7     DEC EtherWORKS LC
  99. ;     5,9,10,11,15  DEC EtherWORKS Turbo
  100. ;     5,9,10,11     DEC EtherWORKS MC
  101. ;     5,9,10,11     DEC EtherWORKS EISA
  102. ;
  103. ;Netaddress
  104. ;     units:[integer/character]
  105. ;     range:[0h-0Fh] quotes are required
  106. ;     default:[n/a]
  107. ;     Example: "08002B12AF34" 
  108.  
  109. ;     This specifies the station address that will be used by the adpter
  110. ;     if the upper layers do not provide a way to set the station address.
  111. ;     If the uppers layers set the station address, then this switch will
  112. ;     be ignored.
  113. ;
  114. ; Following is an example PROTOCOL.INI fragment for a DEC EtherWORKS
  115. ; Turbo adapter with no diagnostic or remote boot ROM chip:
  116.  
  117. [DEPCA_NIF]
  118.     DriverName   = DEPCA$
  119.     MaxMulticast = 12
  120.     MaxTransmits = 32
  121.     AdapterName  = DE200
  122.     RamAddress   = 0xD000
  123.     Interrupt    = 5
  124.