home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / lanman / drivers / os2 / INTLTOK / INTLTOKO.ZIP / @0A85.ADF < prev    next >
Encoding:
PS/2 MicroChannel Adapter Description  |  1991-06-27  |  7.5 KB  |  248 lines

  1. ;╔═════════════════════════════════════════════════════════════════╗
  2. ;║                                                                 ║
  3. ;║   TokenExpress(tm) MCA 16/4 Token-Ring Network Adapter Rev. 6   ║
  4. ;║        SMT based version with UTP and STP cable support         ║
  5. ;║           Adapter Description File  Version 1.00                ║
  6. ;║         TokenExpress is a trademark of Intel Corp.              ║
  7. ;║                                                                 ║
  8. ;╚═════════════════════════════════════════════════════════════════╝
  9.  
  10. AdapterID 00A85h
  11.  
  12. AdapterName "Intel TokenExpress(tm) 16/4 MCA Network Adapter"
  13.  
  14. NumBytes 3
  15.  
  16. FixedResources
  17.      POS[3]=X0XXX000b
  18.  
  19. NamedItem Prompt "I/O Address Location"
  20.  
  21.   Choice "0 =  0A20-0A23 & 0A30-0A3F"
  22.      POS[0]=XX00XXXXb
  23.      IO  0A20h-0A23h 0A30h-0A3Fh
  24.  
  25.   Choice "1 =  0A24-0A27 & 0A40-0A4F"
  26.      POS[0]=XX01XXXXb
  27.      IO  0A24h-0A27h 0A40h-0A4Fh
  28.  
  29.   Choice "2 =  0A50-0A53 & 0A60-0A6F"
  30.      POS[0]=XX10XXXXb
  31.      IO  0A50h-0A53h 0A60h-0A6Fh
  32.  
  33.   Choice "3 =  0A54-0A57 & 0A70-0A7F"
  34.      POS[0]=XX11XXXXb
  35.      IO  0A54h-0A57h 0A70h-0A7Fh
  36.  
  37.   Help "I/O ADDRESS LOCATION : Up to four Token-Ring Network adapters
  38.         may be installed in this computer.  An adapter can use one of
  39.         four I/O port address combinations.
  40.         Each combination consists of two address ranges.
  41.         The selections are, in order of preference, as follows :
  42.                   0 =  0A20-0A23 & 0A30-0A3F,
  43.                   1 =  0A24-0A27 & 0A40-0A4F,
  44.                   2 =  0A50-0A53 & 0A60-0A6F,
  45.                   3 =  0A54-0A57 & 0A70-0A7F.
  46.         The assignment for the Token-Ring Network adapter can be changed
  47.         by selecting 'Change Configuration' and then using the
  48.         F5=Previous and the F6=Next keys.  If an assignment has an
  49.         asterisk (*) by it, it is in conflict with another
  50.         assignment and the I/O port address must be changed."
  51.  
  52. NamedItem Prompt "Adapter Data Rate"
  53.  
  54.   Choice "4 Mbps"
  55.      POS[3]=XXXX0XXXb
  56.  
  57.   Choice "16 Mbps"
  58.      POS[3]=XXXX1XXXb
  59.  
  60.   Help "ADAPTER DATA RATE:  This Token-Ring Network adapter can operate
  61.         at two different data rates, 4 Mbps or 16 Mbps.  You MUST set the
  62.         adapter data rate to the same rate as the Token-Ring Network LAN
  63.         segment to which you are connecting the adapter.  The assignment
  64.         for this data rate can be changed by selecting 'Change Configuration'
  65.         and then using the F5=Previous and the F6=Next keys."
  66.  
  67. NamedItem Prompt "RPL EPROM Address location"
  68.  
  69.   Choice "EPROM Disabled"
  70.      POS[3]=0XXXXXXXb
  71.  
  72.   Choice "CC000-CDFFF"
  73.      POS[2]=100110XXb
  74.      POS[3]=1XXXXXXXb
  75.      MEM 0CC000h - 0CDFFFh
  76.  
  77.   Choice "CE000-CFFFF"
  78.      POS[2]=100111XXb
  79.      POS[3]=1XXXXXXXb
  80.      MEM 0CE000h - 0CFFFFh
  81.  
  82.   Choice "D0000-D1FFF"
  83.      POS[2]=101000XXb
  84.      POS[3]=1XXXXXXXb
  85.      MEM 0D0000h - 0D1FFFh
  86.  
  87.   Choice "D2000-D3FFF"
  88.      POS[2]=101001XXb
  89.      POS[3]=1XXXXXXXb
  90.      MEM 0D2000h - 0D3FFFh
  91.  
  92.   Choice "D4000-D5FFF"
  93.      POS[2]=101010XXb
  94.      POS[3]=1XXXXXXXb
  95.      MEM 0D4000h - 0D5FFFh
  96.  
  97.   Choice "D6000-D7FFF"
  98.      POS[2]=101011XXb
  99.      POS[3]=1XXXXXXXb
  100.      MEM 0D6000h - 0D7FFFh
  101.  
  102.   Choice "D8000-D9FFF"
  103.      POS[2]=101100XXb
  104.      POS[3]=1XXXXXXXb
  105.      MEM 0D8000h - 0D9FFFh
  106.  
  107.   Choice "DA000-DBFFF"
  108.      POS[2]=101101XXb
  109.      POS[3]=1XXXXXXXb
  110.      MEM 0DA000h - 0DBFFFh
  111.  
  112.   Choice "DC000-DDFFF"
  113.      POS[2]=101110XXb
  114.      POS[3]=1XXXXXXXb
  115.      MEM 0DC000h - 0DDFFFh
  116.  
  117.   Choice "DE000-DFFFF"
  118.      POS[2]=101111XXb
  119.      POS[3]=1XXXXXXXb
  120.      MEM 0DE000h - 0DFFFFh
  121.  
  122.   Choice "C8000-C9FFF"
  123.      POS[2]=100100XXb
  124.      POS[3]=1XXXXXXXb
  125.      MEM 0C8000h - 0C9FFFh
  126.  
  127.   Choice "CA000-CBFFF"
  128.      POS[2]=100101XXb
  129.      POS[3]=1XXXXXXXb
  130.      MEM 0CA000h - 0CBFFFh
  131.  
  132.   Help "EPROM ADDRESS LOCATION:  There are 12 possible 8K blocks of PC
  133.         memory that can be assigned for accessing the EPROM area of the
  134.         Token-Ring Network adapter.  The preferred EPROM address for the
  135.         adapter is: CC000-CDFFF.  The assignment for this EPROM
  136.         address can be changed by selecting 'Change Configuration'
  137.         and then using the F5=Previous and the F6=Next keys.
  138.         The EPROM address selected must not be assigned for use by any
  139.         other adapter or option.  If an assignment has an asterisk (*)
  140.         by it, it is in conflict with another assignment and the EPROM
  141.         address must be changed.  If a conflict continues to exist, you
  142.         may have to change the assignments for other adapters or options
  143.         that are in your computer to resolve the conflict."
  144.  
  145. NamedItem Prompt "Interrupt Level"
  146.  
  147.   Choice "Interrupt 2"
  148.      POS[2]=XXXXXX00b
  149.      INT 2d
  150.  
  151.   Choice "Interrupt 3"
  152.      POS[2]=XXXXXX01b
  153.      INT 3d
  154.  
  155.   Choice "Interrupt 10"
  156.      POS[2]=XXXXXX10b
  157.      INT 10d
  158.  
  159.   Choice "Interrupt 11"
  160.      POS[2]=XXXXXX11b
  161.      INT 11d
  162.  
  163.   Help "INTERRUPT LEVEL:  This Token-Ring Network adapter can operate
  164.         on one of four interrupt levels: 2, 3, 10, or 11.  The preferred
  165.         interrupt level is 2, but the adapter can operate on any of
  166.         the four levels if necessary.  The assignment for this interrupt
  167.         level can be changed by selecting 'Change Configuration' and
  168.         then using the F5=Previous and the F6=Next keys."
  169.  
  170. NamedItem Prompt "Bus Master Arbitration Level"
  171.  
  172.   Choice "Level 8"
  173.      POS[0]=XXXX000Xb
  174.      ARB 8
  175.  
  176.   Choice "Level 9"
  177.      POS[0]=XXXX001Xb
  178.      ARB 9
  179.  
  180.   Choice "Level 10"
  181.      POS[0]=XXXX010Xb
  182.      ARB 10
  183.  
  184.   Choice "Level 11"
  185.      POS[0]=XXXX011Xb
  186.      ARB 11
  187.  
  188.   Choice "Level 12"
  189.      POS[0]=XXXX100Xb
  190.      ARB 12
  191.  
  192.   Choice "Level 13"
  193.      POS[0]=XXXX101Xb
  194.      ARB 13
  195.  
  196.   Choice "Level 14"
  197.      POS[0]=XXXX110Xb
  198.      ARB 14
  199.  
  200.   Choice "Programmed I/O"
  201.      POS[0]=XXXX111Xb
  202.  
  203.   Help "ARBITRATION LEVEL: The Bus Master Arbitration level need
  204.         only be changed if it is in conflict with another adapter.
  205.         In programmed I/O mode, the data transfer is performed by
  206.         the host processor. The use of this mode depends on
  207.         specific needs in relation to software drivers.
  208.         Conflicting assignments are marked with an asterisk.
  209.         Use the F5=Previous and the F6=Next keys to change
  210.         arbitration level assignments if you are in the
  211.         'Change configuration' window."
  212.  
  213. NamedItem Prompt "Bus Master Release Timing"
  214.  
  215.   Choice "Maximum"
  216.      POS[0]=0XXXXXXXb
  217.  
  218.   Choice "Immediately"
  219.      POS[0]=1XXXXXXXb
  220.  
  221.  
  222.   Help "BUS RELEASE:  During a Micro Channel DMA operation this
  223.         Token-Ring Network Adapter supports two different ways of
  224.         releasing the bus after the Preempt signal.  After a
  225.         Preempt occurs the bus can be released either immediately or
  226.         by the maximum time allotted by the Micro Channel
  227.         architecture.  The best performance is achieved if this
  228.         adapter is allowed to continue for the maximum time allowed.
  229.         The assignment for bus release can be changed by selecting
  230.         'Change Configuration' and then using the F5=Previous and the
  231.         F6=Next keys."
  232.  
  233. NamedItem Prompt "Cable Type"
  234.  
  235.   Choice "STP media (Type 6)"
  236.      POS[0]=X0XXXXXXb
  237.  
  238.   Choice "UTP media (Type 3)"
  239.      POS[0]=X1XXXXXXb
  240.  
  241.   Help "CABLE TYPE: Select the appropriate option according to
  242.         the lobe cable connector used. STP media (Type 6) uses the
  243.         9-pin D-type connector (J3) and UTP media (Type 3) uses
  244.         the RJ45 phone-jack (J4). Use the F5=Previous and F6=Next
  245.         keys to change this assignment if you are in the 'Change
  246.         Configuration' window."
  247.  
  248.