; ************************************************************************* ; * D/8x Adapter Descriptor File * ; ************************************************************************* ; * * ; * 66666 11 33333 AAA AAA DDDDD FFFFFF * ; * 66 66 111 33 33 AA AA AA AA DD DD FF * ; * 66 1111 33 AA AA AA AA DD DD FF * ; * 666666 11 333 AA AA AA AA DD DD FFFFF * ; * 66 66 11 33 AAAAAAA AAAAAAA DD DD FF * ; * 66 66 11 33 33 AA AA .. AA AA DD DD FF * ; * 66666 111111 33333 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 613Ah AdapterName "Dialogic D/81-MC, D/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 D/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 D/8xMC is enabled prior to download occuring." NamedItem ; ; All D/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 D/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 D/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"