Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
2.5 KiB

  1. ;
  2. ; PROTOCOL.INI section for the DOS 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. ;
  22. ; NETADDRESS 12 hex digits Network Address to use instead of
  23. ; (enclose in "") the one in the card's PROM
  24. ;
  25. ; MAXTRANSMITS 1-20 # of transmits which can be queued
  26. ; by the driver. Each additional queue
  27. ; entry uses 64-128 bytes of memory.
  28. ;
  29. ; ETHERNETEMULATE Yes or No If Yes, driver presents itself as
  30. ; "DIX+802.3", allows 1500-byte frames
  31. ; NOTE: Microsoft NETBEUI requires Yes
  32. ; If No, driver presents itself as
  33. ; "FDDI", allows 4500-byte frames
  34. ;
  35. ; FORCE_NDIS_V1 Yes or No If Yes, NDIS structures appear as
  36. ; specified in the 1.0 documentation
  37. ; If No, NDIS structures appear as
  38. ; specified in the 2.0 documentation
  39. ;
  40. ; OVERRIDE_TYPE Yes or No If Yes, the driver will override the
  41. ; type the card's jumpers indicate
  42. ; If No, the driver will not override
  43. ; the card's jumpers type the indicate
  44. ;
  45. ; Defaults are shown below as commented-out fields:
  46. DRIVERNAME = AT_LM$
  47. ETHERNETEMULATE = Yes
  48. ; STYPE_IOADDRESS = 0x360
  49. ; NETADDRESS = PROM value
  50. ; INTERRUPT = 11
  51. ; MAXTRANSMITS = 6
  52. ; FORCE_NDIS_V1 = No
  53. ; OVERRIDE_TYPE = No
  54.