summaryrefslogtreecommitdiff
path: root/src/atimodule.c
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/atimodule.c
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/atimodule.c')
-rw-r--r--src/atimodule.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/atimodule.c b/src/atimodule.c
index 12b4ffd9..802c35ad 100644
--- a/src/atimodule.c
+++ b/src/atimodule.c
@@ -63,6 +63,8 @@ ATISetup
{
Inited = TRUE;
xf86AddDriver(&ATI, Module, 0);
+
+ ati_check_subdriver_added();
}
return (pointer)1;