; ; Last update 11/29/90 mke Changed processor id ---> 8FFB (486) ; ; ; ; AdapterId 08FFBh AdapterName "Processor (ID = 8FFB)" NumBytes 4 address 32 BEGIN NoDMA NamedItem Prompt "Bus Arbitor Fairness" choice "Enable" pos[0]=xxxxx1x1b choice "Disable" pos[0]=xxxxx0x1b Help "Bus fairness indicates if the Processor Card arbitor should support bus access fairness." NamedItem Prompt "Burst Mode" choice "Enable" pos[0]=xxxx1xxxb choice "Disable" pos[0]=xxxx0xxxb Help "This item together with the previous one determine the type of bus fairness is employed." NamedItem Prompt "Bus Arbitration Level - F" choice "ONLY CHOICE" pos[0]=1111xxxxb arb 15 ; choice "Level E" pos[0]=1110xxxxb arb 14 ; choice "Level D" pos[0]=1101xxxxb arb 13 ; choice "Level C" pos[0]=1100xxxxb arb 12 ; choice "Level B" pos[0]=1011xxxxb arb 11 ; choice "Level A" pos[0]=1010xxxxb arb 10 ; choice "Level 9" pos[0]=1001xxxxb arb 9 ; choice "Level 8" pos[0]=1000xxxxb arb 8 ; choice "Level 7" pos[0]=0111xxxxb arb 7 ; choice "Level 6" pos[0]=0110xxxxb arb 6 ; choice "Level 5" pos[0]=0101xxxxb arb 5 ; choice "Level 4" pos[0]=0100xxxxb arb 4 ; choice "Level 3" pos[0]=0011xxxxb arb 3 ; choice "Level 1" pos[0]=0001xxxxb arb 1 ; choice "Level 0" pos[0]=0000xxxxb arb 0 Help "Arbitration level used by this processor card when requesting system bus usage (ownership)." NamedItem Prompt "32 Bit Transfers - Enabled" choice "ONLY CHOICE" pos[3]=xx1xxxxxb Help "Sets the processor's transfer rate to 32 bits." END