home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / wtest / clico / sunsoft / pcnfspro / ndis / drivers / ethernet / macwd / readme.txt < prev   
Encoding:
Text File  |  1995-10-30  |  2.6 KB  |  95 lines

  1. ;Protocol.ini for the Western Digital EtherCard Plus and Plus/A
  2. ;Ethernet cards
  3. ;
  4. ;PROTOCOL.INI PARAMETERS
  5. ;
  6. ; This is a sample PROTOCOL.INI file for the MACWD Western Digital EtherCard
  7. ; NDIS MAC driver.  The [macwd] section shows examples of MACWD configuration
  8. ; parameter settings.  Comments at the end of the file explain these parameters
  9. ; and give their default, minimum and maximum values.  The [protocol manager]
  10. ; and [netbeui] sections aren't meant to be complete or realistic examples,
  11. ; except for the "bindings = macwd" 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 macwd 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:[macwd$]
  20. ;     default:[macwd$]
  21. ;
  22. ;     This parameter's value must be macwd$, it identifies the network
  23. ;     device driver.
  24. ;
  25. ;The following entries are optional under the [macwd] section.
  26. ;
  27. ;iobase (EtherCard Plus only)
  28. ;     units:[hex]
  29. ;     range:[200-3E0]
  30. ;     default:[280]
  31. ;
  32. ;     Indicates the base I/O address for the network adapter card.
  33. ;     This entry must match the adapter card's I/O address jumper settings.
  34. ;
  35. ;irq (EtherCard Plus only)
  36. ;     units:[n/a]
  37. ;     range:[2-15]
  38. ;     default:[3]
  39. ;
  40. ;Indicates the interrupt level of the network adapter card:
  41. ;
  42. ; Value         Meaning
  43. ; -----         -----------
  44. ; 2-7           EtherCard Plus: interrupt levels 2-7
  45. ;
  46. ; 3,4, 10, 15   EtherCard Plus/A (16-bit slot only): interrupt levels 3, 4,
  47. ;               10, and 15
  48. ;
  49. ;
  50. ;maxrequests
  51. ;     units:[integer]
  52. ;     range:[6-64]
  53. ;     default:[8]
  54. ;
  55. ;     Specifies the number of request queue entries.
  56. ;
  57. ;maxtransmits
  58. ;     units:[integer]
  59. ;     range:[6-64]
  60. ;     default:[12]
  61. ;
  62. ;     Specifies the number of transmit queue entries.
  63. ;
  64. ;ramaddress (EtherCard Plus only)
  65. ;     units:[hex]
  66. ;     range:[A000-EC00]
  67. ;     default:[D000]
  68. ;
  69. ;     Indicates the base address of the shared memory on the adapter
  70. ;     card.
  71. ;
  72. ;receivebuffers
  73. ;     units:[integer]
  74. ;     range:[6-96]
  75. ;     default:[12]
  76. ;
  77. ;     Specifies the number of receive buffer queue entries.
  78. ;     receivebufsize
  79. ;
  80. ;receivebufsize
  81. ;     units:[bytes]
  82. ;     range:[256-1536]
  83. ;     default:[256]
  84. ;
  85. ;     Specifies the size, in bytes, of a receive buffer.
  86. ;
  87. ;receivechains
  88. ;     units:[n/a]
  89. ;     range:[6-96]
  90. ;     default:[12]
  91. ;
  92. ;     Specifies the number of receive chain header queue entries.
  93. ;
  94.  
  95.