diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2001-11-27 11:43:12 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2001-11-27 11:43:12 +0000 |
commit | 727abee235478a66c90a8cd097f85307e232524a (patch) | |
tree | d5dd6bb72796684c5151b2cb1b2524bf7ac30685 | |
parent | 13e11e1f94ce2fcf2ce86be1400b644560cb066c (diff) |
Put back i810 major version number (same reasons as for r128)
-rw-r--r-- | linux-core/i810_drv.c | 4 | ||||
-rw-r--r-- | linux/i810_drv.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/linux-core/i810_drv.c b/linux-core/i810_drv.c index 73df313c..1a200e0c 100644 --- a/linux-core/i810_drv.c +++ b/linux-core/i810_drv.c @@ -41,8 +41,8 @@ #define DRIVER_DESC "Intel i810" #define DRIVER_DATE "20010917" -#define DRIVER_MAJOR 2 -#define DRIVER_MINOR 0 +#define DRIVER_MAJOR 1 +#define DRIVER_MINOR 1 #define DRIVER_PATCHLEVEL 0 #define DRIVER_IOCTLS \ diff --git a/linux/i810_drv.c b/linux/i810_drv.c index 73df313c..1a200e0c 100644 --- a/linux/i810_drv.c +++ b/linux/i810_drv.c @@ -41,8 +41,8 @@ #define DRIVER_DESC "Intel i810" #define DRIVER_DATE "20010917" -#define DRIVER_MAJOR 2 -#define DRIVER_MINOR 0 +#define DRIVER_MAJOR 1 +#define DRIVER_MINOR 1 #define DRIVER_PATCHLEVEL 0 #define DRIVER_IOCTLS \ |