summaryrefslogtreecommitdiff
path: root/src/atichip.c
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2008-01-12 16:17:47 +0200
committerGeorge Sapountzis <gsap7@yahoo.gr>2008-01-16 16:15:48 +0200
commit92f54400d5450b29b3a76d5ecc927cf0d73e156e (patch)
tree90ca2b48868f9eb0f962f9f9a72baa80b4964b2b /src/atichip.c
parent311ec7b6c54a50a4b8a5a445f7283da2b0b2e0f5 (diff)
mach64: add version (need not match with ati)
similar to r128/radeon
Diffstat (limited to 'src/atichip.c')
-rw-r--r--src/atichip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/atichip.c b/src/atichip.c
index 5f8a221..aac00e6 100644
--- a/src/atichip.c
+++ b/src/atichip.c
@@ -28,7 +28,7 @@
#include "atibus.h"
#include "atichip.h"
#include "atimach64io.h"
-#include "ativersion.h"
+#include "atimach64version.h"
const char *ATIFoundryNames[] =
{ "SGS", "NEC", "KCS", "UMC", "TSMC", "5", "6", "UMC" };
@@ -114,7 +114,7 @@ ATIMach64ChipID
pATI->Chip = ATI_CHIP_264GT;
else
xf86Msg(X_WARNING,
- ATI_NAME ": Mach64 chip type probe discrepancy"
+ MACH64_NAME ": Mach64 chip type probe discrepancy"
" detected: PCI=0x%04X; CHIP_ID=0x%04X.\n",
ExpectedChipType, pATI->ChipType);
}