diff options
author | Gareth Hughes <gareth@users.sourceforge.net> | 2001-02-15 05:00:05 +0000 |
---|---|---|
committer | Gareth Hughes <gareth@users.sourceforge.net> | 2001-02-15 05:00:05 +0000 |
commit | e9efc1097c2489fc732e04a23534e132780e6e51 (patch) | |
tree | 69f57ce4c982c6590a6eed012e18dd81522b037b /linux/tdfx.h | |
parent | fe9bed36970f0627b5ed76b03bf44ddddb8166aa (diff) |
- Remove AGP support from tdfx driver.mga-1-0-0-20010215-freezemga-1-0-0-branch
- Add __REALLY_HAVE_AGP to drm_agpsupport.h to prevent its inclusion where
appropriate.
Diffstat (limited to 'linux/tdfx.h')
-rw-r--r-- | linux/tdfx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/tdfx.h b/linux/tdfx.h index a737374f..6af675ff 100644 --- a/linux/tdfx.h +++ b/linux/tdfx.h @@ -34,7 +34,6 @@ */ #define DRM(x) tdfx_##x -#define __HAVE_AGP 1 #define __HAVE_MTRR 1 #define __HAVE_CTX_BITMAP 1 |