AdapterID 06FECh AdapterName "Digi MC C/X Adapter Card" ; Rev B 7-3-96 DRT ; Fixed Numbytes, changed to Digi ref's NumBytes 2 NamedItem Prompt "Memory Start Address" choice "0D8000" pos[1]=00001101b pos[0]=1xxxxxx1b mem 00d8000h-00dffffh choice "0D0000" pos[1]=00001101b pos[0]=0xxxxxx1b mem 00d0000h-00d7fffh choice "0C8000" pos[1]=00001100b pos[0]=1xxxxxx1b mem 00c8000h-00cffffh choice "0C0000" pos[1]=00001100b pos[0]=0xxxxxx1b mem 00c0000h-00c7fffh choice "FC0000" pos[1]=11111100b pos[0]=0xxxxxx1b mem 0fc0000h-0fc7fffh choice "FA0000" pos[1]=11111010b pos[0]=0xxxxxx1b mem 0fa0000h-0fa7fffh choice "F80000" pos[1]=11111000b pos[0]=0xxxxxx1b mem 0f80000h-0f87fffh Help "Select one of seven possible memory blocks where the Digi C/X host adapter will reside in the host's memory map." NamedItem Prompt "I/O PORT Address" choice "208h" pos[0]=x011xxxxb io 0208h-0209h choice "228h" pos[0]=x100xxxxb io 0228h-0229h choice "308h" pos[0]=x101xxxxb io 0308h-0309h choice "328h" pos[0]=x110xxxxb io 0328h-0329h choice "108h" pos[0]=x000xxxxb io 0108h-0109h choice "118h" pos[0]=x001xxxxb io 0118h-0119h choice "128h" pos[0]=x010xxxxb io 0128h-0129h Help "Select one of seven possible I/O locations where the Digi C/X host adapter will reside in the host's I/O map." NamedItem Prompt "Interrupt Vectors" choice "Disabled" pos[0]=xxxx000xb int 0 choice "IRQ 11" pos[0]=xxxx101xb int 11 choice "IRQ 12" pos[0]=xxxx110xb int 12 choice "IRQ 3" pos[0]=xxxx001xb int 3 choice "IRQ 10" pos[0]=xxxx100xb int 10 choice "IRQ 5" pos[0]=xxxx010xb int 5 choice "IRQ 7" pos[0]=xxxx011xb int 7 choice "IRQ 15" pos[0]=xxxx111xb int 15 Help "Select one of seven possible Interrupt Request Lines on which the Digi C/X host adapter will interrupt the host, or choose the Interrupt Disabled option."