annotate vidix/AsmMacros.h @ 29998:0dacb57a3d3e

Filter list of missing source files so that it only contains nonexisting files. Thus those files can be symlinked directly without testing if they exist.
author diego
date Mon, 14 Dec 2009 12:03:02 +0000
parents 2c0a16bf54bb
children fbb33d643fe6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3973
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
1 /* $XConsortium: AsmMacros.h /main/13 1996/10/25 11:33:12 kaleb $ */
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
2 /*
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
3 * (c) Copyright 1993,1994 by David Wexelblat <dwex@xfree86.org>
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
4 *
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
5 * Permission is hereby granted, free of charge, to any person obtaining a
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
6 * copy of this software and associated documentation files (the "Software"),
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
7 * to deal in the Software without restriction, including without limitation
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
8 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
9 * and/or sell copies of the Software, and to permit persons to whom the
3973
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
10 * Software is furnished to do so, subject to the following conditions:
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
11 *
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
12 * The above copyright notice and this permission notice shall be included in
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
13 * all copies or substantial portions of the Software.
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
14 *
3973
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
18 * DAVID WEXELBLAT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
19 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
20 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3973
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
21 * SOFTWARE.
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
22 *
3973
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
23 * Except as contained in this notice, the name of David Wexelblat shall not be
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
24 * used in advertising or otherwise to promote the sale, use or other dealings
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
25 * in this Software without prior written authorization from David Wexelblat.
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
26 *
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
27 */
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
28 /*
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
29 * Copyright 1997
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
30 * Digital Equipment Corporation. All rights reserved.
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
31 * This software is furnished under license and may be used and copied only in
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
32 * accordance with the following terms and conditions. Subject to these
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
33 * conditions, you may download, copy, install, use, modify and distribute
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
34 * this software in source and/or binary form. No title or ownership is
3973
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
35 * transferred hereby.
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
36 *
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
37 * 1) Any source code used, modified or distributed must reproduce and retain
3973
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
38 * this copyright notice and list of conditions as they appear in the source
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
39 * file.
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
40 *
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
41 * 2) No right is granted to use any trade name, trademark, or logo of Digital
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
42 * Equipment Corporation. Neither the "Digital Equipment Corporation" name
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
43 * nor any trademark or logo of Digital Equipment Corporation may be used
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
44 * to endorse or promote products derived from this software without the
3973
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
45 * prior written permission of Digital Equipment Corporation.
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
46 *
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
47 * 3) This software is provided "AS-IS" and any express or implied warranties,
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
48 * including but not limited to, any implied warranties of merchantability,
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
49 * fitness for a particular purpose, or non-infringement are disclaimed. In
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
50 * no event shall DIGITAL be liable for any damages whatsoever, and in
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
51 * particular, DIGITAL shall not be liable for special, indirect,
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
52 * consequential, or incidental damages or damages for
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
53 * lost profits, loss of revenue or loss of use, whether such damages arise
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
54 * in contract,
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
55 * negligence, tort, under statute, in equity, at law or otherwise, even if
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 27754
diff changeset
56 * advised of the possibility of such damage.
3973
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
57 *
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
58 */
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
59
4102
7b85e545cfb9 Sync with XFree86-4.1.99.5+
nick
parents: 3973
diff changeset
60 /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/chips/util/AsmMacros.h,v 1.1 2001/11/16 21:13:34 tsi Exp $ */
3973
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
61
4164
2e3262002acb Improved readability and new stuffs
nick
parents: 4112
diff changeset
62 /*
2e3262002acb Improved readability and new stuffs
nick
parents: 4112
diff changeset
63 * Modified for readability by Nick Kurshev
2e3262002acb Improved readability and new stuffs
nick
parents: 4112
diff changeset
64 */
3973
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
65
26030
a93e46adb54c Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents: 25553
diff changeset
66 #ifndef MPLAYER_ASMMACROS_H
a93e46adb54c Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents: 25553
diff changeset
67 #define MPLAYER_ASMMACROS_H
25553
6ac1ece1f9fe Add multiple inclusion guards to all header files that lack them.
diego
parents: 22900
diff changeset
68
4164
2e3262002acb Improved readability and new stuffs
nick
parents: 4112
diff changeset
69 #if defined(__GNUC__)
2e3262002acb Improved readability and new stuffs
nick
parents: 4112
diff changeset
70 #if defined(__alpha__)
2e3262002acb Improved readability and new stuffs
nick
parents: 4112
diff changeset
71 #include "sysdep/AsmMacros_alpha.h"
2e3262002acb Improved readability and new stuffs
nick
parents: 4112
diff changeset
72 #elif defined(__ia64__)
2e3262002acb Improved readability and new stuffs
nick
parents: 4112
diff changeset
73 #include "sysdep/AsmMacros_ia64.h"
2e3262002acb Improved readability and new stuffs
nick
parents: 4112
diff changeset
74 #elif defined(__sparc__)
2e3262002acb Improved readability and new stuffs
nick
parents: 4112
diff changeset
75 #include "sysdep/AsmMacros_sparc.h"
2e3262002acb Improved readability and new stuffs
nick
parents: 4112
diff changeset
76 #elif defined( __arm32__ )
2e3262002acb Improved readability and new stuffs
nick
parents: 4112
diff changeset
77 #include "sysdep/AsmMacros_arm32.h"
2e3262002acb Improved readability and new stuffs
nick
parents: 4112
diff changeset
78 #elif defined(__powerpc__)
2e3262002acb Improved readability and new stuffs
nick
parents: 4112
diff changeset
79 #include "sysdep/AsmMacros_powerpc.h"
4102
7b85e545cfb9 Sync with XFree86-4.1.99.5+
nick
parents: 3973
diff changeset
80 #else
4164
2e3262002acb Improved readability and new stuffs
nick
parents: 4112
diff changeset
81 #include "sysdep/AsmMacros_x86.h"
2e3262002acb Improved readability and new stuffs
nick
parents: 4112
diff changeset
82 #endif
3973
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
83
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
84 #else /* __GNUC__ */
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
85
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
86 #if defined(_MINIX) && defined(_ACK)
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
87
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
88 /* inb, outb, inw and outw are defined in the library */
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
89 /* ... but I've no idea if the same is true for inl & outl */
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
90
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
91 u8_t inb(U16_t);
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
92 void outb(U16_t, U8_t);
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
93 u16_t inw(U16_t);
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
94 void outw(U16_t, U16_t);
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
95 u32_t inl(U16_t);
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
96 void outl(U16_t, U32_t);
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
97
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
98 #else /* not _MINIX and _ACK */
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
99
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
100 # ifdef SVR4
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
101 # include <sys/types.h>
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
102 # ifndef __USLC__
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
103 # define __USLC__
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
104 # endif
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
105 # endif
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
106 #ifndef SCO325
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
107 # include <sys/inline.h>
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
108 #else
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
109 # include "../common/scoasm.h"
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
110 #endif
27754
08d18fe9da52 Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
diego
parents: 27419
diff changeset
111 #define intr_disable() __asm__("cli")
08d18fe9da52 Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
diego
parents: 27419
diff changeset
112 #define intr_enable() __asm__("sti")
3973
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
113
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
114 #endif /* _MINIX and _ACK */
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
115 #endif /* __GNUC__ */
25553
6ac1ece1f9fe Add multiple inclusion guards to all header files that lack them.
diego
parents: 22900
diff changeset
116
26030
a93e46adb54c Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents: 25553
diff changeset
117 #endif /* MPLAYER_ASMMACROS_H */