--- orig/configure.ac 2006-02-13 03:48:46.000000000 +0000 +++ new/configure.ac 2006-10-08 02:31:54.000000000 +0000 @@ -62,6 +62,8 @@ # Checks for header files. AC_HEADER_STDC +AC_DEFINE(S3_NEWMMIO, 1, [Enable support for the new MMIO]) + AC_SUBST([XORG_CFLAGS]) AC_SUBST([moduledir])
A patch that solves the problem attached. A C preprocessor macro #define S3_NEWMMIO was lost while transition to Xorg 7.1. This patch should be applied against configure.ac. After that it need to reconfigure a package: autoreconf -v --install to generate new scripts and headers. Now the S3 driver works as before.

