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

  1. ;
  2. ; DRIVERNAME
  3. ;
  4. ;   This parameter must be pcntnd$.  In the case where multiple adapters are
  5. ;   installed, this string should be replaced by pcntnd2$ for the second
  6. ;   adapter, pcntnd3$ for the third one, and so on.
  7.   DRIVERNAME = PCNTND$
  8.  
  9. ;
  10. ; IOBASE
  11. ;
  12. ;   This parameter is optional.  It specifies the I/O address occupied by
  13. ;   the adapter.
  14. ;
  15. ;   For PCnet-ISA type adapter the possible values are: 0x300, 0x320, 0x340,
  16. ;   0x360.  The value must match the jumper settings.  The driver will scan
  17. ;   for the I/O address.  Default is 0x300.
  18. ;
  19. ;   For PCnet-ISA+ or PCnet-ISA II type adapter the possible values are:
  20. ;   0x200-0x3FF (per 0x20 offset).  Determined by PnP Configuration Manager
  21. ;   or by on-board EEPROM when PnP is disabled.
  22. ;
  23. ;   For PCnet-32 type adapter the possible values are: 0x200-0x3FF (per 0x20
  24. ;   offset).  Determined by on-board EEPROM.
  25. ;
  26. ;   For PCnet-PCI type adapter the possible values are: 0x0000-0xFFFF.
  27. ;   Determined by PCI system BIOS.
  28.   PORT = 0x300
  29.  
  30. ;
  31. ; INTERRUPT
  32. ;
  33. ;   This parameter is optional.  It specifies the hardware interrupt which
  34. ;   the adapter uses to signal events to the CPU.
  35. ;
  36. ;   For PCnet-ISA type adapter the possible values are: 3, 4, 5, 9.  The value
  37. ;   must match the jumper settings.  Default is 3.
  38. ;
  39. ;   For PCnet-ISA+ or PCnet-ISA II type adapter the possible values are: 3,
  40. ;   4, 5, 9, 10, 11, 12, 15.  Determined by PnP Configuration Manager or by
  41. ;   on-board EEPROM when PnP is disabled.
  42. ;
  43. ;   For PCnet-32 type adapter the possible values are: 0-15.  Determined by
  44. ;   on-board EEPROM.  IRQ read from I/O offset 0x08.
  45. ;
  46. ;   For PCnet-PCI type adapter the possible values are: 0-15.  Determined by
  47. ;   PCI system BIOS.
  48.   INTERRUPT = 3
  49.  
  50. ;
  51. ; DMA
  52. ;
  53. ;   This parameter is optional.  It specifies DMA channel used by the adapter.
  54. ;
  55. ;   For PCnet-ISA type adapter the possible values are: 3, 5, 6, 7.  The value
  56. ;   must match the jumper settings.  Default is 5.
  57. ;
  58. ;   For PCnet-ISA+ or PCnet-ISA II type adapter the possible values are: 3,
  59. ;   5, 6, 7.  Determined by PnP Configuration Manager or by on-board EEPROM
  60. ;   when PnP is disabled.
  61. ;
  62. ;   For PCnet-32 type adapter this parameter is not available.  Determined by
  63. ;   software.
  64. ;
  65. ;   For PCnet-PCI type adapter this parameter is not available.  Determined by
  66. ;   software.
  67.   DMA = 5
  68.  
  69. ;
  70. ; TXBUFFERS
  71. ;
  72. ;   This parameter is optional.  It affects the size of transmit buffers.
  73. ;   The specified value must be a power of 2.  Default is 4.
  74.   TXBUFFERS = 4
  75.  
  76. ;
  77. ; RXBUFFERS
  78. ;
  79. ;   This parameter is optional.  It affects the size of receive buffers.
  80. ;   The specified value must be a power of 2.  Default is 4.
  81.   RXBUFFERS = 4
  82.  
  83. ;
  84. ; MAXMULTICASTS
  85. ;
  86. ;   This parameter is optional.  It designates the maximum number of multicast
  87. ;   addresses for the device.  Default is 10.
  88.   MAXMULTICASTS = 10
  89.  
  90. ;
  91. ; BUS_TO_SCAN
  92. ;
  93. ;   This parameter is optional.  It determines bus type to be scanned.
  94. ;   Possible values are: PCI, PCI1, PCI2, PNP, ISA, VESA, Not Present (All).
  95. ;  BUS_TO_SCAN =
  96.  
  97. ;
  98. ; NETADDRESS
  99. ;
  100. ;   This parameter is optional.  It allows the user to specify or overwrite
  101. ;   the IEEE or manufacturer address.  Possible values are: any valid IEEE
  102. ;   address, Not Present.  Default is Not Present.
  103. ;  NETADDRESS = 
  104.  
  105. ;
  106. ; FDUP
  107. ;
  108. ;   This parameter is optional and may only be used for a PCnet-ISA II
  109. ;   type adapter.  It enables or disables full duplex support on the 10BaseT
  110. ;   and AUI ports.  The possible values are: UTP, AUI, OFF.
  111. ;  FDUP =
  112.  
  113.  
  114.