diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2008-01-12 16:17:21 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2008-01-16 16:15:47 +0200 |
commit | 311ec7b6c54a50a4b8a5a445f7283da2b0b2e0f5 (patch) | |
tree | 015825617f6c2aed788db4f2ff9f0ae1de16b15d /src/atimisc.c | |
parent | 5244e235262290eab8a3546f449295c12ed8f6c7 (diff) |
atimisc: rename to mach64
Diffstat (limited to 'src/atimisc.c')
-rw-r--r-- | src/atimisc.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/atimisc.c b/src/atimisc.c index b10d08f..7deda6e 100644 --- a/src/atimisc.c +++ b/src/atimisc.c @@ -31,7 +31,7 @@ static XF86ModuleVersionInfo ATIVersionRec = { - "atimisc", + "mach64", MODULEVENDORSTRING, MODINFOSTRING1, MODINFOSTRING2, @@ -67,7 +67,7 @@ ATISetup if (!LoaderSymbol(ATI_NAME)) xf86LoadOneModule(ATI_DRIVER_NAME, Options); - /* ati & atimisc module versions must match */ + /* ati & mach64 module versions must match */ do { XF86ModuleData *pModuleData = LoaderSymbol("atiModuleData"); @@ -83,7 +83,7 @@ ATISetup } xf86Msg(X_ERROR, - "\"ati\" and \"atimisc\" module versions must" + "\"ati\" and \"mach64\" module versions must" " match.\n"); if (ErrorMajor) @@ -101,8 +101,8 @@ ATISetup return (pointer)TRUE; } -/* The following record must be called atimiscModuleData */ -_X_EXPORT XF86ModuleData atimiscModuleData = +/* The following record must be called mach64ModuleData */ +_X_EXPORT XF86ModuleData mach64ModuleData = { &ATIVersionRec, ATISetup, |