home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / Dreamnet / drivery / Trendware / Te-16pct.exe / NDIS.OS2 / PNPND.NIF next >
INI File  |  1997-09-02  |  3KB  |  121 lines

  1. [PNPND]
  2.  Type = NDIS
  3.  Title = "TE-16PnP EthernetCard"
  4.  Version = 2.10
  5.  DriverName = PNPND$
  6.  XPORTS = NETBEUI LANDD
  7. [File]
  8.  Name = PNPND.OS2
  9.  
  10. [IOBase]
  11.  tag = IOAddress
  12.  display = "I/O base address"
  13.  type = Hexadecimal
  14.  default = 300
  15.  range = 200 - 3FF
  16.  step = 20
  17.  optional = Yes
  18.  editable = Yes
  19.  virtual = No
  20.  help = "This parameter specifies the starting address of the
  21.  input/output port for the network adapter card.  The defined value
  22.  must be based on the jumper configuration of the network adapter
  23.  card.  This parameter is only valid for Personal Computer AT
  24.  adapters.  Refer to your adapter manufacturer's documentation
  25.  for more information."
  26.  
  27. [IRQ]
  28.  tag = Interrupt
  29.  display = "Interrupt level"
  30.  type = decimal
  31.  default = 3
  32.  set = 2, 3, 4, 5, 7, 10, 11, 15
  33.  optional = Yes
  34.  editable = Yes
  35.  virtual = No
  36.  help = "This parameter specifies the interrupt level used for
  37.  notifications between the workstation and the network adapter card.
  38.  Ensure that no conflicts exist between the various system components in
  39.  their use of interrupts.  This parameter is only valid for
  40.  Personal Computer AT adapters.  Refer to your adapter manufacturer's
  41.  documentation for more information."
  42.  
  43. [RamAddress]
  44.  tag = RamAddress
  45.  display = "Shared RAM address"
  46.  type = Hexadecimal
  47.  default = D000
  48.  range = C000 - DE00
  49.  step = 200
  50.  optional = Yes
  51.  editable = Yes
  52.  virtual = No
  53.  help = "This parameter specifies the starting address of the area
  54.  in the workstation memory space that is shared between the workstation
  55.  and the network adapter card.  This parameter is only valid for
  56.  Personal Computer AT network adapter card types.  Refer to your
  57.  adapter manufacturer's documentation for more information."
  58.  
  59. [MaxRequests]
  60.  display = "Maximum number of queued general requests"
  61.  type = Decimal
  62.  default = 8
  63.  range = 6 - 24
  64.  optional = Yes
  65.  editable = Yes
  66.  virtual = No
  67.  help = "This parameter specifies the maximum number of general
  68.  requests that can be concurrently outstanding."
  69.  
  70. [MaxTransmits]
  71.  display = "Maximum number of queued transmits"
  72.  type = Decimal
  73.  default = 12
  74.  range = 6 - 24
  75.  optional = Yes
  76.  editable = Yes
  77.  virtual = No
  78.  help = "This parameter specifies the maximum number of
  79.  TransmitChain commands that can be concurrently queued by the network
  80.  adapter driver."
  81.  
  82. [ReceiveBuffers]
  83.  display = "Number of receive buffers"
  84.  type = Decimal
  85.  default = 12
  86.  range = 6-24
  87.  optional = Yes
  88.  editable = Yes
  89.  virtual = No
  90.  help = "This parameter specifies the number of receive buffers
  91.  allocated in the host memory."
  92.  
  93. [ReceiveBufSize]
  94.  display = "Receive buffer size"
  95.  type = Decimal
  96.  default = 256
  97.  range = 256 - 1536
  98.  step = 256
  99.  optional = Yes
  100.  editable = Yes
  101.  virtual = No
  102.  help = "This parameter specifies the size of the receive buffers
  103.  in bytes.  The value specified must be an even number and must be
  104.  large enough to hold the expected received frames of average size.
  105.  It is not necessary that a value be specified to hold the largest
  106.  expected frame.  The network adapter driver handles large frames
  107.  in multiple receive buffers."
  108.  
  109. [ReceiveChains]
  110.  display = "Receive chain queue entries"
  111.  type = Decimal
  112.  default = 12
  113.  range = 6 - 24
  114.  optional = Yes
  115.  editable = Yes
  116.  virtual = No
  117.  help = "This parameter specifies the number of entries in the
  118.  receive chain header queue."
  119.  
  120.  
  121.