summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/hw/xfree86/drivers/ati/atiident.c
diff options
context:
space:
mode:
Diffstat (limited to 'xc/programs/Xserver/hw/xfree86/drivers/ati/atiident.c')
-rw-r--r--xc/programs/Xserver/hw/xfree86/drivers/ati/atiident.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/drivers/ati/atiident.c b/xc/programs/Xserver/hw/xfree86/drivers/ati/atiident.c
index d0f334fce..980a84adb 100644
--- a/xc/programs/Xserver/hw/xfree86/drivers/ati/atiident.c
+++ b/xc/programs/Xserver/hw/xfree86/drivers/ati/atiident.c
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiident.c,v 1.6 2000/08/04 21:07:14 tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiident.c,v 1.7 2000/11/02 16:55:27 tsi Exp $ */
/*
* Copyright 1997 through 2000 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca
*
@@ -25,6 +25,9 @@
#include "atiident.h"
#include "ativersion.h"
+#include "r128_probe.h"
+#include "radeon_probe.h"
+
const char *ATIChipsetNames[] =
{
"ati",
@@ -78,6 +81,8 @@ ATIIdentify
xf86PrintChipsets(ATI_NAME,
"ATI driver (version " ATI_VERSION_NAME ") for chipsets",
ATIPublicChipsetNames);
+ R128Identify(flags);
+ RADEONIdentify(flags);
}
/*