diff options
author | Luc Verhaegen <libv@skynet.be> | 2007-08-09 12:11:40 +0200 |
---|---|---|
committer | Luc Verhaegen <libv@skynet.be> | 2007-08-09 12:11:40 +0200 |
commit | d0895f67e327bb268fd59fcfd8fc22678d804f57 (patch) | |
tree | 3186f6b742ef37d6fdd2140e503bb39c1fea5cc8 /src/radeon.h | |
parent | 1de52d91ff3a04b9b587b858e1e5be40d3a7fd0a (diff) |
AGPFastWrite risk reduction.
Actively warn the user in the log about the effects of AGPFastWrite and
sanitise AGPFastWrite handling while we're here.
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h index 5f3f4abe..b19b017e 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -611,7 +611,6 @@ typedef struct { unsigned long gartOffset; unsigned char *AGP; /* Map */ int agpMode; - int agpFastWrite; CARD32 pciCommand; |