summaryrefslogtreecommitdiff
path: root/src/nv_setup.c
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-09 16:51:58 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-09 16:51:58 +0000
commit80ac36ec4fbbd9a4aae1bde01fe6ebc1088fa8cb (patch)
treeef4fb3b3e269a4e040e1acac85e731522cf74abc /src/nv_setup.c
parent6b75bc13462f1cfb735fe1de359ed9e45b5f4415 (diff)
Bug #3740 <https://bugs.freedesktop.org/show_bug.cgi?id=3740> Patch #3058
<https://bugs.freedesktop.org/attachment.cgi?id=3058> 08-Jul-2005 nv driver updates from Mark Vojkovich: Change some console restore code for NV11. Hopefully, we can more reliably restore the console for desktop systems using DVI. This may correct a recent regression on NV11. Also, new PCI IDs. Add new nVidia PCI ids to match nv_driver.c changes.
Diffstat (limited to 'src/nv_setup.c')
-rw-r--r--src/nv_setup.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/nv_setup.c b/src/nv_setup.c
index f377f14..94524af 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.45 2005/04/16 23:57:26 mvojkovi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/nv_setup.c,v 1.46 2005/07/09 00:53:00 mvojkovi Exp $ */
#include "nv_include.h"
@@ -408,6 +408,7 @@ NVCommonSetup(ScrnInfoPtr pScrn)
case 0x0186:
case 0x0187:
case 0x018D:
+ case 0x0228:
case 0x0286:
case 0x028C:
case 0x0316:
@@ -431,11 +432,16 @@ NVCommonSetup(ScrnInfoPtr pScrn)
case 0x034C:
case 0x0160:
case 0x0166:
+ case 0x0169:
+ case 0x016B:
+ case 0x016C:
+ case 0x016D:
case 0x00C8:
case 0x00CC:
case 0x0144:
case 0x0146:
case 0x0148:
+ case 0x0099:
mobile = TRUE;
break;
default: