home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / wtest / clico / sunsoft / pcnfspro / ndis / drivers / ethernet / macwd / protocol.ini < prev    next >
Encoding:
Text File  |  1995-10-30  |  1.5 KB  |  66 lines

  1. ;drivername
  2. ;     units:[n/a]
  3. ;     range:[macwd$]
  4. ;     default:[macwd$]
  5. ;
  6. ;     This parameter's value must be macwd$, it identifies the network
  7. ;     device driver.
  8.     drivername = MACWD$
  9. ;
  10. ;irq (EtherCard Plus only)
  11. ;     units:[n/a]
  12. ;     range:[2-15]
  13. ;     default:[3]
  14. ;
  15. ;Indicates the interrupt level of the network adapter card:
  16. ;
  17. ; Value         Meaning
  18. ; -----         -----------
  19. ; 2-7           EtherCard Plus: interrupt levels 2-7
  20. ;
  21. ; 3,4, 10, 15   EtherCard Plus/A (16-bit slot only): interrupt levels 3, 4,
  22. ;               10, and 15
  23.     irq = 3
  24. ;
  25. ;ramaddress (EtherCard Plus only)
  26. ;     units:[hex]
  27. ;     range:[A000-EC00]
  28. ;     default:[D000]
  29. ;
  30. ;     Indicates the base address of the shared memory on the adapter
  31. ;     card.
  32.     ramaddress = 0xd000
  33. ;
  34. ;iobase (EtherCard Plus only)
  35. ;     units:[hex]
  36. ;     range:[200-3E0]
  37. ;     default:[280]
  38. ;
  39. ;     Indicates the base I/O address for the network adapter card.
  40. ;     This entry must match the adapter card's I/O address jumper settings.
  41.     iobase = 0x280
  42. ;
  43. ;receivebuffers
  44. ;     units:[integer]
  45. ;     range:[6-96]
  46. ;     default:[12]
  47. ;
  48. ;     Specifies the number of receive buffer queue entries.
  49.     receivebuffers = 12
  50. ;
  51. ;receivebufsize
  52. ;     units:[bytes]
  53. ;     range:[256-1536]
  54. ;     default:[256]
  55. ;
  56. ;     Specifies the size, in bytes, of a receive buffer.
  57.     receivebufsize = 256
  58. ;
  59. ;receivechains
  60. ;     units:[n/a]
  61. ;     range:[6-96]
  62. ;     default:[12]
  63. ;
  64. ;     Specifies the number of receive chain header queue entries.
  65.     receivechains = 12
  66.