; ************************************************************************* ; * VR/8x Adapter Descriptor File * ; ************************************************************************* ; * * ; * 66666 33333 00000 AAA AAA DDDDD FFFFFF * ; * 66 66 33 33 00 00 AA AA AA AA DD DD FF * ; * 66 33 00 00 AA AA AA AA DD DD FF * ; * 666666 333 00 00 AA AA AA AA DD DD FFFFF * ; * 66 66 33 00 00 AAAAAAA AAAAAAA DD DD FF * ; * 66 66 33 33 00 00 AA AA .. AA AA DD DD FF * ; * 66666 33333 00000 AA AA .. AA AA DDDDD FF * ; * * ; ************************************************************************* ;-------------------------------------------------------------; ; ; ; The default settings or the settings chosen by user (set by ; ; running the Set Configuration program on the IBM Reference ; ; diskette) are valid prior to downloading the D/8xMC. Once ; ; download occurs, the initial IRQ value found on the first ; ; board is used for all D/8xMC boards. ; ; ; ;-------------------------------------------------------------; AdapterId 630Ah AdapterName "Dialogic VR/81-MC, VR/41-MC" NumBytes 4 NamedItem prompt "Initial Board State" choice "RESET" pos[0]=3DXXXX11XXb help "This cannot be changed within the configuration setup" NamedItem ; ; After download has completed, the driver will leave the VR/8x memory ; in its 'enabled' state. ; prompt "Enable/Disable Memory" choice "DISABLE" pos[0]=3DXXXXXX0Xb choice "ENABLE" pos[0]=3DXXXXXX1Xb help "This determines if the memory on the VR/8xMC is enabled prior to download occuring." NamedItem ; ; All VR/8x boards need to share the same interrupt level ; prompt "Interrupt Level Setting" ; choice "IRQ 3" pos[0]=3DX110XXXXb int 3 ; choice "IRQ 4" pos[0]=3DX111XXXXb int 4 ; choice "IRQ 9" pos[0]=3DX000XXXXb int 9 choice "IRQ 10" pos[0]=3DX001XXXXb int 10 ; choice "IRQ 11" pos[0]=3DX010XXXXb int 11 ; choice "IRQ 12" pos[0]=3DX011XXXXb int 12 ; choice "IRQ 5" pos[0]=3DX100XXXXb int 5 ; choice "IRQ 7" pos[0]=3DX101XXXXb int 7 help "This determines the interrupt level of the VR/8xMC." NamedItem prompt "Memory Address Range" choice "D0000 - D3FFF" pos[1]=3D00XXXXXXb pos[2]=3D00001101b mem 0D0000h-0D3FFFh choice "D4000 - D7FFF" pos[1]=3D01XXXXXXb pos[2]=3D00001101b mem 0D4000h-0D7FFFh choice "D8000 - DBFFF" pos[1]=3D10XXXXXXb pos[2]=3D00001101b mem 0D8000h-0DBFFFh choice "DC000 - DFFFF" pos[1]=3D11XXXXXXb pos[2]=3D00001101b mem 0DC000h-0DFFFFh choice "A0000 - A3FFF" pos[1]=3D00XXXXXXb pos[2]=3D00001010b mem 0A0000h-0A3FFFh choice "A4000 - A7FFF" pos[1]=3D01XXXXXXb pos[2]=3D00001010b mem 0A4000h-0A7FFFh choice "A8000 - ABFFF" pos[1]=3D10XXXXXXb pos[2]=3D00001010b mem 0A8000h-0ABFFFh choice "AC000 - AFFFF" pos[1]=3D11XXXXXXb pos[2]=3D00001010b mem 0AC000h-0AFFFFh help "This determines the shared memory addresses of the VR/81MC. These values are within the Axxxx/Dxxxx segments of memory. NOTE: This memory is disabled prior to download unless the ENABLE choice of NamedItem: 'Enable/Disable Memory' is selected." NamedItem prompt "RESERVED" choice "ENABLE" pos[3]=3DXXXXXXX1b help "This cannot be changed within the configuration setup"