; File: @655B.ADF ; Func: adapter configuration file for WANG LOCAL COMMUNICATION OPTION ; Rev: 10/12/88, cek: created (tab on 8 interval) ; 04/03/89, cek: added 6 new io bases ; corrected interrupt help text ; added prom selections ; 04/27/89, cek: added CAUTION to RAM help text ; changed RAM default selection to seg '0D' ; 05/22/89, cek: updated ROM choices to reflect new changes to spec ; ; (c) Copyright Wang Laboratories, Inc. 1989 ; AdapterId 655bh AdapterName "Wang Microchannel Local Office Connection (MCLOC)" NumBytes 4 NamedItem Prompt "IO Space:" Choice "0342h, 0352h " ; pos settings: POS[0]=xxxx001xb POS[1]=10100101b ; resource settings corresponding to above POS bits: IO 0342h-0343h 0352h-0353h Choice "0302h, 0312h " ; pos settings: POS[0]=xxxx001xb POS[1]=10000001b ; resource settings corresponding to above POS bits: IO 0302h-0303h 0312h-0313h Choice "02A2h, 02B2h " ; pos settings: POS[0]=xxxx001xb POS[1]=01010011b ; resource settings corresponding to above POS bits: IO 02A2h-02A3h 02B2h-02B3h Choice "0282h, 0292h " ; pos settings: POS[0]=xxxx001xb POS[1]=01000001b ; resource settings corresponding to above POS bits: IO 0282h-0283h 0292h-0293h Choice "0242h, 0252h " ; pos settings: POS[0]=xxxx001xb POS[1]=00100101b ; resource settings corresponding to above POS bits: IO 0242h-0243h 0252h-0253h Choice "0222h, 0232h " ; pos settings: POS[0]=xxxx001xb POS[1]=00010011b ; resource settings corresponding to above POS bits: IO 0222h-0223h 0232h-0233h Choice "020Eh, 021Eh " ; pos settings: POS[0]=xxxx111xb POS[1]=00000001b ; resource settings corresponding to above POS bits: IO 020Eh-020Fh 021Eh-021Fh Choice "026Eh, 027Eh " ; pos settings: POS[0]=xxxx111xb POS[1]=00110111b ; resource settings corresponding to above POS bits: IO 026Eh-026Fh 027Eh-027Fh Choice "02ACh, 02BCh " ; pos settings: POS[0]=xxxx110xb POS[1]=01010011b ; resource settings corresponding to above POS bits: IO 02ACh-02ADh 02BCh-02BDh Choice "02CCh, 02DCh " ; pos settings: POS[0]=xxxx110xb POS[1]=01100101b ; resource settings corresponding to above POS bits: IO 02CCh-02CDh 02DCh-02DDh Choice "030Eh, 031Eh " ; pos settings: POS[0]=xxxx111xb POS[1]=10000001b ; resource settings corresponding to above POS bits: IO 030Eh-030Fh 031Eh-031Fh Choice "036Eh, 037Eh " ; pos settings: POS[0]=xxxx111xb POS[1]=10110111b ; resource settings corresponding to above POS bits: IO 036Eh-036Fh 037Eh-037Fh Help "One IO space pair must be selected. Conflicting assignments are marked with an asterisk <*> and must be changed to use this adapter. To change the assignment, enter the window, and use F5=PREVIOUS or F6=NEXT to make a new selection. Use F10 to save the new selection. " NamedItem Prompt "RAM Memory Space:" Choice "Address 0D0000-0DFFFFh" ; pos settings: POS[2]=00001101b ; resource settings corresponding to above POS bits: MEM 0d0000h-0dffffh Choice "Address 0C0000-0CFFFFh" ; pos settings: POS[2]=00001100b ; resource settings corresponding to above POS bits: MEM 0c0000h-0cffffh Help "This adapter requires one RAM memory segment. This segment is typically 0Ch or 0Dh (address 0C0000h-0CFFFFh, or 0D0000h-0DFFFFh). Conflicting assignments are marked with an asterisk <*> and must be changed to use this adapter. To change the assignment, enter the window, and use F5=PREVIOUS or F6=NEXT to make a new selection. Use F10 to save the new selection. ....CAUTION: When using Windows/286 with EMM, the EMM driver switch for skipping a memory segment should refer to the same segment as chosen for the 'RAM Memory Space' for the MCLOC board. ....CAUTION: When using Windows/386 with EMM, the LASTEMMSEG, and EMMPAGEFRAME entries in the [win386] section of the WIN.INI file should refer to the same segment as chosen for the 'RAM Memory Space' for the MCLOC board. " NamedItem Prompt "ROM Memory Space:" Choice "ROM Disabled " ; pos settings: POS[0]=xx0xxxxxb ; resource settings corresponding to above POS bits: Choice "Address 0C0000-0CFFFFh" ; pos settings: POS[0]=001xxxxxb ; resource settings corresponding to above POS bits: MEM 0c0000h-0cffffh Choice "Address 0D0000-0DFFFFh" ; pos settings: POS[0]=011xxxxxb ; resource settings corresponding to above POS bits: MEM 0d0000h-0dffffh Help "This adapter can support up to 32K of contiguous onboard ROM. 'ROM Disabled' is the default setting which will be returned each time is performed. The user may manually disable, or enable the ROM. The 32K ROM will wrap in a 64K address space. An 'Address' choice will select the ROM space and enable the ROM. It should be chosen only if ROM is physically present on the adapter board. Conflicting assignments are marked with an asterisk <*> and must be changed to use this adapter. To change the assignment, enter the window, and use F5=PREVIOUS or F6=NEXT to make a new selection. Use F10 to save the new selection. " NamedItem Prompt "Interrupt Select:" Choice "Level 5 (IRQ5) " POS[3]=100xx000b INT 5 Choice "Level 9 (IRQ9) " POS[3]=100xx001b INT 9 Choice "Level 10 (IRQ10) " POS[3]=100xx010b INT 10 Choice "Level 11 (IRQ11) " POS[3]=100xx011b INT 11 Choice "Level 15 (IRQ15) " POS[3]=100xx100b INT 15 Help "This adapter requires 'exclusive use' of one interrupt level. To change the assignment, enter the window, and use F5=PREVIOUS or F6=NEXT to make a new selection. Use F10 to save the new selection. ....CAUTION: Conflicting interrupt level assignments are NOT marked with an asterisk <*>. "