home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / wtest / clico / sunsoft / pcnfspro / ndis / drivers / ethernet / ni6510 / protocol.ini < prev    next >
Encoding:
Text File  |  1995-10-30  |  614 b   |  19 lines

  1. ; "DRIVERNAME" must be NI6510$.
  2.   DRIVERNAME    = NI6510$
  3. ;
  4. ; "IOBASE" keyword specifies the input/output base address.
  5.   IOBASE        = 0x360
  6. ;
  7. ; "MAXTRANSMITS" keyword specifies the number of TransmitChain commands
  8. ;  which can be simultaneously queued by MAC.  Default = 6, Max. = 50
  9.   MAXTRANSMITS  = 6
  10. ;
  11. ; "MAXMULTICASTS" keyword specifies the number of multicast addresses
  12. ;  the MAC driver supports. Default = 10, Max. = 16
  13.   MAXMULTICASTS = 10
  14. ;
  15. ; "MAXRECEIVES" keyword specifies the number of receives can be queued
  16. ;  simultaneously by MAC. Default = 4, Max. = 24
  17.   MAXRECEIVES   = 4
  18.  
  19.