* update cleaner doxygen.*dot related .cache
[t2sde.git] / package / xorg / xf86-video-impact / hotfix-wait-return.patch
blob02be8fbaff22ebbce55b6563326146f13296a90c
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/xf86-video-impact/hotfix-wait-return.patch
3 # Copyright (C) 2024 The T2 SDE Project
4 #
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7 #
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- xf86-video-impact/src/impact_driver.c.vanilla 2024-04-09 23:25:03.051797285 +0200
15 +++ xf86-video-impact/src/impact_driver.c 2024-04-09 23:26:37.336796872 +0200
16 @@ -224,7 +224,6 @@
17 Bool foundScreen = FALSE;
18 GDevPtr *devSections;
19 GDevPtr dev = 0;
20 - resRange range[] = { {ResExcMemBlock,0,0}, _END };
21 struct probed_id probedIDs[IMPACT_MAX_BOARDS];
22 memType base;
24 --- xf86-video-impact/src/impact.h.vanilla 2024-04-09 23:27:46.699796567 +0200
25 +++ xf86-video-impact/src/impact.h 2024-04-09 23:30:56.895795733 +0200
26 @@ -84,9 +84,9 @@
28 /* impact register handling for FullHouse/SpeedRacer: */
29 void (*WaitCfifoEmpty)(ImpactRegsPtr);
30 - unsigned (*WaitCfifo)(ImpactRegsPtr);
31 - unsigned (*WaitDMAOver)(ImpactRegsPtr);
32 - unsigned (*WaitDMAReady)(ImpactRegsPtr);
33 + void (*WaitCfifo)(ImpactRegsPtr);
34 + void (*WaitDMAOver)(ImpactRegsPtr);
35 + void (*WaitDMAReady)(ImpactRegsPtr);
36 unsigned short (*Vc3Get)(ImpactRegsPtr, CARD8);
37 void (*Vc3Set)(ImpactRegsPtr, CARD8, unsigned short);
38 CARD32 (*XmapGetModeRegister)(ImpactRegsPtr, CARD8);