home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 20 NDrivers / 20-NDrivers.zip / ELNKPL.ZIP / ELNKPL.NIF
INI File  |  1992-06-02  |  4KB  |  113 lines

  1. [ELNKPL]
  2. Type = NDIS
  3. Title = "3Com 3C505 EtherLink Plus Adapter"
  4. Version = 1.1
  5. Drivername = ELNKPL$
  6. Xports = NETBEUI LANDD
  7.  
  8. [FILE]
  9. Name = ELNKPL.OS2
  10. Path = @lanroot\DRIVERS\ETHERNET\ELNKPL
  11.  
  12. ; Parameter start
  13.  
  14. [netaddress]
  15. tag = NETADDRESS
  16. display = "Network adapter address"
  17. type = Hexstring
  18. Strlength = 12
  19. optional = YES
  20. editable = YES
  21. help = "This parameter overrides the network address of the network
  22.  adapter card.  The value of this parameter is a hexadecimal string of
  23.  12 digits, as in 020001020304.  The address
  24.  must be unique among all other network adapter addresses on the
  25.  network."
  26.  
  27. [interrupt]
  28. tag = INTERRUPT
  29. display = "Interrupt level"
  30. type = decimal
  31. set = 3, 4, 5, 6, 7, 9, 10, 11, 12, 14, 15
  32. default = 3
  33. optional = YES
  34. editable = YES
  35. help = "This parameter specifies the interrupt level used for
  36.  notifications
  37.  between the workstation and the network adapter card.  Ensure that no
  38.  conflicts exist between the various system components in their use
  39.  of interrupts.  For an 80286, 80386, or 80486 workstation, the specified
  40.  interrupt level will be redirected to interrupt level 9 because the
  41.  cascaded PIC is already using interrupt level 2."
  42.  
  43. [ioaddress]
  44. tag = IOAddress
  45. display = "I/O base address"
  46. type = Hexadecimal
  47. set = 250, 280, 2A0, 2E0, 300, 310, 330, 350
  48. default = 300
  49. optional = YES
  50. editable = YES
  51. help = "This parameter specifies the starting address of the
  52.  input/output port for the network adapter card.  The defined value
  53.  must be based on the jumper configuration of the network adapter card.
  54.  If the value of this parameter does not match the network adapter card
  55.  jumper configuration, the network adapter driver reports an error."
  56.  
  57. [dmachannel]
  58. tag = DMAChannel
  59. display = "DMA Channel Number"
  60. type = decimal
  61. set = 1, 3, 5, 6, 7
  62. default = 5
  63. optional = YES
  64. editable = YES
  65. help =  "This parameter specifies the starting DMA channel assigned to
  66.  the network adapter card.  The defined value must be based on the jumper
  67.  configuration of the network adapter card.  If the value of this parameter
  68.  does not match the network adapter card jumper configuration, the
  69.  network adapter driver reports an error."
  70.  
  71.  
  72. ;[transceiver]
  73. ;tag = TRANSCEIVER
  74. ;display = "Transceiver"
  75. ;type = string
  76. ;Strlength = 8
  77. ;Set = EXTERNAL, ONBOARD
  78. ;default = ONBOARD
  79. ;optional = YES
  80. ;editable = YES
  81. ;help = "This parameter specifies the transceiver configuration of the
  82. ; network adapter card.  The specification of this parameter depends
  83. ; on the specific hardware configuration.  This parameter is used only
  84. ; for the EtherLink II adapter for Personal Computer AT workstations.
  85. ; Use 'ONBOARD' if you have a Coax or thin Ethernet connector and use
  86. ; 'EXTERNAL' if you have a DIX or thick Ethernet connector."
  87.  
  88. ;[maxtransmits]
  89. ;tag = MAXTRANSMITS
  90. ;display = "Maximum number of queued transmits"
  91. ;type = decimal
  92. ;range = 8 - 50
  93. ;default = 8
  94. ;optional = YES
  95. ;editable = YES
  96. ;help = "This parameter specifies the maximum number of transmit queue
  97. ; entries for the network adapter driver.  For a server workstation or
  98. ; gateway workstation, set this parameter to 40.";
  99.  
  100. ;[xmitbufs]
  101. ;tag = XMITBUFS
  102. ;display = "Number of adapter transmit buffers"
  103. ;type = decimal
  104. ;range = 1 - 2
  105. ;default = 2
  106. ;optional = YES
  107. ;editable = YES
  108. ;help = "This parameter specifies the number of 146-byte transmit
  109. ; buffers to allocate on the network adapter card.  Allocating a second
  110. ; transmit buffer may improve transmission performance but it also
  111. ; reduces the amount of memory available for storing received packets."
  112.  
  113.