; ; $Revision: 1.3 $ ; $Date: 09 Dec 1991 15:09:04 $ ; ;*************************************************************************** ;* Copyright (C) 1988 by Phoenix Technologies Ltd. * ;* Copyright (C) 1989 by NCR Corporation This program * ;* contains proprietary and confidential information. All rights reserved * ;* except as may be permitted by prior written consent. * ;*************************************************************************** AdapterID 0ddffh ADAPTERNAME "ESDI Fixed Disk Controller" NUMBYTES 2 FIXEDRESOURCES pos[0]=XXXXXX0Xb pos[1]=00XXXXXXb io 3510h-3517h int 0Eh NAMEDITEM PROMPT "Adapter Memory Location" CHOICE "Segment C800" pos[1]=XXXX0010b mem 0c8000h-0cbfffh CHOICE "Segment CC00" pos[1]=XXXX0011b mem 0cc000h-0cffffh CHOICE "Segment D000" pos[1]=XXXX0100b mem 0d0000h-0d3fffh CHOICE "Segment D400" pos[1]=XXXX0101b mem 0d4000h-0d7fffh CHOICE "Segment D800" pos[1]=XXXX0110b mem 0d8000h-0dbfffh CHOICE "Segment DC00" pos[1]=XXXX0111b mem 0dc000h-0dffffh CHOICE "ROM disabled" pos[1]=XXXX1XXXb HELP "To configure this adapter you must choose the memory location the adapter will use for its BIOS ROM. There are seven memory locations that can be selected. Under normal circumstances, select ." NAMEDITEM PROMPT "DMA Arbitration Level" CHOICE "Level_5" pos[0]=XX0101XXb arb 5 CHOICE "Level_6" pos[0]=XX0110XXb arb 6 CHOICE "Level_7" pos[0]=XX0111XXb arb 7 CHOICE "Level_0" pos[0]=XX0000XXb arb 0 CHOICE "Level_1" pos[0]=XX0001XXb arb 1 CHOICE "Level_3" pos[0]=XX0011XXb arb 3 CHOICE "Level_4" pos[0]=XX0100XXb arb 4 HELP "This selects the arbitration priority level the adapter will use to transfer data. Under normal circumstances, select ." NAMEDITEM PROMPT "DMA Burst Length" CHOICE "8 Word Burst" pos[1]=XX01XXXXb CHOICE "16 Word Burst" pos[1]=XX10XXXXb CHOICE "24 Word Burst" pos[1]=XX11XXXXb CHOICE "Burst Disabled" pos[1]=XX00XXXXb HELP "DMA transfer burst length. This is the maximum number of words that the adapter will transfer in a single DMA transfer. Under normal circumstances, select <8 Word Burst>." NAMEDITEM PROMPT "Fairness" CHOICE "On" pos[0]=X1XXXXXXb CHOICE "Off" pos[0]=X0XXXXXXb HELP "Bus Arbitration Fairness. This controls whether the adapter will release control of the bus when it has been using it exclusively. Under normal circumstances, select ."