Metropoli BBS
VIEWER: @ddff.adf MODE: TEXT (ASCII)
AdapterID 0DDFFh

AdapterName  "ESDI Fixed Disk Controller"

NumBytes 2

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

nameditem
	Prompt	"Adapter Memory Location"
	  Choice "ROM Enabled"
	    pos[1]=xxxxxxxxb exec

;	  Choice "Segment C000"
;	    pos[1]=XXXX0000b
;	    mem 0c0000h-0c3fffh
;	  Choice "Segment C400"
;	    pos[1]=XXXX0001b
;	    mem 0c4000h-0c7fffh
;	  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 it's BIOS ROM.  There are six memory locations
;	 that can be selected.	Under normal circumstances, select <Segment
;	 C800>."
	"This adapter is configured by the setup program.  Select option
	 Display Memory Map to view the memory location when the ROM is
	 enable.  The ROM is disabled when setup program is unable to
	 allocate memory for the adapter.  Run Automatic Configuration
	 when there is a confict."

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>.	Use the F5=Previous
	 or the F6=Next keys to change this assignment in the 'Change
	 configuration' window."

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>.	Use the F5=Previous or the
	 F6=Next keys to change this assignment in the 'Change configuration'
	 window."

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>.  Use the F5=Previous or
	 the F6=Next keys to change this assignment in the 'Change
	 configuration' window."



[ RETURN TO DIRECTORY ]