home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / wtest / clico / sunsoft / pcnfspro / ndis / drivers / tokenrng / ncrtrn / readme.txt < prev   
Encoding:
Text File  |  1995-10-30  |  3.7 KB  |  94 lines

  1. ;Protocol.ini for the NCR Token-Ring Adapter
  2. ;Token-Ring cards
  3. ;
  4. ;PROTOCOL.INI PARAMETERS
  5. ;
  6. ; This is a sample PROTOCOL.INI file for the NCRTRN NCR Token-Ring Adapter NDIS
  7. ; MAC driver.  The [ncrtrn] section shows examples of NCRTRN configuration
  8. ; parameter settings.  Comments at the end of the file explain these parameters
  9. ; and give their default, minimum and maximum values.  The [protocol manager]
  10. ; and [netbeui] sections aren't meant to be complete or realistic examples,
  11. ; except for the "BINDINGS = ncrtrn" line in the [netbeui] section.
  12. ;    The only parameter that must be specified is the "drivername".  Note
  13. ; that many of these parameters have default values (which are given below
  14. ; under "Comments about ncrtrn parameters"). A parameter need not be specified
  15. ; in your PROTOCOL.INI if its default value is satisfactory.
  16. ;
  17. ;drivername
  18. ;     units:[n/a]
  19. ;     range:[ncrtrn$,ncrtrn2$,ncrtrn3$,...]
  20. ;     default:[ncrtrn$]
  21. ;
  22. ;     This parameter's value must be ncrtrn$, or, in the case where
  23. ;     multiple adapters are installed, ncrtrn$ for the first adapter's
  24. ;     drivername, ncrtrn2$ for the second one, ncrtrn3$ for the third, and
  25. ;     so on.
  26. ;
  27. ;The following entries are optional under the [ncrtrn] section.
  28. ;
  29. ;interrupt
  30. ;     units:[integer]
  31. ;     range:[2-7]
  32. ;     default:[2]
  33. ;
  34. ;     Indicates the interrupt level of the network adapter card.  The default
  35. ;     value for ncrtrn$ is 2, and the default value for ncrtrn2$ is 8.  Values
  36. ;     for each ncrtrn driver must be unique.
  37. ;
  38. ;     NOTE: On an 80286 or 80386 computer, if you specify interrupt level 2,
  39. ;     it is redirected to interrupt level 9 because the cascaded programmable
  40. ;     interrupt control (PIC) is already using interrupt level 2.
  41. ;
  42. ;max_xmt_size
  43. ;     units:[bytes]
  44. ;     range:[64-4472]
  45. ;     default:[2040]
  46. ;
  47. ;     Specifies the size of the transmit buffers, in bytes.  The default is
  48. ;     2040.
  49. ;
  50. ;node_address
  51. ;     units:[hex]
  52. ;     range:[400000000000-40007FFFFFFF]
  53. ;     default:[n/a]
  54. ;
  55. ;     Overrides the network address of the network adapter card.  This entry
  56. ;     should only be use if, for some reason, there are duplicate addresses
  57. ;     on the network.  The value is a hexadecimal string of 12 digits enclosed
  58. ;     in quotation marks.  The addresses must be in the range 400000000000
  59. ;     through 40007FFFFFFF.  For strict IBM compatibility, use only decimal
  60. ;     digits (0-9), as in "400001020304".  The ncrtrn driver provides a unique
  61. ;     default value for each network adapter.
  62. ;
  63. ;port_address
  64. ;     units:[hex]
  65. ;     range:[0A20-1A20]
  66. ;     default:[0A20]
  67. ;
  68. ;     Indicates the base I/O address for the network adapter card.  This entry
  69. ;     must match the adapter card's I/O address jumper settings.  The default
  70. ;     is 0A20 for the first network adapter card and 1A20 for the second.
  71. ;
  72. ;product_id
  73. ;     units:[hex]
  74. ;     range:[0-36 hex digits]
  75. ;     default:[0910F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0]
  76. ;
  77. ;     Identifies the specific network adapter card.  The value of this entry
  78. ;     is a string of up to 36 hex digits (must be an even number).  Refer to
  79. ;     the IBM Token-Ring architecture manual for more details.  The default
  80. ;     value for this entry is 0910F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0.
  81. ;
  82. ;shared_ram
  83. ;     units:[hex]
  84. ;     range:[CA00-D600]
  85. ;     default:[0xD000]
  86. ;
  87. ;     Specifies the physical RAM location on the network adapter card if the
  88. ;     default location is not adeuate.  Values for each ncrtrn driver must be
  89. ;     unique.  The default value for ncrtrn$ is 0xD000, and the default value
  90. ;     for ncrtrn$ is 0xD00.  Valid values depend on the adapter card model and
  91. ;     revision level.  Check the documentation provided with the adapter card
  92. ;     for an accurate list.
  93.  
  94.