summaryrefslogtreecommitdiff
path: root/src/radeon_probe.h
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2008-01-18 18:17:40 +0200
committerGeorge Sapountzis <gsap7@yahoo.gr>2008-01-18 18:17:40 +0200
commit12c00111b68c9cf4872a424258c6f8b7247aac47 (patch)
tree183e2fa028dd2b56c18b0bac55050f88e8c9be98 /src/radeon_probe.h
parent24c7d134cd450f9e2cca85e4a2fc3253d250be04 (diff)
use stand-alone drivers for each chip family.
Do not load the ati wrapper when the user specifies the sub-driver name in the Driver line of xorg.conf. Also, for -configure cause the wrapper to fail and let each sub-driver speak for themselves.
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r--src/radeon_probe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h
index ef4ddbc..17c0f1b 100644
--- a/src/radeon_probe.h
+++ b/src/radeon_probe.h
@@ -53,6 +53,8 @@
#include "xaa.h"
#endif
+extern DriverRec RADEON;
+
typedef enum
{
MT_UNKNOWN = -1,