# Check the memory location of the card.
# Run "cat /proc/pci", look for your graphics card and get the address
# of the non-prefetchable memory associated with it

MEM_LOC=0xe0000000

# This is the mask you want to set

MASK_CUSTOM=0x000370d

# This is the default mask for your card

MASK_DEFAULT=0x0000170c


