home *** CD-ROM | disk | FTP | other *** search
/ The Mother of All Windows Books / CD-MOM.iso / cd_mom / drivers / netcard / ni6510 / protocol.ini < prev    next >
Text File  |  1990-10-23  |  953b  |  32 lines

  1.  
  2. ;*********************
  3. ;**    ADAPTERS     **
  4. ;*********************
  5.  
  6. ;*****************************
  7. ;**  RACAL INTERLAN NI6510  **
  8. ;*****************************
  9. ;
  10. ; Bracketed module name must be [NI6510_NIF]
  11. ;
  12. ; "DRIVERNAME" must be NI6510$ for the first device, NI65102$ for the second
  13. ; and so on
  14. ;
  15. ; "IOBASE" keyword specifies the input/output base address. If omitted
  16. ; the first available Ni6510 will be chosen
  17. ;
  18. ; "MAXTRANSMITS" keyword specifies the number of TransmitChain commands
  19. ;  which can be simultaneously queued by MAC.  Default = 6, Max. = 50
  20. ;
  21. ; "MAXMULTICASTS" keyword specifies the number of multicast addresses
  22. ;  the MAC driver supports. Default = 10, Max. = 16
  23. ;
  24. ; "MAXRECEIVES" keyword specifies the number of receives can be queued
  25. ;  simultaneously by MAC. Default = 4, Max. = 24
  26.  
  27.   DRIVERNAME    = NI6510$
  28.   IOBASE        = 0x360
  29.   MAXMULTICASTS = 10
  30.   MAXRECEIVES   = 4
  31.   MAXTRANSMITS  = 6
  32.