home *** CD-ROM | disk | FTP | other *** search
/ ftp.cvut.cz / DOS_LEGACY_DRIVERS_2008.zip / DOS_LEGACY_DRIVERS / eisa / @627d.adf < prev    next >
Text File  |  2008-01-06  |  5KB  |  131 lines

  1. AdapterId 0627Dh
  2.  
  3. AdapterName "3Com 3C529-TP Network Adapter"
  4.  
  5. NumBytes 4
  6.  
  7. NamedItem
  8.  
  9. Prompt  "Enable/Disable Adapter"
  10.  
  11. Choice  " adapter enabled "   pos[0]=XXXXXXX1b
  12. Choice  " adapter disabled "  pos[0]=XXXXXXX0b
  13.  
  14. Help
  15. "This controls whether the adapter is enabled or not.
  16. Use the 'enabled' setting for normal use.  Use the
  17. 'disabled' setting if you are not using the adapter
  18. and enabling it causes a conflict with another device."
  19.  
  20.  
  21. NamedItem
  22.  
  23. Prompt  "I/O Address Range"
  24.  
  25. choice  " 200h to 20Fh "    pos[2]=000000XXb  io 0200h-020Fh
  26. choice  " 600h to 60Fh "    pos[2]=000001XXb  io 0600h-060Fh
  27. choice  " A00h to A0Fh "    pos[2]=000010XXb  io 0A00h-0A0Fh
  28. choice  " E00h to E0Fh "    pos[2]=000011XXb  io 0E00h-0E0Fh
  29. choice  " 1200h to 120Fh "  pos[2]=000100XXb  io 1200h-120Fh
  30. choice  " 1600h to 160Fh "  pos[2]=000101XXb  io 1600h-160Fh
  31. choice  " 1A00h to 1A0Fh "  pos[2]=000110XXb  io 1A00h-1A0Fh
  32. choice  " 1E00h to 1E0Fh "  pos[2]=000111XXb  io 1E00h-1E0Fh
  33. choice  " 2200h to 220Fh "  pos[2]=001000XXb  io 2200h-220Fh
  34. choice  " 2600h to 260Fh "  pos[2]=001001XXb  io 2600h-260Fh
  35. choice  " 2A00h to 2A0Fh "  pos[2]=001010XXb  io 2A00h-2A0Fh
  36. choice  " 2E00h to 2E0Fh "  pos[2]=001011XXb  io 2E00h-2E0Fh
  37. choice  " 3200h to 320Fh "  pos[2]=001100XXb  io 3200h-320Fh
  38. choice  " 3600h to 360Fh "  pos[2]=001101XXb  io 3600h-360Fh
  39. choice  " 3A00h to 3A0Fh "  pos[2]=001110XXb  io 3A00h-3A0Fh
  40. choice  " 3E00h to 3E0Fh "  pos[2]=001111XXb  io 3E00h-3E0Fh
  41. choice  " 4200h to 420Fh "  pos[2]=010000XXb  io 4200h-420Fh
  42. choice  " 4600h to 460Fh "  pos[2]=010001XXb  io 4600h-460Fh
  43. choice  " 4A00h to 4A0Fh "  pos[2]=010010XXb  io 4A00h-4A0Fh
  44. choice  " 4E00h to 4E0Fh "  pos[2]=010011XXb  io 4E00h-4E0Fh
  45.  
  46. Help
  47. "Determines the range of I/O addresses used by the
  48. adapter.  The addresses in this range cannot be used
  49. by another installed device."
  50.  
  51. NamedItem
  52.  
  53. Prompt  "Interrupt Request Level"
  54.  
  55. choice  " level 3 "   pos[3]=XXXX0011b  int 3
  56. choice  " level 5 "   pos[3]=XXXX0101b  int 5
  57. choice  " level 7 "   pos[3]=XXXX0111b  int 7
  58. choice  " level 9 "   pos[3]=XXXX1001b  int 9
  59. choice  " level 10 "  pos[3]=XXXX1010b  int 10
  60. choice  " level 11 "  pos[3]=XXXX1011b  int 11
  61. choice  " level 12 "  pos[3]=XXXX1100b  int 12
  62. choice  " level 15 "  pos[3]=XXXX1111b  int 15
  63.  
  64. Help
  65. "Determines the interrupt request level used by the
  66. adapter.  This adapter's interrupt level can be shared
  67. with another installed device.  You may be able to
  68. improve performance by selecting a level that is not
  69. used by any other installed device."
  70.  
  71. NamedItem
  72.  
  73. Prompt  "Boot ROM Address Range"
  74.  
  75. choice  " disabled "                pos[1]=000000XXb
  76. choice  " C2000h to C3FFFh (8K) "   pos[1]=000001XXb  mem 0C2000h-0C3FFFh
  77. choice  " C4000h to C5FFFh (8K) "   pos[1]=000010XXb  mem 0C4000h-0C5FFFh
  78. choice  " C6000h to C7FFFh (8K) "   pos[1]=000011XXb  mem 0C6000h-0C7FFFh
  79. choice  " C8000h to C9FFFh (8K) "   pos[1]=000100XXb  mem 0C8000h-0C9FFFh
  80. choice  " CA000h to CBFFFh (8K) "   pos[1]=000101XXb  mem 0CA000h-0CBFFFh
  81. choice  " CC000h to CDFFFh (8K) "   pos[1]=000110XXb  mem 0CC000h-0CDFFFh
  82. choice  " CE000h to CFFFFh (8K) "   pos[1]=000111XXb  mem 0CE000h-0CFFFFh
  83. choice  " D0000h to D1FFFh (8K) "   pos[1]=001000XXb  mem 0D0000h-0D1FFFh
  84. choice  " D2000h to D3FFFh (8K) "   pos[1]=001001XXb  mem 0D2000h-0D3FFFh
  85. choice  " D4000h to D5FFFh (8K) "   pos[1]=001010XXb  mem 0D4000h-0D5FFFh
  86. choice  " D6000h to D7FFFh (8K) "   pos[1]=001011XXb  mem 0D6000h-0D7FFFh
  87. choice  " D8000h to D9FFFh (8K) "   pos[1]=001100XXb  mem 0D8000h-0D9FFFh
  88. choice  " DA000h to DBFFFh (8K) "   pos[1]=001101XXb  mem 0DA000h-0DBFFFh
  89. choice  " DC000h to DDFFFh (8K) "   pos[1]=001110XXb  mem 0DC000h-0DDFFFh
  90. choice  " DE000h to DFFFFh (8K) "   pos[1]=001111XXb  mem 0DE000h-0DFFFFh
  91. choice  " C0000h to C3FFFh (16K) "  pos[1]=010001XXb  mem 0C0000h-0C3FFFh
  92. choice  " C4000h to C7FFFh (16K) "  pos[1]=010010XXb  mem 0C4000h-0C7FFFh
  93. choice  " C8000h to CBFFFh (16K) "  pos[1]=010100XXb  mem 0C8000h-0CBFFFh
  94. choice  " CC000h to CFFFFh (16K) "  pos[1]=010110XXb  mem 0CC000h-0CFFFFh
  95. choice  " D0000h to D3FFFh (16K) "  pos[1]=011000XXb  mem 0D0000h-0D3FFFh
  96. choice  " D4000h to D7FFFh (16K) "  pos[1]=011010XXb  mem 0D4000h-0D7FFFh
  97. choice  " D8000h to DBFFFh (16K) "  pos[1]=011100XXb  mem 0D8000h-0DBFFFh
  98. choice  " DC000h to DFFFFh (16K) "  pos[1]=011110XXb  mem 0DC000h-0DFFFFh
  99. choice  " C0000h to C7FFFh (32K) "  pos[1]=100001XXb  mem 0C0000h-0C7FFFh
  100. choice  " C8000h to CFFFFh (32K) "  pos[1]=100100XXb  mem 0C0000h-0C7FFFh
  101. choice  " D0000h to D7FFFh (32K) "  pos[1]=101000XXb  mem 0D0000h-0D7FFFh
  102. choice  " D8000h to DFFFFh (32K) "  pos[1]=101100XXb  mem 0D0000h-0D7FFFh
  103.  
  104.  
  105. Help
  106. "Determines the range of addresses used by the boot
  107. PROM installed on the adapter.  The addresses in this
  108. range cannot be used by any other installed device
  109. or software.  The size of the address range must
  110. correspond with the size of the boot ROM.  Select
  111. 'disabled' if no boot ROM is installed."
  112.  
  113.  
  114. NamedItem
  115.  
  116. Prompt  "Transceiver Type"
  117.  
  118. choice    " on-board (RJ45) "  pos[2]=XXXXXX00b
  119. choice    " external (AUI) "   pos[2]=XXXXXX01b
  120.  
  121. Help
  122. "Determines the type of transceiver used by the
  123. adapter.  If you wish to connect to the adapter's
  124. 8-pin RJ-45 connector, select 'on-board'.  If you
  125. wish to attach a drop cable from an external
  126. transceiver to the adapter's 15-pin AUI connector,
  127. select 'external'."
  128.  
  129.  
  130. ; %VER 3C529-TP MCA Configuration File v1.0a
  131.