diff options
Diffstat (limited to 'src/nv_setup.c')
-rw-r--r-- | src/nv_setup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nv_setup.c b/src/nv_setup.c index 60d63dd..1d8b536 100644 --- a/src/nv_setup.c +++ b/src/nv_setup.c @@ -37,7 +37,7 @@ |* *| \***************************************************************************/ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/nv_setup.c,v 1.47 2005/08/03 17:39:31 mvojkovi Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/nv_setup.c,v 1.48 2005/09/14 02:28:03 mvojkovi Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -317,7 +317,6 @@ static void nv10GetConfig (NVPtr pNv) pNv->CrystalFreqKHz = 27000; } - pNv->CursorStart = (pNv->RamAmountKBytes - 96) * 1024; pNv->CURSOR = NULL; /* can't set this here */ pNv->MinVClockFreqKHz = 12000; pNv->MaxVClockFreqKHz = pNv->twoStagePLL ? 400000 : 350000; |