diff options
author | Alex Deucher <agd5f@yahoo.com> | 2004-12-17 19:19:32 +0000 |
---|---|---|
committer | Alex Deucher <agd5f@yahoo.com> | 2004-12-17 19:19:32 +0000 |
commit | ac6166158a58b377e7383950c169956f78b62093 (patch) | |
tree | 857cc14ea4a0e650454a4483739a8ce9b89e462a /src/radeon.h | |
parent | ac860ed6bbed84f6fc39a9acf53ee87646cfc8dc (diff) |
- Add VGAAccess option to r128 driver. Based on Benh's radeon patch. r128
should now work on ppcs without usefbdev. To use this on ppc make sure
you set "usefbdev" to false. (bug 2089)
- Apply Benjamin Herrenschmidt's radeon patches (bug 2064)
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index 05637fa..4c3c720 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -624,6 +624,8 @@ typedef struct { /* enable bios hotkey output switching */ Bool BiosHotkeys; + Bool VGAAccess; + } RADEONInfoRec, *RADEONInfoPtr; #define RADEONWaitForFifo(pScrn, entries) \ |