home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 20 NDrivers / 20-NDrivers.zip / NI9210O.ZIP / PROTOCOL.INI < prev   
Text File  |  1990-04-28  |  664b  |  23 lines

  1.  
  2. ;*********************
  3. ;**    ADAPTERS     **
  4. ;*********************
  5.  
  6. ;*****************************
  7. ;**  RACAL INTERLAN NI9210  **
  8. ;*****************************
  9. ;
  10. ; "MaxTransmits" keyword specifies the number of TransmitChain commands
  11. ;  which can be simultaneously queued by MAC.  Default = 6, Max. = 50
  12. ;
  13. ; "MaxMulticasts" keyword specifies the number of multicast addresses
  14. ;  the MAC driver supports. Default = 10, Max. = 16
  15. ;
  16. ; "MaxReceives" keyword specifies the number of receives can be queued
  17. ;  simultaneously by MAC. Default = 3, Max. = 6
  18.  
  19.   DRIVERNAME    = NI9210$
  20.   MAXMULTICASTS = 10
  21.   MAXRECEIVES   = 3
  22.   MAXTRANSMITS  = 6
  23.