diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2001-06-26 02:08:24 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2001-06-26 02:08:24 +0000 |
commit | 29922e54e239033d0a7ac6cbe5d3e61bb39c68e0 (patch) | |
tree | f8922b0257f428e8b702f864a8a64fd9a4fae81c /linux/radeon.h | |
parent | 20a0360fddc811aeb6aad59279a2b2f2d2eb0fd3 (diff) |
merge from DRI trunk (first pass)
Diffstat (limited to 'linux/radeon.h')
-rw-r--r-- | linux/radeon.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/radeon.h b/linux/radeon.h index db238b1b..0fdeb82a 100644 --- a/linux/radeon.h +++ b/linux/radeon.h @@ -37,9 +37,11 @@ /* General customization: */ #define __HAVE_AGP 1 -#define __MUST_HAVE_AGP 1 +#define __MUST_HAVE_AGP 0 #define __HAVE_MTRR 1 #define __HAVE_CTX_BITMAP 1 +#define __HAVE_SG 1 +#define __HAVE_PCI_DMA 1 /* Driver customization: */ |