From a9a35a3919eed86840c8605951b31a72c8b368b5 Mon Sep 17 00:00:00 2001
From: Rudolf Cornelissen
Date: Tue, 18 Sep 2007 19:22:08 +0000
Subject: [PATCH] fixed shared_info problem occuring with the 3D accelerant:
updated docs, bumped version to 0.82
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22243 a95241bf-73f2-0310-859d-f6bbb57e9c96
---
src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
index 409f6fb686..1e2db1c223 100644
--- a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
+++ b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
@@ -4,9 +4,10 @@
Changes done for each driverversion:
-head (SVN 0.81, Rudolf)
+head (SVN 0.82, Rudolf)
- Fixed driver assuming enabling AGP mode succeeded on some occasions if it did not block it itself. Blocking AGP mode completely via the AGP busmanager (option 'block_agp') resulted in a crashing acceleration engine because it was setup for AGP transfers instead of using PCI transfers. Error was solved with help from user kraton.
+
- Fixed shared_info struct problem occuring when 3D 'accelerant' is used (tested Alpha 4.1): the TVencoder type definition list apparantly gets some memory assigned these days when done inside the definition of shared_info. Moved encoder list outside the shared_info definition.
nv_driver 0.80 (Rudolf)