home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Network / 3COM / 3C59x / 3c59xx.exe / NDIS / DOS / PROTOCOL.INI < prev   
Text File  |  1995-05-17  |  4KB  |  74 lines

  1.     DriverName = "EL59X$"
  2. ;
  3. ; below are examples and explanations of some of the keywords supported by the
  4. ; 3C59X NDIS 2.01 driver.  most of the lines are simply comments.  the lines
  5. ; marked with "-->" are lines that can be edited (removing the ";-->" and
  6. ; replacing it with spaces, and modifying the right hand side as appropriate.
  7. ;
  8. ; MAXTRANSMITS=n, n=6..50, specifies the number of transmits which can be queued
  9. ; up by the driver when the TxFIFO is full or the adapter is otherwise busy.
  10. ; When we run out of queue entries, an OUT_OF_RESOURCES error will be returned
  11. ; to the protocol on a transmit attempt.  Most protocols will handle running out
  12. ; of resources will little performance degredation.  However, some
  13. ; implementations will drop packets and consequently lower performance if
  14. ; OUT_OF_RESOURCES is returned too often.  The default value is 6, which should
  15. ; be sufficient for most cases, and is adequate for window sizes up to about 6
  16. ; or so.  On a heavily loaded server with a lot of active connections, you may
  17. ; want to increase this number since with large windows on multiple active
  18. ; connections you may need a bigger transmit queue to handle them all.  Each
  19. ; queue entry takes about 128 bytes of memory, so increasing this number will
  20. ; increase the resident size of the driver.
  21. ;
  22. ;-->MAXTRANSMITS=40
  23. ;
  24. ; NETADDRESS allows the user to configure the network address of the adapter,
  25. ; rather than using the one in EEProm.  If not specified the address on the
  26. ; adapter will be used.  If specified, the right hand side must be exactly
  27. ; 12 hex ascii characters which will be converted to the network address.
  28. ; The only restrictions we impose is that the address not have the multicast
  29. ; bit set (an odd number in the second digit) and the network address have
  30. ; bit one of the most significant byte of the address set.  This bit 
  31. ; signifies a locally administered address.
  32. ;
  33. ;-->NETADDRESS="02608C123456"
  34. ;
  35. ; BUSMASTER=NO tells the driver to disable bus-mastering.  The default is
  36. ; BUSMASTER=YES.  The driver will test bus master when it starts.  If the
  37. ; driver finds bus master doesn't work, it will disable bus-mastering.
  38. ; This will likely reduce performance but might be used to work around 
  39. ; problems that could occur in certain machines.
  40. ;
  41. ;-->BUSMASTER=NO
  42. ;
  43. ; BUS=<name> specifies the type of bus to search for a 3C59X adapter.  This 
  44. ; keyword is for compatability in multi-adapter situations.  This keyword
  45. ; instructs the driver to only seach the specific bus to find an adapter.
  46. ; If this paramer is not present, the driver will search all busses until
  47. ; an adapter is found. <name> can be PCI or EISA
  48. ;
  49. ;-->BUS=PCI
  50. ;
  51. ; SLOT=n, n=0..31 specifies the specific slot number to look for a 3C59X 
  52. ; adapter.  In the absence of this keyword the driver will search all slots 
  53. ; for a 3c59x adapter, so it isn't required unless there are multiple 3C59X 
  54. ; adapters in the computer.  For PCI the "SLOT=n" parameter is atually a 
  55. ; device number.  Usually device 0 is on the motherboard, and the "slots" 
  56. ; start around 8 or so, but this varies from computer to computer.  The best 
  57. ; way to determine what number to use is to look at the slot number displayed 
  58. ; by the 3C59XCFG.EXE program for a given adapter.  Note: if BUSNO is not 
  59. ; specified, but SLOT is, we will search the specified SLOT on all PCI busses 
  60. ; (0..7) in turn. For EISA computers, the SLOT is the specific slot the EISA 
  61. ; adapter is located in.
  62. ;-->SLOT=8
  63. ;
  64. ; BUSNO=n, n=0..7 specifies the PCI bus number to search for the 3C59X 
  65. ; adapter.  In most computers today there is only a single PCI bus, number 0.  
  66. ; However, the PCI architecture allow for multiple PCI busses.  If this
  67. ; keyword isn't specified, the driver will search all busses for a
  68. ; 3C59X adapter, so this keyword isn't required unless there are multiple
  69. ; 3C59X adapters in the computer.
  70. ;
  71. ;-->BUSNO=0
  72.  
  73.