Metropoli BBS
VIEWER: @df9f.adf MODE: TEXT (ASCII)
AdapterID 0DF9Fh

AdapterName  "Integrated Fixed Disk Controller"

NumBytes 2

fixedresources
	pos[1]=00XX1XXXb
	pos[0]=XXXXXX0Xb
	io 3510h-3517h
	int 0eh

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 DMA channel the adapter will use to transfer data.
	 Under normal circumstances, select <Level 5>."

nameditem
	Prompt	"DMA Burst Pacing Interval"
	  Choice  "24 Microseconds"
	    pos[1]=XX10XXXXb
	  Choice  "31 Microseconds"
	    pos[1]=XX11XXXXb
	  Choice  "16 Microseconds"
	    pos[1]=XX01XXXXb
	  Choice  "Burst Disabled"
	    pos[1]=XX00XXXXb
	Help
	"This is the time interval between DMA transfer bursts during
	 which the Micro Channel is released by the fixed disk controller
	 for use by the processor.  Under normal circumstances, select
	 <24 Microseconds>."

nameditem
	Prompt	"Fairness On/Off"
	  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 <On>."

[ RETURN TO DIRECTORY ]