;******************************************************************** ;* Copyright (C) 2004 by Ryan Alswede All rights reserved * ;******************************************************************** ;Version 3.3 AdapterID 0DFE5h AdapterName "IBM Ultimedia Audio Adapter" NumBytes 4 FixedResources POS[0]=00XXXXXXb POS[3]=100XXXXXb NamedItem Prompt "Adapter Record DMA Level Select" Choice "DMA Level 3" POS[0]=XXX0011Xb arb 3 Choice "DMA Level 1" POS[0]=XXX0001Xb arb 1 Choice "DMA Level 0" POS[0]=XXX0000Xb arb 0 Help "This option selects what DMA you will be using for audio recording." NamedItem Prompt "Adapter Enable / Disable Channel Burst" Choice "Enabled Channel Burst " POS[0]=XX1XXXXXb Choice "Disabled Channel Burst" POS[0]=XX0XXXXXb Help "This option enables or disables channel burst mode. Recommended setting is enabled. Allows the adapter to use a burst-mode where it can have complete control of the DMA channel for up to 12mSec" NamedItem Prompt "Adapter I/O Address Range" Choice "I/O Ports 500-50F" POS[1]=00000101b io 0500h-050Fh Choice "I/O Ports 600-60F" POS[1]=00000110b io 0600h-060Fh Choice "I/O Ports 700-70F" POS[1]=00000111b io 0700h-070Fh Choice "I/O Ports 800-80F" POS[1]=00001000b io 0800h-080Fh Help "This item selects the I/O address used by the adapter." NamedItem Prompt "Adapter Interrupt Level" Choice "IRQ 9 " POS[2]=00000000b int 9d Choice "IRQ 10" POS[2]=00000001b int 10d Choice "IRQ 11" POS[2]=00000010b int 11d Choice "IRQ 12" POS[2]=00000011b int 12d Help "This item enables the IRQ that will be used by the adapter." NamedItem Prompt "Adapter Playback DMA Level Select" Choice "DMA Level 1" POS[3]=XXXX0001b arb 1 Choice "DMA Level 3" POS[3]=XXXX0011b arb 3 Help "This option selects what DMA you will be using for audio playback." NamedItem Prompt "Adapter Fairness Select" Choice "Disabled" POS[3]=XXX0XXXXb Choice "Enabled" POS[3]=XXX1XXXXb Help "This item enables the MicroChannel Fairness feature to be enabled or disabled. The recommended setting is disabled. If 'Fairness' is enabled, the Ultimedia Adapter will not compete for the channel during the next arbitration phase if it is currently in control of the channel. This allows other installed adapters to obtain the channel in the next sequence based on each adapter's assigned priority level. When 'Fairness' is disabled, the adapter will compete for every arbitration phase and will obtain more than its fair share of channel usage but allows for smoother audio play back." NamedItem Prompt "Adapter Enable / Disable" Choice "Ultimedia Adapter Enabled " POS[0]=XXXXXXX1b Choice "Ultimedia Adapter Disabled" POS[0]=XXXXXXX0b Help "This option enables or disables the adapter."