home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / wtest / clico / sunsoft / pcnfs51 / elnk.zoo / protocol.ini < prev    next >
Text File  |  1993-01-15  |  2KB  |  74 lines

  1. ;drivername
  2. ;     units:[n/a]
  3. ;     range:[elnk$,elnk2$,elnk3$,...]
  4. ;     default:[elnk$]
  5. ;
  6. ;     This parameter's value must be ELNK$, or, in the case where
  7. ;     multiple adapters are installed, ELNK$ for the first adapter's
  8. ;     drivername, ELNK2$ for the second one, ELNK3$ for the third, and
  9. ;     so on.
  10.     DRIVERNAME = ELNK$
  11. ;
  12. ;ioaddress
  13. ;     units:[hex]
  14. ;     range:[200-3F0]
  15. ;     default:[300]
  16. ;
  17. ;     Indicates the current I/O address jumper configuration of
  18. ;     the network adapter card. The value selected on the adapter card must
  19. ;     equal this entry's value. If this entry does not match the adapter
  20. ;     card's switch settings, the driver reports an error.
  21.     IOADDRESS = 0x300
  22. ;
  23. ;interrupt
  24. ;     units:[integer]
  25. ;     range:[2-7]
  26. ;     default:[3]
  27. ;
  28. ;     On an 80286 or 80386 computer, specifying interrupt level 2
  29. ;     will be redirected to interrupt level 9 because the cascaded programmable
  30. ;     interrupt control (PIC) is already using interrupt level 2.
  31.     INTERRUPT = 3
  32. ;
  33. ;dmachannel
  34. ;     units:[integer]
  35. ;     range:[none-3]
  36. ;     default:[1 for 8088 and 8086, none for 80286 and 80386]
  37. ;
  38. ;     Indicates the current DMA jumper configuration of the network
  39. ;     adapter card. The value can be none, 1, 2, or 3. When the value
  40. ;     is none, the driver uses program I/O instead of DMA for data
  41. ;     transfers.
  42.     DMACHANNEL = NONE
  43. ;
  44. ;dmamode
  45. ;     units:[n/a]
  46. ;     range:[byte,burst]
  47. ;     default:[burst]
  48. ;
  49. ;     Determines the DMA mode of the network adapter card. The adapter
  50. ;     runs faster in burst mode. The random access memory (RAM) refresh
  51. ;     rate is sometimes delayed, however, so byte mode is available in case
  52. ;     the refresh rate causes problems with applications or hardware.
  53.     DMAMODE = BURST
  54. ;
  55. ;maxtransmits
  56. ;    units:[integer]
  57. ;    range:[8-50]
  58. ;    default:[12]
  59. ;
  60. ;    Specifies the number of transmit queue entries in this driver.
  61. ;    On a server, this number should be equal to the transmit window size
  62. ;    times the maximum number of sessions.
  63.     MAXTRANSMITS = 12
  64. ;
  65. ;maxrequests
  66. ;    units:[integer]
  67. ;    range:[8-32]
  68. ;    default:[8]
  69. ;
  70. ;    Sets the number of general request queue entries. General
  71. ;    requests are SetPacketFilter, AddMulticastAddress, RequestInterrupt,
  72. ;    and so forth.
  73.     MAXREQUESTS = 8
  74.