home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / driver / net / elnk3 / protocol.ini < prev    next >
Encoding:
INI File  |  1992-12-18  |  2.6 KB  |  120 lines

  1. ;**cjl- ALL ENTRIES MADE BY CHRIS LAFFERTY ARE PRECEEDED WITH 
  2. ;**cjl- TWO STARS AND "cjl" 
  3. ;**cjl-  APPLEWOOD'S PROTOCOL.INI FILE ******
  4.  
  5. [PROT_MAN]
  6.  DriverName = PROTMAN$
  7.  
  8. [IBMLXCFG]
  9.  NE2000_nif = NE2000.nif
  10.  NETBEUI_nif = NETBEUI.nif
  11.  LANDD_nif = LANDD.nif
  12.  ELNKII_nif = ELNKII.nif
  13.  
  14. ;**cjl- Added next line.  Above lines can remain.
  15.  
  16.  ELNK3_nif = ELNK3.nif
  17.  
  18. ;*----------------------------------------------*
  19. ;*------------- PROTOCOL SECTION ---------------*
  20. ;*----------------------------------------------*
  21.  
  22. [NETBEUI_nif]
  23.  DriverName = netbeui$
  24.  
  25. ;**cjl- I have commented out the next line, 
  26. ;**cjl- and replaced with the line after. 
  27. ; Bindings = ELNKII_nif,NE2000_nif
  28.  
  29.  Bindings = ELNK3_nif
  30.  ETHERAND_TYPE = "I"
  31.  USEADDRREV = "YES"
  32.  SESSIONS = 40
  33.  NCBS = 95
  34.  NAMES = 21
  35.  SELECTORS = 5
  36.  USEMAXDATAGRAM = "NO"
  37.  ADAPTRATE = 1000
  38.  WINDOWERRORS = 0
  39.  TI = 30000
  40.  T1 = 500
  41.  T2 = 200
  42.  MAXIN = 1
  43.  MAXOUT = 1
  44.  NETBIOSTIMEOUT = 500
  45.  NETBIOSRETRIES = 8
  46.  NAMECACHE = 0
  47.  PIGGYBACKACKS = 1
  48.  DATAGRAMPACKETS = 2
  49.  PACKETS = 350
  50.  PIPELINE = 5
  51.  MAXTRANSMITS = 6
  52.  MINTRANSMITS = 2
  53.  DLCRETRIES = 5
  54.  
  55. [LANDD_nif]
  56.  DriverName = LANDD$
  57.  
  58. ;**cjl- I have commented out the next line, 
  59. ;**cjl- and replaced with the line after. 
  60. ; Bindings = ELNKII_nif,NE2000_nif
  61.  
  62.  Bindings = ELNK3_nif
  63.  
  64. ;**cjl- The following lines have been modified for the
  65. ;**cjl- 509 only.  Originally, each option had two sets
  66. ;**cjl- of parameters for the two cards (ELNKII & NE2000)
  67.  
  68.  ETHERAND_TYPE = "I"
  69.  SYSTEM_KEY = 0x0
  70.  OPEN_OPTIONS = 0x2000
  71.  TRACE = 0x0
  72.  LINKS = 8
  73.  MAX_SAPS = 3
  74.  MAX_G_SAPS = 0
  75.  USERS = 3
  76.  TI_TICK_G1 = 255
  77.  T1_TICK_G1 = 15
  78.  T2_TICK_G1 = 3
  79.  TI_TICK_G2 = 255
  80.  T1_TICK_G2 = 25
  81.  T2_TICK_G2 = 10
  82.  IPACKETS = 250
  83.  UIPACKETS = 100
  84.  MAXTRANSMITS = 6
  85.  MINTRANSMITS = 2
  86.  TCBS = 64
  87.  GDTS = 30
  88.  ELEMENTS = 800
  89.  
  90.  
  91. ;*----------------------------------------------*
  92. ;*--------------- MAC SECTION ------------------*
  93. ;*----------------------------------------------*
  94.  
  95. ;**cjl- The next two sections for the NE2000
  96. ;**cjl- and the ELNKII, can remain as their drivers
  97. ;**cjl- are not being loaded and are therefore ignored.
  98.  
  99. [NE2000_nif]
  100.  DriverName = MS2000$
  101.  IOBASE = 0x340
  102.  INTERRUPT = 5
  103.  
  104. [ELNKII_nif]
  105.  DriverName = ELNKII$
  106.  netaddress = "0"
  107.  interrupt = 5
  108.  ioaddress = 0x300
  109.  transceiver = "ONBOARD"
  110.  maxtransmits = 8
  111.  xmitbufs = 2
  112.  
  113. ;**cjl- I have added the following section for the 509 card.  
  114. ;**cjl- As the driver is auto-detecting, no card parameters
  115. ;**cjl- are required.
  116.  
  117. [ELNK3_nif]
  118.  DriverName = ELNK3$
  119.  Maxtransmits = 40
  120.