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

  1. ;drivername
  2. ;     units:[n/a]
  3. ;     range:[ncrtrn$,ncrtrn2$,ncrtrn3$,...]
  4. ;     default:[ncrtrn$]
  5. ;
  6. ;     This parameter's value must be ncrtrn$, or, in the case where
  7. ;     multiple adapters are installed, ncrtrn$ for the first adapter's
  8. ;     drivername, ncrtrn2$ for the second one, ncrtrn3$ for the third, and
  9. ;     so on.
  10.     DRIVERNAME   = NCRTRN$
  11. ;
  12. ;interrupt
  13. ;     units:[integer]
  14. ;     range:[2-7]
  15. ;     default:[2]
  16. ;
  17. ;     Indicates the interrupt level of the network adapter card.  The default
  18. ;     value for ncrtrn$ is 2.
  19. ;
  20. ;     NOTE: On an 80286 or 80386 computer, if you specify interrupt level 2,
  21. ;     it is redirected to interrupt level 9 because the cascaded programmable
  22. ;     interrupt control (PIC) is already using interrupt level 2.
  23.     INTERRUPT    = 0x2
  24. ;
  25. ;shared_ram
  26. ;     units:[hex]
  27. ;     range:[CA00-D600]
  28. ;     default:[0xD000]
  29. ;
  30. ;     Specifies the physical RAM location on the network adapter card if the
  31. ;     default location is not adequate. The default value for ncrtrn$ is
  32. ;     0xD000.  Valid values depend on the adapter card model and  revision
  33. ;     level.  Check the documentation provided with the adapter card
  34. ;     for an accurate list.
  35.     SHARED_RAM   = 0x0d000
  36. ;
  37. ;port_address
  38. ;     units:[hex]
  39. ;     range:[0A20-1A20]
  40. ;     default:[0A20]
  41. ;
  42. ;     Indicates the base I/O address for the network adapter card. This entry
  43. ;     must match the adapter card's I/O address jumper settings. The default
  44. ;     is 0A20.
  45.     PORT_ADDRESS = 0x0a20
  46.