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/tdfx_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-core/tdfx_drv.c') 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