diff --git a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
index 8efeb27aec..7acaa7f5f8 100644
--- a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
+++ b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
@@ -4,11 +4,13 @@
Changes done for each driverversion:
-head (cvs 0.33, Rudolf)
+head (cvs 0.34, Rudolf)
- Execution of acceleration commands is re-setup. Now it should be possible to use more engine commands than there are FIFO channels for them, by doing on-the-fly reconfiguring. This should be especially usefull when 3D acceleration is going to be setup later on;
-
- Added recognition for 7 new cards: Some new GeForce 6600 and 6800 types are now recognized, and should work. No acceleration yet though! If you test such a new card, let me know how it holds up please;
-
- Modified cursor to be hardware synchronized to the screen's vertical retrace. This fixes the high CPU load on moving the mouse especially while being on the bottom of the screen (all cards).
+
- Added recognition for 10 new cards: Some new GeForce 6600 and 6800 types are now recognized;
+
- Modified cursor to be hardware synchronized to the screen's vertical retrace. This fixes the high CPU load on moving the mouse especially while being on the bottom of the screen (all cards);
+
- Added new acceleration method using DMA command fetching. You can now choose beween (the old) PIO mode and (the new) DMA mode acceleration via a new switch in nv.settings. DMA acceleration is say 2-3 times as fast as PIO mode acceleration on systems with relative fast CPU's (above 2Ghz or so). On relative slow CPU's (500Mhz or lower) there is no speedgain left and both methods match about up.
+ Note that on NV40 and higher currently only DMA mode acceleration currently works, while on pre-NV10 cards only PIO mode acceleration still works ('fixes' in progress). Note also that 800x600x8 mode doesn't work yet on some card types using the DMA method: 'fix' in progress.
nv_driver 0.30, (Rudolf)
@@ -154,7 +156,7 @@ The features below are shutdown because they are possibly dangerous without feed
Still todo:
- - Re-setup acceleration engine for DMA command buffer use;
+
- Re-setup acceleration engine for DMA command buffer use (in progress: about 90% done);
- TVout support;
- Improve/extend various stuff when/if possible.