From 80ac36ec4fbbd9a4aae1bde01fe6ebc1088fa8cb Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 9 Jul 2005 16:51:58 +0000 Subject: Bug #3740 Patch #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. --- src/nv_setup.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/nv_setup.c') 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: -- cgit v1.2.3