From d5749d7603d397be7639266e6c740941af2004fb Mon Sep 17 00:00:00 2001 From: Jeff Hartmann Date: Mon, 16 Jul 2001 22:42:36 +0000 Subject: Added version string to the end of the kernel module name. This allows multiple versions of the kernel module to co-exist on one machine. --- linux-core/i810_drv.c | 2 +- linux-core/mga_drv.c | 2 +- linux-core/r128_drv.c | 2 +- linux-core/radeon_drv.c | 2 +- linux-core/sis_drv.c | 2 +- linux-core/tdfx_drv.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'linux-core') diff --git a/linux-core/i810_drv.c b/linux-core/i810_drv.c index 887170a7..27750711 100644 --- a/linux-core/i810_drv.c +++ b/linux-core/i810_drv.c @@ -37,7 +37,7 @@ #define DRIVER_AUTHOR "VA Linux Systems Inc." -#define DRIVER_NAME "i810" +#define DRIVER_NAME "i810"##CONFIG_XFREE86_VERSION_STR #define DRIVER_DESC "Intel i810" #define DRIVER_DATE "20010616" diff --git a/linux-core/mga_drv.c b/linux-core/mga_drv.c index bea65cfa..0afda316 100644 --- a/linux-core/mga_drv.c +++ b/linux-core/mga_drv.c @@ -36,7 +36,7 @@ #define DRIVER_AUTHOR "Gareth Hughes, VA Linux Systems Inc." -#define DRIVER_NAME "mga" +#define DRIVER_NAME "mga"##CONFIG_XFREE86_VERSION_STR #define DRIVER_DESC "Matrox G200/G400" #define DRIVER_DATE "20010321" diff --git a/linux-core/r128_drv.c b/linux-core/r128_drv.c index 584cb29c..c520723f 100644 --- a/linux-core/r128_drv.c +++ b/linux-core/r128_drv.c @@ -37,7 +37,7 @@ #define DRIVER_AUTHOR "Gareth Hughes, VA Linux Systems Inc." -#define DRIVER_NAME "r128" +#define DRIVER_NAME "r128"##CONFIG_XFREE86_VERSION_STR #define DRIVER_DESC "ATI Rage 128" #define DRIVER_DATE "20010405" diff --git a/linux-core/radeon_drv.c b/linux-core/radeon_drv.c index d7632667..34145070 100644 --- a/linux-core/radeon_drv.c +++ b/linux-core/radeon_drv.c @@ -35,7 +35,7 @@ #define DRIVER_AUTHOR "Gareth Hughes, VA Linux Systems Inc." -#define DRIVER_NAME "radeon" +#define DRIVER_NAME "radeon"##CONFIG_XFREE86_VERSION_STR #define DRIVER_DESC "ATI Radeon" #define DRIVER_DATE "20010405" diff --git a/linux-core/sis_drv.c b/linux-core/sis_drv.c index 3dd83fd7..8701e00e 100644 --- a/linux-core/sis_drv.c +++ b/linux-core/sis_drv.c @@ -32,7 +32,7 @@ #include "sis_drv.h" #define DRIVER_AUTHOR "SIS" -#define DRIVER_NAME "sis" +#define DRIVER_NAME "sis"##CONFIG_XFREE86_VERSION_STR #define DRIVER_DESC "SIS 300/630/540" #define DRIVER_DATE "20010503" #define DRIVER_MAJOR 1 diff --git a/linux-core/tdfx_drv.c b/linux-core/tdfx_drv.c index f478395f..e28518bb 100644 --- a/linux-core/tdfx_drv.c +++ b/linux-core/tdfx_drv.c @@ -36,7 +36,7 @@ #define DRIVER_AUTHOR "VA Linux Systems Inc." -#define DRIVER_NAME "tdfx" +#define DRIVER_NAME "tdfx"##CONFIG_XFREE86_VERSION_STR #define DRIVER_DESC "3dfx Banshee/Voodoo3+" #define DRIVER_DATE "20010216" -- cgit v1.2.3