summaryrefslogtreecommitdiff
path: root/src/atiload.c
diff options
context:
space:
mode:
authorKaleb S. Keithley <kaleb@x.org>2003-11-14 16:48:55 +0000
committerKaleb S. Keithley <kaleb@x.org>2003-11-14 16:48:55 +0000
commit6d9e2861a53cb626a63557c8b4cf4c7854bdab78 (patch)
treec61b9ed3835d1e74c5203416d9fc39e391170114 /src/atiload.c
parent115ceb9ccc660207a6178aa1381ca650e69c3e21 (diff)
Initial revision
Diffstat (limited to 'src/atiload.c')
-rw-r--r--src/atiload.c16
1 files changed, 3 insertions, 13 deletions
diff --git a/src/atiload.c b/src/atiload.c
index e00f216..83b5331 100644
--- a/src/atiload.c
+++ b/src/atiload.c
@@ -1,6 +1,6 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiload.c,v 1.15 2003/08/29 21:07:57 tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiload.c,v 1.12 2003/01/01 19:16:32 tsi Exp $ */
/*
- * Copyright 2000 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org
+ * Copyright 2000 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
@@ -98,17 +98,7 @@ const char *ATIramdacSymbols[] =
"xf86CreateCursorInfoRec",
"xf86DestroyCursorInfoRec",
"xf86InitCursor",
- NULL
-};
-
-const char *ATIi2cSymbols[] =
-{
- "xf86CreateI2CBusRec",
- "xf86DestroyI2CBusRec",
- "xf86I2CBusInit",
- "xf86I2CDevInit",
- "xf86I2CFindDev",
- "xf86I2CGetScreenBuses",
+ "xf86ForceHWCursor",
NULL
};