AdapterId 06FE5h AdapterName "Digi MC/8 Multiport Serial Card" ; Rev B 7-3-96 DRT ; Added Digi ref's NumBytes 1 NamedItem Prompt "UART Address Range" choice "0xDB80 -> 0xDBC0" pos[0]=xxxx000xb io 0db80h-0dbc0h choice "0xDC00 -> 0xDC40" pos[0]=xxxx001xb io 0dc00h-0dc40h choice "0xBB80 -> 0xBBC0" pos[0]=xxxx010xb io 0bb80h-0bbc0h choice "0xBC00 -> 0xBC40" pos[0]=xxxx011xb io 0bc00h-0bc40h choice "0xAB80 -> 0xABC0" pos[0]=xxxx100xb io 0ab80h-0abc0h choice "0xAC00 -> 0xAC40" pos[0]=xxxx101xb io 0ac00h-0ac40h choice "0xCB80 -> 0xCBC0" pos[0]=xxxx110xb io 0cb80h-0cbc0h Help "Select one of the seven UART Address Ranges." NamedItem Prompt "Com2 Status" choice "Disabled" pos[0]=0xxxxxxxb choice "Enabled" pos[0]=1xxxxxxxb io 02f8h-02ffh Help "Enabling Com2 Status sets the Digi MC/8's first port address to 2F8h and its IRQ line to IRQ 3." NamedItem Prompt "Interrupt Select" choice "IRQ 3" pos[0]=x000xxxxb int 3 choice "IRQ 4" pos[0]=x001xxxxb int 4 choice "IRQ 5" pos[0]=x010xxxxb int 5 choice "IRQ 7" pos[0]=x011xxxxb int 7 choice "IRQ 10" pos[0]=x100xxxxb int 10 choice "IRQ 11" pos[0]=x101xxxxb int 11 choice "IRQ 12" pos[0]=x110xxxxb int 12 choice "IRQ 15" pos[0]=x111xxxxb int 15 Help "Select one Interrupt Selection for the Digi MC/8 from the eight possible choices."