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

  1. ;
  2. ;drivername
  3. ;     units:[n/a]
  4. ;     range:[elnkpl$,elnkpl2$,elnkpl3$,...]
  5. ;     default:[elnkpl$]
  6. ;
  7. ;     This parameter's value must be elnkpl$, or, in the case where
  8. ;     multiple adapters are installed, elnkpl$ for the first adapter's
  9. ;     drivername, elnkpl2$ for the second one, elnkpl3$ for the third, and
  10. ;     so on.
  11.   DRIVERNAME = ELNKPL$
  12. ;
  13. ;interrupt
  14. ;     units:[n/a]
  15. ;     range:[2-15]
  16. ;     default:[3]
  17. ;
  18. ;     Indicates the interrupt level for the adapter. This
  19. ;     setting must match the physical setting on the adapter.
  20. ;
  21. ;     Interrupt levels 2,3,4,5,6, and 7 are available on
  22. ;     8086 or 8088- based computers.
  23. ;
  24. ;     Interrupt levels 3,4,5,6, and 7 are available if the
  25. ;     adapter is installed in an 8-bit slot of an AT-
  26. ;     compatible.
  27. ;
  28. ;     Interrupt levels 3,4,5,6,7,9,10,11,12,14, and 15 are
  29. ;     available if the adapter is installed in a 16-bit
  30. ;     slot of an AT-compatible. On a 80286 or 80386 computer,
  31. ;     interrupt level 2 equals interrupt level 9.
  32.   INTERRUPT = 3
  33. ;
  34. ;ioadress
  35. ;     units:[hex]
  36. ;     range:[0x200-0x3F0]
  37. ;     default:[0x300]
  38. ;
  39. ;     Indicates the current I/O address jumper configuration of
  40. ;     the adapter. This setting must match the physical setting
  41. ;     on the adapter.
  42.   IOADDRESS = 0x300
  43. ;
  44. ;dmachannel
  45. ;     units:[integer]
  46. ;     range:[0-7]
  47. ;     default:[1]
  48. ;
  49. ;     This setting must match the DMA channel setting on the adapter.
  50. ;
  51. ;     DMA channels 1 and 3 are available if the adapter
  52. ;     is installed on an 8086 or 8088 computer or in an
  53. ;     8-bit slot of an AT compatible.
  54. ;
  55. ;     DMA channels 5,6, and 7 are available if the adapter
  56. ;     is installed in a 16-bit slot of an AT-compatible.
  57. ;     Installing the adapter in a 16-bit slot will result
  58. ;     in higher performance.
  59.   DMACHANNEL = 5
  60.