home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / us8210b4.dsk / IBMCOM / MACS / MACS.ZIP / ibmcom / macs / elnkii.nif < prev    next >
INI File  |  1995-06-02  |  3KB  |  97 lines

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