summaryrefslogtreecommitdiff
path: root/src/nv_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nv_driver.c')
-rw-r--r--src/nv_driver.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nv_driver.c b/src/nv_driver.c
index cb018be..d582078 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -1546,6 +1546,10 @@ NVPreInit(ScrnInfoPtr pScrn, int flags)
case CHIPSET_C512: /* Geforce 6100 (nForce 4xx) */
pNv->Architecture = NV_ARCH_40;
break;
+ case CHIPSET_NV50:
+ case CHIPSET_NV84:
+ pNv->Architecture = NV_ARCH_50;
+ break;
default: /* Unknown, probably >=NV40 */
pNv->Architecture = NV_ARCH_40;
break;