Metropoli BBS
VIEWER: @0050.adf MODE: TEXT (ASCII)
;       Cabletron Systems Inc.
;       (c) Copyright Cabletron Systems Inc.  1991, 1992
;       Date:  May 21, 1992
;       Rev:  1.00.00

AdapterId 0050h

AdapterName  "Cabletron 4/16-Mbps Token Ring Adapter"

NumBytes 4

nameditem
        Prompt  "Adapter I/O Location"

          Choice "Segment 0a20"
            pos[1]=XXXX0100b
            io 0a20h-0a35h

          Choice "Segment 1a20"
            pos[1]=XXXX0101b
            io 1a20h-1a35h

          Choice "Segment 2a20"
            pos[1]=XXXX0110b
            io 2a20h-2a35h

          Choice "Segment 3a20"
            pos[1]=XXXX0111b
            io 3a20h-3a35h

          Choice "Segment 0a00"
            pos[1]=XXXX0000b
            io 0a00h-0a15h

          Choice "Segment 1a00"
            pos[1]=XXXX0001b
            io 1a00h-1a15h

          Choice "Segment 2a00"
            pos[1]=XXXX0010b
            io 2a00h-2a15h

          Choice "Segment 3a00"
            pos[1]=XXXX0011b
            io 3a00h-3a15h

        Help
        "To configure this adapter you must choose the IO location the
         adapter will use for the NIC and the IO REGisters."

nameditem
        Prompt  "DMA Arbitration Level"

          Choice "Level 5"
            pos[0]=XXX0101Xb
            arb 5

          Choice "Level 6"
            pos[0]=XXX0110Xb
            arb 6

          Choice "Level 7"
            pos[0]=XXX0111Xb
            arb 7

          Choice "Level 8"
            pos[0]=XXX1000Xb
            arb 8

          Choice "Level 9"
            pos[0]=XXX1001Xb
            arb 9

          Choice "Level 10"
            pos[0]=XXX1010Xb
            arb 10

          Choice "Level 11"
            pos[0]=XXX1011Xb
            arb 11

          Choice "Level 12"
            pos[0]=XXX1100Xb
            arb 12

          Choice "Level 13"
            pos[0]=XXX1101Xb
            arb 13

          Choice "Level 14"
            pos[0]=XXX1110Xb
            arb 14

          Choice "Level 0"
            pos[0]=XXX0000Xb
            arb 0

          Choice "Level 1"
            pos[0]=XXX0001Xb
            arb 1

          Choice "Level 2"
            pos[0]=XXX0010Xb
            arb 2

          Choice "Level 3"
            pos[0]=XXX0011Xb
            arb 3


        Help
        "You must choose a DMA Arbitration channel for the adapter
         to use.  A conflict cannot exist with any other device in
         the system."



nameditem
        Prompt  "Adapter Interrupt Level"

          Choice "Level 3"
            pos[2]=XXXXXX00b
            int 3

          Choice "Level 7"
            pos[2]=XXXXXX01b
            int 7

          Choice "Level 9"
            pos[2]=XXXXXX10b
            int 9

          Choice "Level 12"
            pos[2]=XXXXXX11b
            int 12


        Help
        "You must choose the IRQ level the adapter will use to
         interrupt the system.  The IRQ level cannot conflict
         with any other devices in the system."


nameditem
        Prompt  "Adapter Default Port Select"

          Choice "Shielded TP"
            pos[1]=1XXXXXXXb

          Choice "Unshielded TP"
            pos[1]=0XXXXXXXb

        Help
        "You must choose the media port the adapter will use
         to connect to the Token Ring Network."



nameditem
        Prompt  "Adapter Default Port Speed"

          Choice "4 Megabit/Sec"
            pos[1]=X1XXXXXXb

          Choice "16 Megabit/Sec"
            pos[1]=X0XXXXXXb

        Help
        "You must choose the ring speed of the network to
         which the adapter will be connected."

[ RETURN TO DIRECTORY ]