home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 20 NDrivers / 20-NDrivers.zip / NCRSLANO.ZIP / README.INI < prev    next >
Text File  |  1990-06-25  |  3KB  |  83 lines

  1.           NCR DOS AND OS/2 STARLAN MAC PARAMETERS FOR PROTOCOL.INI
  2.  
  3.  
  4. DRIVERNAME:
  5.     This parameter's value must be "STARLAN$".
  6.  
  7.  
  8. INTERRUPT:    (Default = 3;  Valid values = 3, 4, 5, 7, 9)
  9.          This parameter specifies which IRQ level will be used by the
  10.     adapter-to-PC interrupt.
  11.  
  12.  
  13. PORT_ADDRESS:    (Default = 0x380;  Valid values = 0x380, 0x388, 0x390)
  14.     This parameter specifies the hexadecimal value of the port address 
  15.     used to access the StarLAN hardware.  
  16.  
  17.  
  18. NODE_ADDRESS:    
  19.     This parameter specifies the node address of the terminal on the 
  20.     network, overriding the Permanent Station Address.  It is a string 
  21.     of 12 ASCII hexadecimal digits.  The default value is the Burned 
  22.     in Address read from the adapter's ROM.
  23.  
  24.  
  25. FUNC_ADDRESS:    (Default = NEW;  Valid values = NEW, OLD)
  26.     This parameter which indicates which type of NETBIOS functional 
  27.     address should be used.  If "NEW" is specified, the address will 
  28.     be compatible with Microsoft LAN Manager.  If "OLD" is specified, 
  29.     the address used will be compatible with the address used in the 
  30.     first version of NCR StarLAN software.  Since the two addresses 
  31.     are not compatible, "OLD" should be specified ONLY if compatibility 
  32.     with an existing network using the first version of NCR StarLAN 
  33.     software is desired (without upgrading the software on existing 
  34.     terminals).  
  35.  
  36.  
  37. LAN_ID_ROM:    (Default = 0x300;  Valid values = 0x180, 0x300)
  38.     This parameter specifies the hexadecimal value of the LAN ID ROM 
  39.     where the burned in address is stored.  
  40.  
  41.  
  42. EXTERNAL_ROM:    (Default = disabled;  Valid values = 0xD0000, 0xD8000)
  43.     This parameter specifies the hexadecimal value of the external ROM 
  44.     on the StarLAN adapter.  The external ROM is disabled if no value 
  45.     is entered. 
  46.  
  47.  
  48. DMA_CHANNEL0:    (Default = 3;  Valid values = 1, 3)
  49.     This parameter specifies the DMA channel used for Request 0 
  50.     (receive).  System DRQ 1 and DRQ 3 may be used in the PC.  This 
  51.     value must be different from the one used for DMA_CHANNEL1.
  52.  
  53.  
  54. DMA_CHANNEL1:    (Default = 1;  Valid values = 1, 3)
  55.     This parameter specifies the DMA channel used for Request 1
  56.     (transmit).  System DRQ 1 and DRQ 3 may be used in the PC.  
  57.     This value must be different from the one used for DMA_CHANNEL0.
  58.  
  59.  
  60. NUM_GENREQ:    (Default = 10;  Min = 10;  Max = 500)
  61.     This parameter specifies the number of General Requests that the 
  62.     driver should be able to queue. 
  63.  
  64.  
  65. NUM_RCVS:    (Default = 5;  Min = 3;  Max = 20)
  66.     This parameter specifies the number of received frames that the 
  67.     driver should be able to queue.  The received frames are queued
  68.     for the case when the protocol driver has turned indications off, 
  69.     prohibiting the MAC from calling ReceiveChain immediately.
  70.  
  71.  
  72. NUM_XMT_BUFS:    (Default = 3;  Min = 2;  Max = 8)
  73.     This parameter specifies the number of transmit buffers that the 
  74.     driver should have.  It defines the number of TransmitChain 
  75.     requests that the MAC driver can accept without giving an 
  76.     "OUT_OF_RESOURCE" response.
  77.  
  78.  
  79. RCV_BUF_SIZE:    (Default = 4500;  Min = 1600;  Max = 10000)
  80.     This parameter specifies the size of the MAC driver's receive 
  81.     buffer.  
  82.  
  83.