mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.9 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/x11/xfree86/gcc34.patch.gatos
  9. # ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. diff -dur ati.4.4.0/fi1236.h ../src.xfree86.1097053505.16606.2407344815/xc/gatos-ati.4.4.0-2004-08-09/ati.4.4.0/fi1236.h
  20. --- ati.4.4.0/fi1236.h 2004-07-14 07:38:24.000000000 +0200
  21. +++ ../src.xfree86.1097053505.16606.2407344815/xc/gatos-ati.4.4.0-2004-08-09/ati.4.4.0/fi1236.h 2004-10-06 12:42:16.588955600 +0200
  22. @@ -89,6 +89,7 @@
  23. int FI1236_AFC(FI1236Ptr f);
  24. int TUNER_get_afc_hint(FI1236Ptr f);
  25. void fi1236_dump_status(FI1236Ptr f);
  26. +static void MT2032_dump_status(FI1236Ptr f);
  27. #define FI1236SymbolsList \
  28. "Detect_FI1236", \
  29. diff -dur ati.4.4.0/theatre.h ../src.xfree86.1097053505.16606.2407344815/xc/gatos-ati.4.4.0-2004-08-09/ati.4.4.0/theatre.h
  30. --- ati.4.4.0/theatre.h 2004-05-20 03:37:59.000000000 +0200
  31. +++ ../src.xfree86.1097053505.16606.2407344815/xc/gatos-ati.4.4.0-2004-08-09/ati.4.4.0/theatre.h 2004-10-06 12:45:01.497885632 +0200
  32. @@ -53,6 +53,7 @@
  33. void RageTheatreDebugGain(TheatrePtr t, Bool on, CARD32 gain);
  34. void ShutdownTheatre(TheatrePtr t);
  35. void DumpRageTheatreRegs(TheatrePtr t);
  36. +void DumpRageTheatreRegsByName(TheatrePtr t);
  37. void ResetTheatreRegsForTVout(TheatrePtr t);