diff options
Diffstat (limited to 'linux/gamma.h')
-rw-r--r-- | linux/gamma.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/linux/gamma.h b/linux/gamma.h index c30e70ea..59b2fb17 100644 --- a/linux/gamma.h +++ b/linux/gamma.h @@ -36,8 +36,6 @@ /* General customization: */ -#define __HAVE_MTRR 1 - #define DRIVER_AUTHOR "VA Linux Systems Inc." #define DRIVER_NAME "gamma" @@ -65,16 +63,12 @@ /* DMA customization: */ -#define __HAVE_DMA 1 -#define __HAVE_AGP 1 -#define __MUST_HAVE_AGP 0 -#define __HAVE_OLD_DMA 1 -#define __HAVE_PCI_DMA 1 - #define __HAVE_MULTIPLE_DMA_QUEUES 1 #define __HAVE_DMA_WAITQUEUE 1 -#define __HAVE_IRQ 1 + #define __HAVE_IRQ_BH 1 +#error "Gamma is broken" + #endif /* __GAMMA_H__ */ |