home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 20 NDrivers / 20-NDrivers.zip / NCRSLANO.ZIP / PROTOCOL.INI < prev    next >
INI File  |  1990-06-26  |  1KB  |  39 lines

  1. ; This is a sample PROTOCOL.INI file for the NCR DOS and OS/2 NDIS StarLAN 
  2. ; MAC Drivers.  The [STARCARD] section shows examples of StarLAN MAC 
  3. ; configuration parameter settings.  The README.INI file on this disk 
  4. ; explains these parameters and gives their default, minimum, and maximum
  5. ; values.  The [PROTOCOL MANAGER] and [NETBEUI] sections aren't meant to
  6. ; be complete or realistic examples, except for the "BINDINGS = STARCARD"
  7. ; line in the [NETBEUI] section.
  8.  
  9.  
  10. [PROTOCOL MANAGER]
  11.     DRIVERNAME = PROTMAN$
  12.  
  13.  
  14. [NETBEUI]
  15.     DRIVERNAME = NETBEUI$
  16.     BINDINGS = STARCARD
  17.  
  18.  
  19. ; Note that these parameters have default parameters (given in README.INI).
  20. ; A parameter need not be specified in PROTOCOL.INI if its default value is
  21. ; satisfactory.
  22.     
  23. [STARCARD]
  24.     DRIVERNAME   = STARLAN$
  25.     INTERRUPT    = 3
  26.     PORT_ADDRESS = 0x380
  27. ;    NODE_ADDRESS = "08000e123456"
  28.     FUNC_ADDRESS = NEW
  29.     LAN_ID_ROM   = 0x300
  30.     EXTERNAL_ROM = 0xd0000
  31.     DMA_CHANNEL0 = 3
  32.     DMA_CHANNEL1 = 1
  33.     NUM_GENREQ   = 10
  34.     NUM_RCVS     = 5
  35.     NUM_XMT_BUFS = 3
  36.     RCV_BUF_SIZE = 4500
  37.     XMT_BUF_SIZE = 1514
  38.  
  39.