home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / REQCFG.ZIP / PROTOCOL.INI < prev    next >
INI File  |  1991-05-24  |  3KB  |  88 lines

  1. ; May 24, 1991
  2. ;
  3. ; **************************  NOVELL NOTE:  *********************************
  4. ;
  5. ; Modified \CMLIB\PROTOCOL.INI file to correct BINDINGS error in default
  6. ; PROTOCOL.INI created by OS/2 EE 1.3 and 1.30.1 for ISA Etherand Adapters
  7. ; This file provided by Novell Technical Support.
  8. ; Changes from default file indicated below by
  9. ;
  10. ; **************************  NOVELL NOTE:  *********************************
  11. ; followed by the change and an expanation of change.
  12.  
  13.  
  14. ; ---------------------  Protocol Manager Definition  -----------------------
  15.  
  16. [PROTOCOL_MANAGER]
  17.     DriverName = PROTMAN$
  18.  
  19. ; -------------------  IBM ETHERAND Protocol Definition  --------------------
  20.  
  21. [ETHERAND]
  22.     DriverName = OS2EE$
  23.     Bindings = TCMAC
  24. ; **************************  NOVELL NOTE:  *********************************
  25. ; The BINDINGS entry above is TCMAC2 when installed, change it to TCMAC for
  26. ; ISA Ethernet Adapters.
  27.  
  28. ; The modules listed below are valid choices for the Bindings field.
  29. ;
  30. ;        (1)  TCMAC2 - 3Com Micro Channel Adapters
  31. ;        (2)  TCMAC - 3Com IBM PC-AT Adapters
  32. ;        (3)  WDMAC - Western Digital Micro Channel and IBM PC-AT Adapters
  33. ;        (4)  UBMAC - Ungermann-Bass Micro Channel and IBM PC-AT Adapters
  34. ;
  35. ;             NOTE: If you choose UBMAC, please check the AdapterType
  36. ;                   definition to insure that it is correct for your
  37. ;                   adapter.
  38.  
  39. ; -------------------  3Com Network Adapter Definition  ---------------------
  40.  
  41. [TCMAC2]
  42.     DriverName = ELNKMC$
  43.     MaxTransmits = 10
  44. [TCMAC]
  45.     DriverName = ELNKII$
  46.     Interrupt = 5
  47.     IOAddress = 0x310
  48.     DMAChannel = 3
  49.     MaxTransmits = 10
  50.     Transceiver  = External
  51.  
  52. ; **************************  NOVELL NOTE:  *********************************
  53. ; Change Transceiver to EXTERNAL if using 10baseT, default is ONBOARD.
  54. ; Change the Interrupt, IOAddress, and DMAChannel entries to match your
  55. ; adapter settings.
  56.  
  57. ; ************ END OF CHANGES MADE BY NOVELL TECHNICAL SUPPORT **************
  58.  
  59. ; --------------  Western Digital Network Adapter Definition  ---------------
  60.  
  61. [WDMAC]
  62.     DriverName = MACWD$
  63.     IRQ = 3
  64.     RamAddress = 0xC400
  65.     IOBase = 0x280
  66.     ReceiveBuffers = 16
  67.     ReceiveChains = 16
  68.     MaxRequests  = 10
  69.     MaxTransmits = 10
  70.     ReceiveBufSize = 256
  71.  
  72. ; --------------  Ungermann-Bass Network Adapter Definition  ----------------
  73.  
  74. [UBMAC]
  75.     DriverName = UBMAC$
  76.     AdapterType = NIUps
  77.     MemoryWindow = 0xD8000
  78.     IO_Port = 0x350
  79.     IRQ_Level = 4
  80.     MaxRequests = 10
  81.     MaxTransmits = 10
  82.     ReceiveBufSize = 600
  83.     MaxMulticast = 20
  84.     UseReceiveChain = Never
  85.  
  86.  
  87. ;**** END OF FILE ****
  88.