diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-04-07 20:55:14 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-04-07 20:55:14 +0000 |
commit | e423d8649334a62c4657f7633a09f7976be50e34 (patch) | |
tree | d65240982a1a57bfe07f3349245871d72b2cbaa1 /src | |
parent | bb4fede8dc7741d00014fdb353945b0832599333 (diff) |
Unlibcwrap. Bump server version requirement. Bump to 2.1.0.savage-2_1_0
Diffstat (limited to 'src')
-rw-r--r-- | src/savage_dri.c | 1 | ||||
-rw-r--r-- | src/savage_driver.h | 11 | ||||
-rw-r--r-- | src/savage_hwmc.c | 1 | ||||
-rw-r--r-- | src/savage_i2c.c | 1 |
4 files changed, 7 insertions, 7 deletions
diff --git a/src/savage_dri.c b/src/savage_dri.c index e0099fa..78987af 100644 --- a/src/savage_dri.c +++ b/src/savage_dri.c @@ -30,7 +30,6 @@ #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86_ansic.h" #include "xf86Priv.h" #include "xaalocal.h" diff --git a/src/savage_driver.h b/src/savage_driver.h index ca60dcb..9d7d339 100644 --- a/src/savage_driver.h +++ b/src/savage_driver.h @@ -3,9 +3,12 @@ #ifndef SAVAGE_VGAHWMMIO_H #define SAVAGE_VGAHWMMIO_H +#include <stdio.h> +#include <string.h> +#include <math.h> + #define MODE_24 24 -#include "xf86_ansic.h" #include "compiler.h" #include "vgaHW.h" #include "xf86.h" @@ -148,10 +151,10 @@ typedef struct #define SAVAGE_TV_ON 4 #define SAVAGE_DRIVER_NAME "savage" -#define SAVAGE_DRIVER_VERSION "2.0.2" +#define SAVAGE_DRIVER_VERSION "2.1.0" #define SAVAGE_VERSION_MAJOR 2 -#define SAVAGE_VERSION_MINOR 0 -#define SAVAGE_PATCHLEVEL 2 +#define SAVAGE_VERSION_MINOR 1 +#define SAVAGE_PATCHLEVEL 0 #define SAVAGE_VERSION ((SAVAGE_VERSION_MAJOR << 24) | \ (SAVAGE_VERSION_MINOR << 16) | \ SAVAGE_PATCHLEVEL) diff --git a/src/savage_hwmc.c b/src/savage_hwmc.c index 6e42779..6a39754 100644 --- a/src/savage_hwmc.c +++ b/src/savage_hwmc.c @@ -29,7 +29,6 @@ #include "xf86.h" #include "xf86_OSproc.h" #include "xf86Resources.h" -#include "xf86_ansic.h" #include "compiler.h" #include "xf86PciInfo.h" #include "xf86Pci.h" diff --git a/src/savage_i2c.c b/src/savage_i2c.c index 6aeea9e..6873003 100644 --- a/src/savage_i2c.c +++ b/src/savage_i2c.c @@ -31,7 +31,6 @@ in this Software without prior written authorization from the XFree86 Project. #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86_ansic.h" #include "compiler.h" #include "xf86Pci.h" |