diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2005-09-29 21:47:29 +0000 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2005-09-29 21:47:29 +0000 |
commit | d8be62ab175a013f78d4944036da284ffad34d96 (patch) | |
tree | caf9705c6c35324a551dfa3da8984dd78bcc6f0d /src/nv_setup.c | |
parent | e39eb8b8c1a79d04f90a195351c4eec3dba0d612 (diff) |
Add entries for GeForce Go 7800. (Change went into XFree86 on 2005-09-28).XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901accelerated_indirect-0-0-1
Don't hang if j is zero. This should never happen, but it's better to be
safe than sorry.
Diffstat (limited to 'src/nv_setup.c')
-rw-r--r-- | src/nv_setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |