home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 20 NDrivers / 20-NDrivers.zip / NPEFDDID.ZIP / PROTOCOL.INI < prev    next >
Text File  |  1991-04-08  |  3KB  |  54 lines

  1. ;
  2. ; PROTOCOL.INI section for the DOS Lan Manager driver for the Network 
  3. ; Peripherals Inc. NP-EISA FDDI card.  Default values for all parameters are
  4. ; shown in the lines which follow "DRIVERNAME".  All parameters are optional. 
  5. ;
  6. ; parameter       values              meaning
  7. ; ---------       ----------------    ---------------------------------------
  8. ;
  9. ; DRIVERNAME      EISA_LM$, EISA_LM2$ Use "EISA_LM2$" for the name of the
  10. ;                                       driver loaded for a second card, (e.g.
  11. ;                                       two nets, as opposed to Dual Attach).
  12. ;
  13. ; ATYPE_SLOT       \
  14. ; BTYPE_SLOT        - indicates the Adapter type and EISA slot #,
  15. ; STYPE_SLOT       /    see user manual as to proper combinations of keywords
  16. ;                 values:   1, 2, 3, 4, 5, 6, 7  
  17. ;
  18. ; INTERRUPT       10, 11              IRQ for the card to use (not hex)
  19. ; NETADDRESS      12 hex digits       Network Address to use instead of 
  20. ;                  (enclose in "")     the one in the card's PROM
  21. ; MAXTRANSMITS    1-20                # of transmits which can be queued
  22. ;                                     by the driver.  Each additional queue
  23. ;                                     entry uses 64-128 bytes of memory.
  24. ;
  25. ; ETHERNETEMULATE Yes or No           If Yes, driver presents itself as
  26. ;                                       "DIX+802.3", allows 1500-byte frames 
  27. ;                                       NOTE: Microsoft NETBEUI requires Yes
  28. ;                                     If No, driver presents itself as 
  29. ;                                       "FDDI", allows 4500-byte frames 
  30. ;
  31. ; FORCE_NDIS_V1   Yes or No           If Yes, NDIS structures appear as 
  32. ;                                       specified in the 1.0 documentation 
  33. ;                                     If No, NDIS structures appear as 
  34. ;                                       specified in the 2.0 documentation 
  35. ;                   
  36. ; OVERRIDE_TYPE   Yes or No           If Yes, the driver will override the
  37. ;                                       type the card's jumpers indicate
  38. ;                                     If No, the driver will not override
  39. ;                                       the card's jumpers type the indicate
  40. ;                   
  41. ; Defaults are shown below as commented-out fields:
  42.  
  43.   DRIVERNAME      = EISA_LM$ 
  44.   ETHERNETEMULATE = Yes
  45. ; STYPE_SLOT      = 4
  46. ; NETADDRESS      = PROM value  
  47. ; INTERRUPT       = 11
  48. ; MAXTRANSMITS    = 6 
  49. ; FORCE_NDIS_V1   = No
  50. ; OVERRIDE_TYPE   = No
  51.  
  52.