diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-03-02 02:05:17 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-03-02 02:05:17 +0000 |
commit | ca00035eccb6e3495b27f8e64f2d016d8d2a9ce2 (patch) | |
tree | e10c76a756bd1f949745e269d0e5a0aa9d12147a /ChangeLog | |
parent | b2145aea36bb035bff048366c607b967d70fff49 (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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |