fixed arch typo. _now_ NV40 and higher should work, although still without acc.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10655 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen 2005-01-10 14:22:29 +00:00
parent 4339dcab52
commit af26d6420e
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ status_t SET_DISPLAY_MODE(display_mode *mode_to_set)
* attempting DMA on NV40 and higher because without it I can't get it going ATM.
* Later on this can become a nv.settings switch, and maybe later we can even
* forget about non-DMA completely (depends on 3D acceleration attempts). */
if (si->ps.card_arch < NV40)
if (si->ps.card_arch < NV40A)
nv_acc_init();
else
nv_acc_init_dma();