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 / ubneipc.nif < prev    next >
INI File  |  1995-06-01  |  3KB  |  117 lines

  1. [UBNEI]
  2.     Type = NDIS
  3.     Title = "Ungermann-Bass NIUpc adapters"
  4.     DriverName = UBNEI$
  5.     Xports = NETBEUI LANDD
  6.     Version = 2.50
  7.     CopyFile = UBI.MSG, UBIH.MSG
  8.  
  9. [File]
  10.     Name = UBNEI.OS2
  11.     Path = IBMCOM\MACS
  12.  
  13. [AdapterType]
  14.     Display = "Type of adapter"
  15.     Type = String
  16.     StrLength = 5
  17.     Default = NIUpc
  18.     Optional = NO
  19.     Editable = NO
  20.     Virtual = NO
  21.     Help = "This specifies the type of Ungermann-Bass adapter."
  22.  
  23. [MemoryWindow]
  24.     Tag = RamAddress
  25.     Display = "RAM base address used by this NIUpc"
  26.     Type = HexNum
  27.     Default = D8000
  28.     Range = 88000 - F8000
  29.     Step = 10000
  30.     Optional = YES
  31.     Editable = YES
  32.     Virtual = NO
  33.     Help = "This specifies the physical base address in the PC memory address
  34.  space of the `window' through which the NIUpc's RAM will be referenced.
  35.   This parameter's value must agree with the jumpered configuration of the
  36.  NIUpc."
  37.  
  38. [IO_Port]
  39.     Tag = IOAddress
  40.     Display = "I/O port base address used by this NIUpc"
  41.     Type = HexNum
  42.     Default = 368
  43.     Range = 350 - 368
  44.     Step = 8
  45.     Optional = YES
  46.     Editable = YES
  47.     Virtual = NO
  48.     Help = "This specifies the base address in the PC I/O address space of the
  49.  NIUpc's I/O ports.  Its value must agree with the jumpered configuration of
  50.  the NIUpc."
  51.  
  52. [IRQ_Level]
  53.     Tag = Interrupt
  54.     Display = "Interrupt level used by this NIUpc"
  55.     Type = Decimal
  56.     Default = 3
  57.     Range = 2 - 5
  58.     Step = 1
  59.     Optional = YES
  60.     Editable = YES
  61.     Virtual = NO
  62.     Help = "This specifies the IRQ level that will be used by the NIUpc-to-PC
  63.  interrupt.  Its value must agree with the jumpered configuration of the
  64.  NIUpc."
  65.  
  66. [MaxMulticast]
  67.     Display = "Maximum number of multicast addresses"
  68.     Type = Decimal
  69.     Default = 16
  70.     Range = 0 - 255
  71.     Step = 1
  72.     Optional = YES
  73.     Editable = YES
  74.     Virtual = NO
  75.     Help = "This parameter specifies the maximum number of multicast
  76.  addresses that can be in effect simultaneously."
  77.  
  78. [MaxRequests]
  79.     Display = "Maximum number of queued general requests"
  80.     Type = Decimal
  81.     Default = 6
  82.     Range = 1 - 10
  83.     Step = 1
  84.     Optional = YES
  85.     Editable = YES
  86.     Virtual = NO
  87.     Help = "This parameter specifies the maximum number of general
  88.  requests that can be concurrently outstanding."
  89.  
  90. [MaxTransmits]
  91.     Display = "Maximum number of queued transmits"
  92.     Type = Decimal
  93.     Default = 12
  94.     Range = 1 - 448
  95.     Step = 1
  96.     Optional = YES
  97.     Editable = YES
  98.     Virtual = NO
  99.     Help = "This parameter specifies the maximum number of TransmitChain
  100.  commands that can be concurrently outstanding."
  101.  
  102. [ReceiveBufSize]
  103.     Display = "Size of receive buffers"
  104.     Type = Decimal
  105.     Default = 600
  106.     Range = 256 - 1514
  107.     Step = 2
  108.     Optional = YES
  109.     Editable = YES
  110.     Virtual = NO
  111.     Help = "This specifies the size of the receive buffers the MAC driver will
  112.  use. This should be large enough to hold the normal expected received
  113.  frame. It need not be large enough to hold the largest expected frame.
  114.  The MAC driver will handle large frames in multiple receive buffers.
  115.  The value of this parameter must be even."
  116.  
  117.