; ; $Revision: 1.3 $ ; $Date: 09 Dec 1991 15:09:14 $ ; ;*************************************************************************** ;* 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 0df9fh ADAPTERNAME "Integrated Fixed Disk Controller" NUMBYTES 2 FIXEDRESOURCES int 0eh io 3510h-3517h pos[0]=XXXXXX0Xb pos[1]=00XX1XXXb 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 item selects the adapter's DMA channel used in transferring data. Under normal circumstances, where no conflicts arise, use Level 5." NAMEDITEM PROMPT "DMA Burst Pacing Interval" CHOICE "24 microseconds" pos[1]=XX10XXXXb CHOICE "32 microseconds" pos[1]=XX11XXXXb CHOICE "16 microseconds" pos[1]=XX01XXXXb CHOICE "Burst Disabled" pos[1]=XX00XXXXb HELP "This item refers to the time interval between DMA transfer bursts during which the processor gains control of the adapter card bus. Generally select 24 microseconds." NAMEDITEM PROMPT "Fairness" CHOICE "On" pos[0]=X1XXXXXXb CHOICE "Off" pos[0]=X0XXXXXXb HELP "This item determines whether the adapter will release control of the bus when it has been using it exclusively. Under normal circumstances the fairness should be set to On."