home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 20 NDrivers / 20-NDrivers.zip / os2_drvs.exe / OTCETH.NIF < prev    next >
INI File  |  1997-08-01  |  5KB  |  149 lines

  1. [OTCETH]
  2. Type = NDIS
  3. Title = "Ositech Trumpcard (OTCETH.OS2)"
  4. Version = 02.01
  5. DriverName = OTCETH$
  6.  
  7. [FILE]
  8. Name = OTCETH.OS2
  9.  
  10.  
  11. ; Parameter start
  12.  
  13. [MEM]
  14. display = "Memory location to use"
  15. type = Hexadecimal
  16. range = B000 - EFFF
  17. step = 200
  18. default = C800
  19. optional = YES
  20. editable = YES
  21. help = "This keyword only applies if Card Services is not present, the
  22.  driver will require the 4K memory window in order to determine if
  23.  the Trumpcard is present.  If running a memory manager such as
  24.  EMM386 or QEMM make sure to exclude the memory range used,
  25.  i.e. X=C800-C8FF"
  26.  
  27. [MEDIA]
  28. display = "Media type selected by the driver"
  29. type = string
  30. strlength = 8
  31. set = "BASET", "BASE2", "AUTO", "BASE100T"
  32. default = "AUTO"
  33. optional = YES
  34. editable = YES
  35. help = "If you are using the dual media Trumpcard network adapter then
  36.  setting this keyword to BASE2 or BASET will force only that media type
  37.  connection.  By default the driver will try to determine which media
  38.  is connected by first trying BASET and then BASE2.  Please note that
  39.  10/100 Mbps Trumpcards do NOT support the BASE2 keyword.  10/100 Mbps
  40.  Trumpcards can be forced into 100BaseTX mode by selecting BASE100T.
  41.  If you force the media you can also set the DUPLEX.  Ositech recommends
  42.  that you always use AUTO unless there is a specific reason not to."
  43.  
  44. [FULLDUPLEX]
  45. display = "Force the duplex mode"
  46. type = none
  47. default = NO
  48. set = YES,NO
  49. optional = YES
  50. editable = YES
  51. virtual = no
  52. help = "Using this KEYWORD will force the duplex mode of the TRUMPCARD.
  53.  This keyword only works if the MEDIA is forced."
  54.  
  55. [INTERRUPT]
  56. tag = Interrupt
  57. display = "Set the interrupt level"
  58. type = decimal
  59. set = 3,4,5,7,9,10,11,12
  60. default = 5
  61. optional = YES
  62. editable = YES
  63. help = "If this keyword exists the driver will return an error if unable to
  64.  operate using the interrupt specified.  If the keyword does not exist the
  65.  default interrupt level will be 5 if Card Services is not present, otherwise
  66.  the first available interrupt obtained from Card Services will be used."
  67.  
  68. [IOBase]
  69. tag = IOAddress
  70. display = "Set the I/O port"
  71. type = Hexadecimal
  72. set = 200, 240, 280, 300, 340, 380
  73. default = 300
  74. optional = YES
  75. editable = YES
  76. help = "If this keyword exists the driver will return an error if unable to
  77.  operate using the I/O port specified.  If the keyword does not exist the
  78.  default I/O port will be 300 if Card Services is not present, otherwise
  79.  the first available I/O port obtained from Card Services will be used."
  80.  
  81. [NetAddress]
  82. display = "Network adapter address"
  83. type = Hexstring
  84. Strlength = 14
  85. optional = YES
  86. editable = YES
  87. help = "This parameter overrides the stored network address of the network
  88.  adapter card.  The value of this parameter is a hexadecimal string of
  89.  12 digits, as in "00608C123456"  .  The address MUST be enclosed (delimited) 
  90.  by quotation marks.  The address must be unique among all other
  91.  network adapter addresses on the network.  The least significant bit of
  92.  the 1st byte must be zero, and the second significant bit should be one."
  93.  
  94. [MaxTransmits]
  95. display = "Maximum number of queued transmits"
  96. type = decimal
  97. range = 4 - 40
  98. default = 4
  99. optional = YES
  100. editable = YES
  101. help = "This parameter specifies the maximum number of transmit queue
  102.  entries for the network adapter driver.  For a server workstation or
  103.  gateway workstation, set this parameter to 40."
  104.  
  105. [SOCKET]
  106. display = "Enable operation with PCMCIA socket indicated"
  107. type = string
  108. set = "1", "2", "AUTO"
  109. strlength = 4
  110. default = AUTO
  111. optional = YES
  112. editable = YES
  113. help = "Specifying a socket number will limit the driver to only checking
  114.  that socket for the presence of a Trumpcard."
  115.  
  116.  
  117. [EXCLUSIVE]
  118. display = "Put adapter in exclusive mode."
  119. type = none
  120. default = NO
  121. set = YES,NO
  122. optional = YES
  123. editable = YES
  124. virtual = no
  125. help = "Using this KEYWORD will put the TRUMPCARD in LAN only mode."
  126.  
  127. [DISLINK]
  128. display = "Disable Link poll mode."
  129. type = none
  130. default = NO
  131. set = YES,NO
  132. optional = YES
  133. editable = YES
  134. virtual = no
  135. help = "Enabling this KEYWORD will disable the driver's link poll mode.
  136.   This option should only be used if using an older style hub that does not support
  137.   link polling"
  138.  
  139. [NO_CIS_CHECK]
  140. display = "Disable CIS check."
  141. type = none
  142. default = NO
  143. set = YES,NO
  144. optional = YES
  145. editable = YES
  146. virtual = no
  147. help = "Enabling this KEYWORD will disable the driver from checking for
  148.  an available memory window for the CIS."
  149.