home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / wtest / clico / sunsoft / pcnfspro / ndis / drivers / ethernet / depca / protocol.ini < prev    next >
Encoding:
Text File  |  1995-10-30  |  2.3 KB  |  75 lines

  1. ;               PROTOCOL.INI PARAMETERS
  2. ;   for the DEC EtherWORKS (MC, LC, Turbo & DEPCA) Ethernet Adapters
  3. ;
  4. ; This document describes the PROTOCOL.INI keywords used for the
  5. ; DEC EtherWORKS NDIS MAC driver.  The only parameter that must be
  6. ; specified is the "DriverName".  Note that many of these parameters
  7. ; have default values (which are specified below).  A parameter need
  8. ; not be specified in the PROTOCOL.INI file if its default value is
  9. ; satisfactory.
  10. ;
  11. ;DriverName
  12. ;     units:[n/a]
  13. ;     range:[DEPCA$]
  14. ;     default:[DEPCA$]
  15. ;
  16. ;     This parameter's value must be DEPCA$, it identifies the network
  17. ;     device driver.
  18.     DriverName     = DEPCA$
  19. ;
  20. ;MaxMulticast
  21. ;     units:[integer]
  22. ;     range:[1-256]
  23. ;     default:[8]
  24. ;
  25. ;     This specifies the maximum number of multicast addresses that can
  26. ;     be in effect simultaneously. (NOTE that there's no 's' on the end of
  27. ;     this keyword.)
  28.     MaxMulticast = 12
  29. ;
  30. ;MaxTransmits
  31. ;     units:[integer]
  32. ;     range:[0-256]
  33. ;     default:[16]
  34. ;
  35. ;     This specifies the number of "TransmitChain"s that the MAC driver
  36. ;     guarantees to accept without giving an "OUT_OF_RESOURCE" response.
  37.     MaxTransmits = 32
  38. ;
  39. ;AdapterName
  40. ;     units:[n/a]
  41. ;     range:[DEPCA,DE100,DE200,DE210]
  42. ;     default:[n/a]
  43. ;
  44. ;     This specifies the name of the ethernet adapter.
  45. ;
  46. ;     values        adapter
  47. ;     ------------  -------------------
  48. ;     DEPCA         DEPCA
  49. ;     DE100         DEC EtherWORKS LC
  50. ;     DE200         DEC EtherWORKS Turbo
  51. ;     DE210         DEC EtherWORKS MC
  52.     AdapterName  = DE200
  53. ;
  54. ;RamAddress
  55. ;     units:[hex]
  56. ;     range:[C000,C800,D000,D800,E000,E800]
  57. ;     default:[n/a]
  58. ;
  59. ;     This specifies the physical base address in the PC memory address
  60. ;     space of the "window" through which the adapter's RAM will be
  61. ;     referenced.  This parameter's value must agree with the jumpered
  62. ;     configuration of the adapter.  Not required for DEC EtherWORKS MC
  63. ;     Adapter.
  64.     RamAddress   = 0xD000
  65. ;    
  66. ;Interrupt
  67. ;     units:[integer]
  68. ;     range:[2-15]
  69. ;     default:[n/a]
  70. ;
  71. ;     This specifies the IRQ level that will be used by the adapter-to-PC
  72. ;     interrupt.  Its value must agree with the jumpered configuration of
  73. ;     the adapter.  Not required for DEC EtherWORKS MC Adapter.
  74.     Interrupt     = 3
  75.