AdapterID 050CDh AdapterName "650E/2" Numbytes 1 nameditem Prompt "I/O, EPROM" ;Selections with boot ROM disabled Choice "1000H-102FH,DISABLED" pos[0]=xxx1001xb pos[2]=xxxxxx10b io 1000h-102fh Choice "2020H-204FH,DISABLED" pos[0]=xxx1010xb pos[2]=xxxxxx10b io 2020H-204fH Choice "8020H-804FH,DISABLED" pos[0]=xxx1011xb pos[2]=xxxxxx10b io 8020h-804fh Choice "0A0A0H-0A0CFH,DISABLED" pos[0]=xxx1100xb pos[2]=xxxxxx10b io 0A0A0h-0A0CFh Choice "0B0B0H-0B0DFH,DISABLED" pos[0]=xxx1101xb pos[2]=xxxxxx10b io 0B0B0h-0B0DFh Choice "0C0C0H-0C0EFH,DISABLED" pos[0]=xxx1110xb pos[2]=xxxxxx10b io 0C0C0H-0C0EFH Choice "0C3D0H-0C3FFH,DISABLED" pos[0]=xxx1111xb pos[2]=xxxxxx10b io 0C3D0H-0C3FFH ;Selections with boot ROM enabled, BROM Size= 8k Choice "1000H-102FH, 0C8000H-0C9FFFH" pos[0]=xxx0001xb pos[2]=xxxxxx10b io 1000h-102fh mem 0C8000H-0CBFFFH Choice "2020H-204FH, 0CA000H-0CBFFFH" pos[0]=xxx0010xb pos[2]=xxxxxx10b io 2020h-204Fh mem 0CA000H-0CBFFFH Choice "8020H-804FH, 0CC000H-0CDFFFH" pos[0]=xxx0011xb pos[2]=xxxxxx10b io 8020H-804FH mem 0CC000H-0CDFFFH Choice "0A0A0H-0A0CFH, 0CE000H-0CFFFFH" pos[0]=xxx0100xb pos[2]=xxxxxx10b io 0A0A0H-0A0CFH mem 0CE000H-0CFFFFH Choice "0B0B0H-0B0DFH, 0D0000H-0D1FFFH" pos[0]=xxx0101xb pos[2]=xxxxxx10b io 0B0B0H-0B0DFH mem 0D0000H-0D1FFFH Choice "0C0C0H-0C0EFH, 0D2000H-0D3FFFH" pos[0]=xxx0110xb pos[2]=xxxxxx10b io 0C0C0H-0C0EFH mem 0D2000H-0D3FFFH Choice "0C3D0H-0C3FFH, 0D4000H-0D5FFFH" pos[0]=xxx0111xb pos[2]=xxxxxx10b io 0C3D0H-0C3FFH mem 0D4000H-0D5FFFH ;;Selections with boot ROM enabled, BROM Size= 16k, 32k or 64k ; ; Choice "1000H-102FH,0C0000H-0C3FFF" ; ; pos[0]=xxx1001xb ; pos[2]=11000000b ; io 1000h-102fh ; mem 0C0000H-0C3FFFH ; ; Choice "1000H-102FH,0C4000H-0C7FFF" ; ; pos[0]=xxx1001xb ; pos[2]=11000100b ; io 1000h-102fh ; mem 0C4000H-0C7FFFH ; ; Choice "1000H-102FH,0C8000H-0CBFFF" ; ; pos[0]=xxx1001xb ; pos[2]=11001000b ; io 1000h-102fh ; mem 0C8000H-0CBFFFH ; ; Choice "1000H-102FH,0CC000H-0CFFFF" ; ; pos[0]=xxx1001xb ; pos[2]=11001100b ; io 1000h-102fh ; mem 0CC000H-0CFFFFH ; ; Choice "1000H-102FH,0D0000H-0D3FFF" ; ; pos[0]=xxx1001xb ; pos[2]=11010000b ; io 1000h-102fh ; mem 0D0000H-0D3FFFH ; ; Choice "1000H-102FH,0D4000H-0D7FFF" ; ; pos[0]=xxx1001xb ; pos[2]=11010100b ; io 1000h-102fh ; mem 0D4000H-0D7FFFH ; ; Choice "1000H-102FH,0D8000H-0DBFFF" ; ; pos[0]=xxx1001xb ; pos[2]=11011000b ; io 1000h-102fh ; mem 0D8000H-0DBFFFH ; ; Choice "1000H-102FH,0DC000H-0DFFFF" ; ; pos[0]=xxx1001xb ; pos[2]=11011100b ; io 1000h-102fh ; mem 0DC000H-0DFFFFH ; ; Choice "1000H-102FH,0C0000H-0C7FFF" ; ; pos[0]=xxx1001xb ; pos[2]=11000x01b ; io 1000h-102fh ; mem 0C0000H-0C7FFFH ; ; Choice "1000H-102FH,0C8000H-0CFFFF" ; ; pos[0]=xxx1001xb ; pos[2]=11001x01b ; io 1000h-102fh ; mem 0C8000H-0CFFFFH ; ; Choice "1000H-102FH,0D0000H-0D7FFF" ; ; pos[0]=xxx1001xb ; pos[2]=11010x01b ; io 1000h-102fh ; mem 0D0000H-0D7FFFH ; ; Choice "1000H-102FH,0D8000H-0DFFFF" ; ; pos[0]=xxx1001xb ; pos[2]=11011x01b ; io 1000h-102fh ; mem 0D8000H-0DFFFFH ; ; Choice "1000H-102FH,0C0000H-0CFFFF" ; ; pos[0]=xxx1001xb ; pos[2]=1100xx11b ; io 1000h-102fh ; mem 0C0000H-0CFFFFH ; ; Choice "1000H-102FH,0D0000H-0DFFFF" ; ; pos[0]=xxx1001xb ; pos[2]=1101xx11b ; io 1000h-102fh ; mem 0D0000H-0DFFFFH HELP "The I/O address range shown are the addresses at which the adapter will decode for the adapter's control and data i/o. The EPROM address block is decoded for the use of a remote boot EPROM. This option may be disabled." nameditem Prompt "Interrupt level" Choice "IRQ 3" pos[0]=000xxxxxb int 3 Choice "IRQ 4" pos[0]=001xxxxxb int 4 Choice "IRQ 5" pos[0]=010xxxxxb int 5 Choice "IRQ 9" pos[0]=011xxxxxb int 9 Choice "IRQ 10" pos[0]=100xxxxxb int 10 Choice "IRQ 11" pos[0]=101xxxxxb int 11 Choice "IRQ 12" pos[0]=110xxxxxb int 12 Choice "IRQ 15" pos[0]=111xxxxxb int 15 HELP "The IRQ selection assigns which interrupt request line the lan adapter will use to signal the microprocessor via the interrupt controller."