summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-03-16 21:53:58 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-03-16 21:53:58 +0000
commitdc552edf191e14249421f8b27146874f16b80c1a (patch)
treeed6465811d21075285576653b5f3e4c639c8b4f6 /ChangeLog
parent901409f47cc990721c1648b1c08e23450e6a4452 (diff)
Add missing return statement (the driver would not start randomly), add
RV410 to the list of new generation cards for the memory map setup and fix a bogus message.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59c2704e..99a74859 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-03-17 Benjamin Herrenschmidt <benh@kernel.crashing.org>
+
+ * src/radeon_driver.c: (RADEONGetAccessibleVRAM),
+ (RADEONPreInitVRAM):
+ Add missing return statement (the driver would not start randomly),
+ add RV410 to the list of new generation cards for the memory map
+ setup and fix a bogus message.
+
2006-03-16 Benjamin Herrenschmidt <benh@kernel.crashing.org>
* src/radeon_driver.c: (RADEONInitCrtcRegisters),