From d8be62ab175a013f78d4944036da284ffad34d96 Mon Sep 17 00:00:00 2001 From: Aaron Plattner Date: Thu, 29 Sep 2005 21:47:29 +0000 Subject: Add entries for GeForce Go 7800. (Change went into XFree86 on 2005-09-28). Don't hang if j is zero. This should never happen, but it's better to be safe than sorry. --- src/nv_setup.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nv_setup.c') diff --git a/src/nv_setup.c b/src/nv_setup.c index 1d8b536..c7a0e86 100644 --- a/src/nv_setup.c +++ b/src/nv_setup.c @@ -447,6 +447,7 @@ NVCommonSetup(ScrnInfoPtr pScrn) case 0x0144: case 0x0146: case 0x0148: + case 0x0098: case 0x0099: mobile = TRUE; break; -- cgit v1.2.3