home *** CD-ROM | disk | FTP | other *** search
/ The Mother of All Windows Books / CD-MOM.iso / cd_mom / drivers / netcard / cresdo / protocol.ini < prev   
Text File  |  1992-12-19  |  2KB  |  48 lines

  1. ;
  2. ; PROTOCOL.INI section for the DOS Lan Manager driver 
  3. ; for the Crescendo Comminication Inc. EISA FDDI card.
  4. ; Default values for all parameters are shown in the 
  5. ; lines which follow "DRIVERNAME".
  6. ;
  7. ; parameter       sample values              meaning
  8. ; ---------       ----------------    ---------------------------------
  9. ;
  10. ; DRIVERNAME      CRES32$             Has to be this
  11. ;
  12. ; SLOT            4                   indicates the EISA slot #
  13. ;                                     Can be any Bus Mastering EISA slot
  14. ;
  15. ; INTERRUPT or    11                  IRQ for the card to use (not hex)
  16. ; IRQ                                 Allowed Interrupts numbers are 
  17. ;                                     3, 5, 7, 9, 11, 12, 15
  18. ; MEMADDRESS or   0x000D0000          8 hex digits  Memory address for 
  19. ; MEMBASE                             mapping the adapter.
  20. ; RXBUFFERS       1-20                # of receives which can be 
  21. ;                                     buffered by the driver.  Each 
  22. ;                                     additional buffer uses 1500 bytes 
  23. ;                                     of memory
  24. ;
  25. ; TXBUFFERS       1-10                # of transmits which can be queued
  26. ;                                     by the driver. Each additional 
  27. ;                                     buffer uses 1500 bytes of memory.
  28. ;
  29. ; MAXMULTICASTS   1-10                Number of Multicast addr. supported
  30. ;
  31. ; FORCE_FDDI_SNAP N[O]                (default) The frames are translated 
  32. ;                                     dynamically based on the Packet Type 
  33. ;                                     field of the ethernet frame.
  34. ;                 Y[ES]               All frames use the FDDI_SNAP format.
  35. ;
  36. ; Defaults are shown below as commented-out fields:
  37.  
  38.   DRIVERNAME = CRES32$ 
  39.   SLOT = 4
  40.   IRQ = 11
  41.   TXBUFFERS = 10
  42.   RXBUFFERS = 20
  43.   MEMBASE=0x000D0000
  44.   MAXMULTICASTS = 10
  45.   FORCE_FDDI_SNAP=NO
  46.