diff options
Diffstat (limited to 'linux/radeon.h')
-rw-r--r-- | linux/radeon.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/linux/radeon.h b/linux/radeon.h index 0fdeb82a..db238b1b 100644 --- a/linux/radeon.h +++ b/linux/radeon.h @@ -37,11 +37,9 @@ /* General customization: */ #define __HAVE_AGP 1 -#define __MUST_HAVE_AGP 0 +#define __MUST_HAVE_AGP 1 #define __HAVE_MTRR 1 #define __HAVE_CTX_BITMAP 1 -#define __HAVE_SG 1 -#define __HAVE_PCI_DMA 1 /* Driver customization: */ |