home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / lanman / drivers / os2 / ETH16I / ETH16IO.ZIP / PROTOCOL.INI < prev   
Encoding:
Text File  |  1992-12-17  |  3.5 KB  |  126 lines

  1. ;----------------------------------------------------------------------- 
  2. ; The  EtherTeam16i is fully SW configurable with a SETUP utility, so it
  3. ; has only one required entry in the PROTOCOL.INI:
  4. ;   Drivername = ETH16I$
  5. ; No other specifications are needed in the PROTOCOL.INI, but the driver
  6. ; uses the Setup values from the EEPROM on the adapter.
  7. ; NOTE! In a more complex system, where several adapters  are  installed
  8. ;       in  the same computer, the I/O-addresses of the adapters MUST be
  9. ;       given explicitly.
  10. ; The are however some parameters which can be used in the  PROTOCOL.INI
  11. ; to  verify  or  to override the SETUP values. The possible entries and
  12. ; values in the EtherTeam16i section in PROTOCOL.INI are:
  13. ;  1. DRIVERNAME
  14. ;     Identifies the network driver. This  entry  is  mandatory  in  the
  15. ;     PROTOCOL.INI
  16. ;     Possible values : ETH16I$ (and ETH16I2$, ETH16I3$ and ETH16I3$ for
  17. ;     multiple installations).
  18. ;  2. IOADDRESS
  19. ;     This  is  the I/O-Base Address of the Adapter. It MUST be given in
  20. ;     more complex systems, and otherwise may be given  to  verify  that
  21. ;     the  SETUP  value  is an expected one. If there is a conflict, the
  22. ;     driver doesn't initialize.
  23. ;     Possible values : 0x240, 0x260, 0x280, 0x2A0, 0x300, 0x340, 0x380
  24. ;     Default : SETUP
  25. ;  3. INTERRUPT
  26. ;     This is the Interrupt Number of the Adapter. It may  be  given  to
  27. ;     verify  that  the  SETUP  value  is an expected one. If there is a
  28. ;     conflict, the driver doesn't initialize.
  29. ;     Possible values : 9, 10, 11, 15
  30. ;     Default : SETUP
  31. ;  4. MAXTRANSMITS
  32. ;     Specifies the number of Transmit commands that can  be  queued  by
  33. ;     the driver.
  34. ;     Possible values : From 6 to 50
  35. ;     Default : 6 in MS-DOS, 20 in OS/2
  36. ;  5. NETADDRESS
  37. ;     Overrides  the permanent network address of the card. The value is
  38. ;     a hexadecimal string of 12 digits in quotes, e.g. "00004B010203"
  39. ;     Possible values : "00004Bxxxxxx"
  40. ;     Default : Permanent SETUP address.
  41. ;  6. TRANSCEIVER
  42. ;     Specifies the physical interface to the network. BNC, AUI  and  TP
  43. ;     are  for Thin, Thick and Twisted Pair Ethernet, respectively. AUTO
  44. ;     means that the driver detects which connection is used.
  45. ;     Possible values : BNC, AUI, TP or AUTO
  46. ;     Default : SETUP
  47. ;  7. TXBUFFSIZE
  48. ;     Specifies the amount of Adapter Buffer Memory (as kbytes) reserved
  49. ;     for transmit packets.
  50. ;     Possible values : 4, 8 or 16
  51. ;     Default : 8
  52. ;
  53. ;  7. RAMBUFFSIZE
  54. ;
  55. ;     Specifies  the  size of the RAM Buffer Memory. The size depends on
  56. ;     the card type (64k for COMBO, 32k for TP).
  57. ;
  58. ;     Possible values : 32 or 64.
  59. ;
  60. ;     Default : SETUP
  61. ;
  62. ;
  63. ;  8. RAMBUFFWIDTH
  64. ;
  65. ;     Specifies the width of the RAM Buffer Memory. The width depends on
  66. ;     the card type (16 for COMBO, 8k for TP).
  67. ;
  68. ;     Possible values : 8 or 16.
  69. ;
  70. ;     Default : SETUP
  71. ;----------------------------------------------------------------------- 
  72.  
  73. ;-----------------------------------------------------
  74. ; This is just an example of the PROTOCOL.INI, usually
  75. ; no parameters are needed (see EXCEPTION above).
  76. ;-----------------------------------------------------
  77.    Drivername = ETH16I$
  78. ;  interrupt = 10
  79. ;  ioaddress = 0x2A0
  80. ;  maxtransmits = 6
  81. ;  transceiver = bnc
  82. ;  txbuffsize = 8
  83. ;  rambuffsize = 32
  84. ;  rambuffwidth = 8
  85.