Metropoli BBS
VIEWER: @6014.adf MODE: TEXT (ASCII)
;ARCNET-PS110 Configuration Diskette Program
;SMC part no. 140.500
;File @6014.adf
;version 1.0 rev 0

AdapterID 06014h

AdapterName  "Standard Microsystems Corporation ARCNET-PS110"

NumBytes 3

nameditem
        Prompt  "RAM Buffer Base Address"
          Choice "Segment C000" pos[0]=0000XXXXb mem 0c0000h-0c1fffh
          Choice "Segment C200" pos[0]=0001XXXXb mem 0c2000h-0c3fffh
          Choice "Segment C400" pos[0]=0010XXXXb mem 0c4000h-0c5fffh
          Choice "Segment C600" pos[0]=0011XXXXb mem 0c6000h-0c7fffh
          Choice "Segment C800" pos[0]=0100XXXXb mem 0c8000h-0c9fffh
          Choice "Segment CA00" pos[0]=0101XXXXb mem 0ca000h-0cbfffh
          Choice "Segment CC00" pos[0]=0110XXXXb mem 0cc000h-0cdfffh
          Choice "Segment CE00" pos[0]=0111XXXXb mem 0ce000h-0cffffh
          Choice "Segment D000" pos[0]=1000XXXXb mem 0d0000h-0d1fffh
          Choice "Segment D200" pos[0]=1001XXXXb mem 0d2000h-0d3fffh
          Choice "Segment D400" pos[0]=1010XXXXb mem 0d4000h-0d5fffh
          Choice "Segment D600" pos[0]=1011XXXXb mem 0d6000h-0d7fffh
          Choice "Segment D800" pos[0]=1100XXXXb mem 0d8000h-0d9fffh
          Choice "Segment DA00" pos[0]=1101XXXXb mem 0da000h-0dbfffh
          Choice "Segment DC00" pos[0]=1110XXXXb mem 0dc000h-0ddfffh
          Choice "Segment DE00" pos[0]=1111XXXXb mem 0de000h-0dffffh
        Help
         "Select one of these base addresses for the ARCNET Controller's
         RAM buffer.  Be sure the address you select has not been
         used by any other expansion card (a conflict is indicated by
         an asterisk)."

nameditem
        Prompt  "I/O Port Address Range"
          Choice "02E0-02E7" pos[1]=XXXX0000b io 02e0h-02e7h
          Choice "0300-0307" pos[1]=XXXX0001b io 0300h-0307h
          Choice "0350-0357" pos[1]=XXXX0010b io 0350h-0357h
          Choice "1988-198F" pos[1]=XXXX0011b io 1988h-198fh
          Choice "2010-2017" pos[1]=XXXX0100b io 2010h-2017h
          Choice "5678-567f" pos[1]=XXXX0101b io 5678h-567fh
          Choice "5900-5907" pos[1]=XXXX0110b io 5900h-5907h
          Choice "8088-808F" pos[1]=XXXX0111b io 8088h-808fh
          Choice "8910-8917" pos[1]=XXXX1000b io 8910h-8917h
          Choice "9C80-9C87" pos[1]=XXXX1001b io 9c80h-9c87h
          Choice "ADB8-ADBF" pos[1]=XXXX1010b io 0adb8h-0adbfh
          Choice "B4E8-B4EF" pos[1]=XXXX1011b io 0b4e8h-0b4efh
          Choice "BAD8-BADF" pos[1]=XXXX1100b io 0bad8h-0badfh
          Choice "D0D0-D0D7" pos[1]=XXXX1101b io 0d0d0h-0d0d7h
          Choice "E8D0-E8D7" pos[1]=XXXX1110b io 0e8d0h-0e8d7h
          Choice "F8E8-F8EF" pos[1]=XXXX1111b io 0f8e8h-0f8efh
        Help
         "Select one of these address ranges for the ARCNET Controller's
         I/O Ports.  Be sure the address range you select has not been
         used by any other expansion card (a conflict is indicated
         by an asterisk)."

nameditem
        Prompt  "Interrupt Level"
          Choice  "IRQ 2 (9)"  pos[0]=XXXX100Xb int 9
          Choice  "IRQ 3"  pos[0]=XXXX000Xb int 3
          Choice  "IRQ 4"  pos[0]=XXXX001Xb int 4
          Choice  "IRQ 5"  pos[0]=XXXX010Xb int 5
          Choice  "IRQ 7"  pos[0]=XXXX011Xb int 7
          Choice  "IRQ 10" pos[0]=XXXX101Xb int 10
          Choice  "None "  pos[0]=XXXX111Xb
        Help
         "Select an Interrupt Level for the ARCNET Controller.
          It is strongly recommended that you select an interrupt
          level that has not been used by any other expansion card."

nameditem
        Prompt  "Node Address High Digit"
          Choice  "F" pos[2]=1111XXXXb
          Choice  "E" pos[2]=1110XXXXb
          Choice  "D" pos[2]=1101XXXXb
          Choice  "C" pos[2]=1100XXXXb
          Choice  "B" pos[2]=1011XXXXb
          Choice  "A" pos[2]=1010XXXXb
          Choice  "9" pos[2]=1001XXXXb
          Choice  "8" pos[2]=1000XXXXb
          Choice  "7" pos[2]=0111XXXXb
          Choice  "6" pos[2]=0110XXXXb
          Choice  "5" pos[2]=0101XXXXb
          Choice  "4" pos[2]=0100XXXXb
          Choice  "3" pos[2]=0011XXXXb
          Choice  "2" pos[2]=0010XXXXb
          Choice  "1" pos[2]=0001XXXXb
          Choice  "0" pos[2]=0000XXXXb
        Help
         "Each ARCNET Controller must be assigned a unique node
         address or node ID in the range 01 to FF hexadecimal
         (1 to 255 decimal).  Select one of these addresses for
         the most significant hexadecimal digit."

nameditem
        Prompt  "Node Address Low Digit"
          Choice  "F" pos[2]=XXXX1111b
          Choice  "E" pos[2]=XXXX1110b
          Choice  "D" pos[2]=XXXX1101b
          Choice  "C" pos[2]=XXXX1100b
          Choice  "B" pos[2]=XXXX1011b
          Choice  "A" pos[2]=XXXX1010b
          Choice  "9" pos[2]=XXXX1001b
          Choice  "8" pos[2]=XXXX1000b
          Choice  "7" pos[2]=XXXX0111b
          Choice  "6" pos[2]=XXXX0110b
          Choice  "5" pos[2]=XXXX0101b
          Choice  "4" pos[2]=XXXX0100b
          Choice  "3" pos[2]=XXXX0011b
          Choice  "2" pos[2]=XXXX0010b
          Choice  "1" pos[2]=XXXX0001b
          Choice  "0" pos[2]=XXXX0000b
        Help
         "Each ARCNET Controller must be assigned a unique node
         address or node ID in the range 01 to FF hexadecimal
         (1 to 255 decimal).  Select one of these addresses for
         the least significant hexadecimal digit."

nameditem
        Prompt  "Network Timeout Parameter"
          Choice  "Normal"  pos[1]=11XXXXXXb
          Choice  "Med L"   pos[1]=10XXXXXXb
          Choice  "Med H"   pos[1]=01XXXXXXb
          Choice  "Maximum" pos[1]=00XXXXXXb
        Help
         "Select one of these addresses for the ARCNET Controller's
         Timeout Parameter.  Be sure to select the same parameter
         for all the controllers on the network.  Under normal
         circumstances, select <Normal>."

[ RETURN TO DIRECTORY ]