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

  1. ;
  2. ; PROTOCOL.INI section for the OS/2 NDIS driver for the Network Peripherals 
  3. ; Inc. NP-AT FDDI card.  Default values for all parameters are shown in 
  4. ; the lines which follow "DRIVERNAME".  All parameters are optional. 
  5. ;
  6. ; parameter       values              meaning
  7. ; ---------       ----------------    ---------------------------------------
  8. ;
  9. ; DRIVERNAME      AT_LM$, AT_LM2$     Use "AT_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_IOADDRESS  \
  14. ; BTYPE_IOADDRESS   -  see user manual as to proper combinations of keywords
  15. ; STYPE_IOADDRESS  /
  16. ;                 0x160, 0x180,       the Address the card's jumpers select
  17. ;                 0x260, 0x280,
  18. ;                 0x360, 0x380 
  19. ;
  20. ; INTERRUPT       10, 11              IRQ for the card to use (not hex)
  21. ; NETADDRESS      12 hex digits       Network Address to use instead of 
  22. ;                  (enclose in "")     the one in the card's PROM
  23. ; MAXTRANSMITS    1-20                # of transmits which can be queued
  24. ;                                     by the driver.  Each additional queue
  25. ;                                     entry uses 64-128 bytes of memory.
  26. ;
  27. ; ETHERNETEMULATE Yes or No           If Yes, driver presents itself as
  28. ;                                       "DIX+802.3", allows 1500-byte frames 
  29. ;                                       NOTE: Microsoft NETBEUI requires Yes
  30. ;                                     If No, driver presents itself as 
  31. ;                                       "FDDI", allows 4500-byte frames 
  32. ;
  33. ; FORCE_NDIS_V1   Yes or No           If Yes, NDIS structures appear as 
  34. ;                                       specified in the 1.0 documentation 
  35. ;                                     If No, NDIS structures appear as 
  36. ;                                       specified in the 2.0 documentation 
  37. ;                   
  38. ; OVERRIDE_TYPE   Yes or No           If Yes, the driver will override the
  39. ;                                       type the card's jumpers indicate
  40. ;                                     If No, the driver will not override
  41. ;                                       the card's jumpers type the indicate
  42. ;                   
  43. ; Defaults are shown below as commented-out fields:
  44.  
  45.   DRIVERNAME      = AT_LM$ 
  46.   ETHERNETEMULATE = Yes
  47. ; STYPE_IOADDRESS = 0x360  
  48. ; NETADDRESS      = PROM value
  49. ; INTERRUPT       = 11
  50. ; MAXTRANSMITS    = 6 
  51. ; FORCE_NDIS_V1   = No
  52. ; OVERRIDE_TYPE   = No
  53.