summaryrefslogtreecommitdiff
path: root/src/nv_driver.c
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2007-07-24 21:21:06 -0700
committerAaron Plattner <aplattner@nvidia.com>2007-07-24 21:21:57 -0700
commit3bb842cb55fd201a559bef19c06db4aee0485d26 (patch)
tree29a3f3ff1b24cd1699a4f939815140c4045b9f39 /src/nv_driver.c
parent08b68473351081fe1ed96ba7e206ed0d301b8a91 (diff)
Nuke old RCS tags.
Fix the ends of files. Update the known cards date.
Diffstat (limited to 'src/nv_driver.c')
-rw-r--r--src/nv_driver.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/nv_driver.c b/src/nv_driver.c
index 47d0fbb..07ca621 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -1,5 +1,3 @@
-/* $XdotOrg: driver/xf86-video-nv/src/nv_driver.c,v 1.21 2006/01/24 16:45:29 aplattner Exp $ */
-/* $XConsortium: nv_driver.c /main/3 1996/10/28 05:13:37 kaleb $ */
/*
* Copyright 1996-1997 David J. McKay
*
@@ -29,8 +27,6 @@
/* Hacked together from mga driver and 3.3.4 NVIDIA driver by Jarno Paananen
<jpaana@s2.org> */
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/nv_driver.c,v 1.144 2006/06/16 00:19:32 mvojkovi Exp $ */
-
#include "nv_include.h"
#include "xf86int10.h"
@@ -95,7 +91,7 @@ _X_EXPORT DriverRec NV = {
0
};
-/* Known cards as of 2006/06/16 */
+/* Known cards as of 2007/07/24 */
static SymTabRec NVKnownChipsets[] =
{
@@ -2505,4 +2501,4 @@ NVDriverFunc(ScrnInfoPtr pScrn, xorgDriverFuncOp op, pointer data)
return FALSE;
}
-#endif
+#endif /* RANDR */