home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 20 NDrivers / 20-NDrivers.zip / 3COM_MAC.ZIP / ELNKII.NIF next >
INI File  |  1991-11-27  |  3KB  |  98 lines

  1. [ELNKII]
  2. Type = NDIS
  3. Title = "3Com 3C503 EtherLink II Adapter"
  4. Version = 1.1
  5. Drivername = ELNKII$
  6. Xports = NETBEUI LANDD
  7.  
  8. [FILE]
  9. Name = ELNKII.OS2
  10. Path = @lanroot\DRIVERS\ETHERNET\ELNKII
  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. range = 2 - 5
  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. [transceiver]
  58. tag = TRANSCEIVER
  59. display = "Transceiver"
  60. type = string
  61. Strlength = 8
  62. Set = EXTERNAL, ONBOARD
  63. default = ONBOARD
  64. optional = YES
  65. editable = YES
  66. help = "This parameter specifies the transceiver configuration of the
  67.  network adapter card.  The specification of this parameter depends
  68.  on the specific hardware configuration.  This parameter is used only
  69.  for the EtherLink II adapter for Personal Computer AT workstations.
  70.  Use 'ONBOARD' if you have a Coax or thin Ethernet connector and use
  71.  'EXTERNAL' if you have a DIX or thick Ethernet connector."
  72.  
  73. [maxtransmits]
  74. tag = MAXTRANSMITS
  75. display = "Maximum number of queued transmits"
  76. type = decimal
  77. range = 8 - 50
  78. default = 8
  79. optional = YES
  80. editable = YES
  81. help = "This parameter specifies the maximum number of transmit queue
  82.  entries for the network adapter driver.  For a server workstation or
  83.  gateway workstation, set this parameter to 40."
  84.  
  85. [xmitbufs]
  86. tag = XMITBUFS
  87. display = "Number of adapter transmit buffers"
  88. type = decimal
  89. range = 1 - 2
  90. default = 2
  91. optional = YES
  92. editable = YES
  93. help = "This parameter specifies the number of 146-byte transmit
  94.  buffers to allocate on the network adapter card.  Allocating a second
  95.  transmit buffer may improve transmission performance but it also
  96.  reduces the amount of memory available for storing received packets."
  97.  
  98.