summaryrefslogtreecommitdiff
path: root/linux-core
diff options
context:
space:
mode:
authorJeff Hartmann <jhartmann@valinux.com>2001-07-17 22:31:26 +0000
committerJeff Hartmann <jhartmann@valinux.com>2001-07-17 22:31:26 +0000
commitc6454e6a93544fd20f4b5d9cb2ee08725e9b6740 (patch)
tree0a184bf2f44121b22663b90aedd0ead86de0faeb /linux-core
parentd5749d7603d397be7639266e6c740941af2004fb (diff)
Someone forgot to bump the r128 and i810 drivers properly before the 4.1.0
release. Better late than never.
Diffstat (limited to 'linux-core')
-rw-r--r--linux-core/i810_drv.c6
-rw-r--r--linux-core/r128_drv.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/linux-core/i810_drv.c b/linux-core/i810_drv.c
index 27750711..65f423e6 100644
--- a/linux-core/i810_drv.c
+++ b/linux-core/i810_drv.c
@@ -41,9 +41,9 @@
#define DRIVER_DESC "Intel i810"
#define DRIVER_DATE "20010616"
-#define DRIVER_MAJOR 1
-#define DRIVER_MINOR 1
-#define DRIVER_PATCHLEVEL 1
+#define DRIVER_MAJOR 2
+#define DRIVER_MINOR 0
+#define DRIVER_PATCHLEVEL 0
#define DRIVER_IOCTLS \
[DRM_IOCTL_NR(DRM_IOCTL_I810_INIT)] = { i810_dma_init, 1, 1 }, \
diff --git a/linux-core/r128_drv.c b/linux-core/r128_drv.c
index c520723f..fa99d651 100644
--- a/linux-core/r128_drv.c
+++ b/linux-core/r128_drv.c
@@ -41,9 +41,9 @@
#define DRIVER_DESC "ATI Rage 128"
#define DRIVER_DATE "20010405"
-#define DRIVER_MAJOR 2
-#define DRIVER_MINOR 1
-#define DRIVER_PATCHLEVEL 6
+#define DRIVER_MAJOR 3
+#define DRIVER_MINOR 0
+#define DRIVER_PATCHLEVEL 0
#define DRIVER_IOCTLS \
[DRM_IOCTL_NR(DRM_IOCTL_DMA)] = { r128_cce_buffers, 1, 0 }, \