home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 14 Text / 14-Text.zip / nwtcpip.zip / protocol.mca < prev    next >
Text File  |  1994-05-06  |  837b  |  40 lines

  1.  
  2. ;*****************************************************************************
  3. ;PROTOCOL.INI
  4. ;*****************************************************************************
  5. [PROT_MAN]
  6.  
  7.    DRIVERNAME = PROTMAN$
  8.  
  9. [IBMLXCFG]
  10.  
  11.    odi2ndi_nif = odi2ndi.nif
  12.    tcpip_nif = tcpip.nif
  13.    ELNK3_nif = EL3IBMO2.NIF
  14.  
  15. [odi2ndi_nif]
  16.  
  17.    DriverName = odi2ndi$
  18.    Bindings = ELNK3_nif
  19.    NETADDRESS = "00608c57bea9"
  20.    TOKEN-RING = "no"
  21.    TOKEN-RING_SNAP = "no"
  22.    ETHERNET_802.3 = "yes"
  23.    ETHERNET_802.2 = "yes"
  24.    ETHERNET_II = "yes"
  25.    ETHERNET_SNAP = "yes"
  26.    TRACE = 0x0
  27.  
  28. [tcpip_nif]
  29.  
  30.    DriverName = TCPIP$
  31.    Bindings = ELNK3_nif
  32.  
  33. [ELNK3_nif]
  34.    ; for ISA drivers you will have interrupt I/O address config stuff here as well
  35.    DriverName = ELNK3$
  36.    MaxTransmits = 20
  37.    NetAddress = "00608c57bea9"
  38.  
  39.  
  40.