Browse Source

fixed my readion patch to a form that should compile (I do not know why it

slipped in and why it did compile on my box ...)


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2372 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
2e60cc1fc9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package/x11/xfree86/radeon-iBook.patch

+ 2
- 2
package/x11/xfree86/radeon-iBook.patch

@ -38,8 +38,8 @@ diff -ur xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c xc-working/p
save->ppll_div_3 = (save->feedback_div | (post_div->bitvalue << 16));
+#if defined(__powerpc__)
+ ErrorF ("pll_div_3: %d, ", save->ppll_div_3);
+ //save->ppll_div_3 *= 6; // just a test hack
+ save->ppll_div_3 = 0x000600ad; // -ReneR
+ /* save->ppll_div_3 *= 6; */ /* just a test hack */
+ save->ppll_div_3 = 0x000600ad; /* -ReneR */
+ ErrorF ("is now: %d, should be: %d\n", save->ppll_div_3, 0x000600ad);
+#endif
save->htotal_cntl = 0;

Loading…
Cancel
Save