diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2008-01-18 18:17:40 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2008-01-18 18:17:40 +0200 |
commit | 12c00111b68c9cf4872a424258c6f8b7247aac47 (patch) | |
tree | 183e2fa028dd2b56c18b0bac55050f88e8c9be98 /src/atimach64probe.h | |
parent | 24c7d134cd450f9e2cca85e4a2fc3253d250be04 (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/atimach64probe.h')
-rw-r--r-- | src/atimach64probe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/atimach64probe.h b/src/atimach64probe.h index 9d50b638..7b0b4b67 100644 --- a/src/atimach64probe.h +++ b/src/atimach64probe.h @@ -25,6 +25,8 @@ #include "xf86str.h" +extern DriverRec MACH64; + extern SymTabRec Mach64Chipsets[]; #endif /* ___ATIMACH64PROBE_H___ */ |