;-----------------------------------------------------------------------------; ; ; ; @70D1.ADF This is the configuration file for the Intel Above Board MC ; ; ; ; Version 1.00 April 8, 1991 ; ; ; ;-----------------------------------------------------------------------------; AdapterId 70D1h AdapterName "Above Board MC" Numbytes 4 FixedResources POS[0]=xx0xxxxxb POS[1]=00000000b POS[2]=0111100xb POS[3]=0xxxx000b ;-----------------------------------------------------------------------------; ; choose the initialization ROM address ; ;-----------------------------------------------------------------------------; NamedItem Prompt "Above Board MC ROM Address" choice "DC00-DFFF" POS[0]=xx01111xb mem 0DC000h-0DFFFFh choice "D800-DBFF" POS[0]=xx01101xb mem 0D8000h-0DBFFFh choice "D400-D7FF" POS[0]=xx01011xb mem 0D4000h-0D7FFFh choice "D000-D3FF" POS[0]=xx01001xb mem 0D0000h-0D3FFFh choice "CC00-CFFF" POS[0]=xx00111xb mem 0CC000h-0CFFFFh choice "C800-CBFF" POS[0]=xx00101xb mem 0C8000h-0CBFFFh ; The following two options can be used in special cases only and are not ; for general use. ; choice "C400-C7FF" ; POS[0]=xx00011xb mem 0C4000h-0C7FFFh ; choice "C000-C3FF" ; POS[0]=xx00001xb mem 0C0000h-0C3FFFh choice "disable " POS[0]=xx0xxx0xb Help "The Above Board MC ROM can be set up at addresses from C8000H to DC000H, or the ROM can be disabled. Select an address for your Above Board MC ROM to enable the board. If there is more than one Above Board MC installed, only one Above Board MC ROM can be enabled and all others must be disabled. Be sure to select a ROM address that does not conflict with RAM or ROM on any other boards. This ROM is a field upgradable EEPROM that configures the memory on your Above Board MC. SOFTSET can reprogram this EEPROM in case of future updates to the Above Board MC ROM software." ;-----------------------------------------------------------------------------; ; choose the SIMM speed ; ;-----------------------------------------------------------------------------; NamedItem Prompt "Above Board MC SIMM Speed" choice "100 ns " POS[2]=xxxxxxx1b choice "85-80 ns or faster" POS[2]=xxxxxxx0b Help "80 or 85 nanosecond SIMMs (or faster) allow 0 wait state operation; 100 nanosecond SIMMs allow 1 wait state operation. Select the speed of the slowest SIMM installed on this Above Board MC. See your Above Board manual for information on determining SIMM speed." ;-----------------------------------------------------------------------------; ; choose the parallel port ; ;-----------------------------------------------------------------------------; NamedItem Prompt "Parallel Port -- for I/O Option only" choice "disable " POS[0]=00xxxxxxb choice "LPT1 (3BC-3BF)" POS[0]=01xxxxxxb io 03BCh-03BFh int 7 choice "LPT2 (378-37B)" POS[0]=10xxxxxxb io 0378h-037Bh int 7 choice "LPT3 (278-27B)" POS[0]=11xxxxxxb io 0278h-027Bh int 7 Help "This option is used only with the Above Board MC I/O Option. Select the parallel port that the Above Board MC I/O Option will use. IRQ 7 will be used with the parallel port. Be sure to select a parallel port that is currently not in use." ;-----------------------------------------------------------------------------; ; choose the serial port ; ;-----------------------------------------------------------------------------; NamedItem Prompt "Serial Port -- for I/O Option only" choice "disable " POS[3]=x0000xxxb choice "COM1 (3F8-3FF)" POS[3]=x1000xxxb io 03F8h-03FFh int 4 choice "COM2 (2F8-2FF)" POS[3]=x0010xxxb io 02F8h-02FFh int 3 choice "COM3 (3220-3227)" POS[3]=x0011xxxb io 2330h-3227h int 3 choice "COM4 (3228-322F)" POS[3]=x0100xxxb io 3228h-322Fh int 3 choice "COM5 (4220-4227)" POS[3]=x0101xxxb io 4220h-4227h int 3 choice "COM6 (4228-422F)" POS[3]=x0110xxxb io 4228h-422Fh int 3 choice "COM7 (5220-5227)" POS[3]=x0111xxxb io 5220h-5227h int 3 choice "COM8 (5228-522F)" POS[3]=x0001xxxb io 5228h-522Fh int 3 Help "This option is used only with the Above Board MC I/O Option. Select the serial port that the Above Board MC I/O Option will use. IRQ 4 will be used with COM1, IRQ 3 will be used with all others. Be sure to select a serial port that is currently not in use."