diff --git a/src/add-ons/kernel/drivers/graphics/nvidia/README.html b/src/add-ons/kernel/drivers/graphics/nvidia/README.html
index b3d2c4e565..402418eda9 100644
--- a/src/add-ons/kernel/drivers/graphics/nvidia/README.html
+++ b/src/add-ons/kernel/drivers/graphics/nvidia/README.html
@@ -39,6 +39,7 @@ You use this software at your own risk! Although I don't expect it to damage you
DVI and laptop panel support;
Widescreen mode support (all screens must be widescreen type and they must all be digitally connected);
Basic AGP mode support on AGP cards, using the new (seperate) Haiku AGP busmanager;
+ Basic ('legacy') PCIe support;
Coldstart support for analog connected screens on most cards except TNT1, GeForce 6200, 6600 and 6800.
Known limitations:
diff --git a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
index a3586137b0..bfad52aa02 100644
--- a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
+++ b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
@@ -4,12 +4,12 @@
Changes done for each driverversion:
-head (cvs 0.40, Rudolf)
+head (cvs 0.41, Rudolf)
- 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 mode is now the default). 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 please: On NV40 and higher only DMA mode acceleration currently works;
+ - Execution of acceleration commands (DMA mode) has been optimized (compared to PIO mode): now the top-level acceleration functions are incorporated in the engine, and the engine's command execution itself is also optimized. This further increases DMA mode acceleration with upto a factor of 2, independant of CPU speed;
- Execution of acceleration commands (PIO mode) 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 (DMA mode can do this also). This should be especially usefull when 3D acceleration is going to be setup later on;
-
- Execution of acceleration commands (DMA mode) has been optimized: now the top-level acceleration functions are incorporated in the engine, and the engine's command execution itself is also optimized. This further increases DMA mode acceleration with upto a factor of 2;
- Added recognition for 20 new cards: Most GeForce 6200, 6600 and 6800 types are now recognized, and some more other cards as well;
- 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 GeForce series cards);
- Added DPMS support for digital flatpanels connected via DVI;
@@ -159,7 +159,6 @@ The features below are shutdown because they are possibly dangerous without feed
Still todo:
- - Re-setup acceleration engine for DMA command buffer use (in progress: about 99% done);
- TVout support;
- Improve/extend various stuff when/if possible.