summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-03-02 02:05:17 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-03-02 02:05:17 +0000
commitca00035eccb6e3495b27f8e64f2d016d8d2a9ce2 (patch)
treee10c76a756bd1f949745e269d0e5a0aa9d12147a /ChangeLog
parentb2145aea36bb035bff048366c607b967d70fff49 (diff)
Fix the fix ... I didn't interpret PciInfo->size properly and forgot that
the function works in Kb not bytes... Ooops.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f118a0b..2015433e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-03-02 Benjamin Herrenschmidt <benh@kernel.crashing.org>
+ * src/radeon_driver.c: (RADEONPreInitConfig):
+ Fix the fix ... I didn't interpret PciInfo->size properly and forgot
+ that the function works in Kb not bytes... Ooops.
+
+2006-03-02 Benjamin Herrenschmidt <benh@kernel.crashing.org>
+
* src/radeon_driver.c: (RADEONInitMemoryMap),
(RADEONPreInitConfig):
Extend the alignement workaround to post-rv280 chips as well (thanks