Bump the DDX version to 1.4.0 to indicate the removal of drmAddress.

Thus allowing 32/64bit clients to cohabit.
This commit is contained in:
Alan Hourihane 2005-07-26 21:55:42 +00:00
parent adef005c2f
commit 0cd371c6e5
3 changed files with 2 additions and 4 deletions

View File

@ -67,7 +67,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define I810_NAME "I810"
#define I810_DRIVER_NAME "i810"
#define I810_MAJOR_VERSION 1
#define I810_MINOR_VERSION 3
#define I810_MINOR_VERSION 4
#define I810_PATCHLEVEL 0

View File

@ -12,7 +12,6 @@
typedef struct {
drm_handle_t regs;
drmSize regsSize;
drmAddress regsMap;
drmSize backbufferSize;
drm_handle_t backbuffer;

View File

@ -10,7 +10,7 @@
#define I830_MAX_DRAWABLES 256
#define I830_MAJOR_VERSION 1
#define I830_MINOR_VERSION 3
#define I830_MINOR_VERSION 4
#define I830_PATCHLEVEL 0
#define I830_REG_SIZE 0x80000
@ -18,7 +18,6 @@
typedef struct _I830DRIRec {
drm_handle_t regs;
drmSize regsSize;
drmAddress regsMap;
drmSize backbufferSize;
drm_handle_t backbuffer;