Commit Graph

172773 Commits

Author SHA1 Message Date
mrg
1ce3b5728f - fix the "tag" list i got wrong earlier - it is comma separated.
- add a bunch of xorg stuff for other platforms.
2008-08-29 02:21:48 +00:00
rtr
996a4416b7 add the last of the xorg list entries 2008-08-29 02:08:00 +00:00
rtr
856104271e remove trailing ^M chars that snuck in 2008-08-29 01:56:16 +00:00
mrg
283e3462ce mark all src/x11 built files with "x11" tag. 2008-08-29 01:06:34 +00:00
gmcgarry
0c1df97ec1 Pull in system headers before local headers to help avoid namespace collisions.
#undef WPA_OUI_TYPE which is later redefined in local headers.
2008-08-29 00:53:15 +00:00
gmcgarry
f9d5e5970d No empty structure initialisation. 2008-08-29 00:50:45 +00:00
gmcgarry
73cbf887f2 Include aml/aml_region.h after aml/aml_common.h to avoid redefinition errors. 2008-08-29 00:50:01 +00:00
gmcgarry
15631ee3b4 Undefine __PCC__ the same as __GNUC__ inside lint. 2008-08-29 00:44:48 +00:00
gmcgarry
c08c4f3cf3 Don't redefine INFINITY. 2008-08-29 00:40:42 +00:00
gmcgarry
9bdea3498f Don't define __RCSID() here, since sys/cdefs.h does it later. Avoids
re-definition error.
2008-08-29 00:39:30 +00:00
gmcgarry
81f725f1e0 Both legs of the conditional operator must return the same type. 2008-08-29 00:37:38 +00:00
gmcgarry
5a8a518ea5 Both legs of conditional operator must return the same type. 2008-08-29 00:36:27 +00:00
gmcgarry
a9af41a9f1 Correctly use linksets with PCC too. 2008-08-29 00:35:25 +00:00
gmcgarry
d776319a17 Correctly elide dlog() on PCC. It's still very wrong for other non-__GNUC__
compilers.
2008-08-29 00:34:04 +00:00
gmcgarry
dc1f2ff2f9 Eliminate gcc-specific feature of empty structures. 2008-08-29 00:31:37 +00:00
gmcgarry
f3a85cb801 Eliminate superfluous semicolon. 2008-08-29 00:31:00 +00:00
gmcgarry
b4e2d1afdf Eliminate gcc-specific feature of unnamed structures added recently. 2008-08-29 00:30:15 +00:00
rtr
a17deda51d put CVS $Id$ back in the right place, fix empty comment lines after last sort 2008-08-29 00:21:36 +00:00
rtr
e983d828df - add missing xorg entries 2008-08-29 00:20:55 +00:00
rtr
57aa6195cc - add debuglib tag to appropriate xorg entries 2008-08-29 00:19:19 +00:00
gmcgarry
3c9a95916d Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC. 2008-08-29 00:02:21 +00:00
rtr
5e3dfebdbc - add debug tag to appropriate entries 2008-08-28 23:52:53 +00:00
rtr
8a15adb168 - add x11 tag to x11 entries
- add debuglib tag where appropriate
2008-08-28 23:49:33 +00:00
rtr
658e7f53c4 - add x11 tag to all entries
- add most of the entries required for xorg (with xorg tag)
2008-08-28 23:40:11 +00:00
rtr
930efbcc89 - add x11 tag to all entries
- add most of the entries required for xorg (with xorg tag)
- add most of the entries required for debuglib (with debuglib tag)
2008-08-28 23:39:01 +00:00
lukem
5efefa3743 Force a failure if both MKX11 and MKXORG are set to != "no". 2008-08-28 23:32:51 +00:00
rtr
695aeec15e - add x11 tag to all entries
- add most of the entries required for xorg (with xorg tag)
2008-08-28 23:32:47 +00:00
drochner
6ea9cc30bf add a "break" so that the isoc setup code doesn't access uninitialized
data if the frames allocated by a client driver don't use up all the
microframes within a frame
2008-08-28 23:08:00 +00:00
jmcneill
fc513621ad Ignore HID and audio interfaces on iPhone, iPod Touch, and iPhone 3G. Maybe
we'll have better luck driving it with ugen(4)..
2008-08-28 21:43:11 +00:00
jmcneill
d722f149b1 Regen. 2008-08-28 21:41:51 +00:00
jmcneill
42ecdc8c24 Add iPhone, iPod Touch, and iPhone 3G product IDs. 2008-08-28 21:41:19 +00:00
wiz
6db83de410 Bump date for previous. 2008-08-28 21:39:08 +00:00
wiz
133e2f4217 Drop trailing whitespace. 2008-08-28 21:24:30 +00:00
christos
44c100dd00 - more void * removal
- bcopy -> memcpy
- memmove -> memcpy
- explicitly initialize size to 0 on memory allocation failure.
2008-08-28 19:33:24 +00:00
martin
d38a14761e use device_private() to get the softc 2008-08-28 19:17:55 +00:00
dyoung
734473836e Do not cast to void * unnecessarily. 2008-08-28 18:43:58 +00:00
tsutsui
7421586212 Restore Technical manual's URL. 2008-08-28 16:47:10 +00:00
christos
5022bd798d Ignore whitespace in format string from Andy Shevchenko 2008-08-28 16:41:21 +00:00
christos
688adf3edf whitespace regression test from Andy Shevchenko 2008-08-28 16:40:05 +00:00
tsutsui
00c798e9e3 Fix some spelling. 2008-08-28 16:29:24 +00:00
joerg
dcb3546b5c Fix __log2 to not loop for 0x80000000 and higher. 2008-08-28 11:00:43 +00:00
mrg
644d129f67 add /usr/X11R7 dirs. 2008-08-28 09:01:23 +00:00
skrll
2958809c8c Whitespace. 2008-08-28 08:45:26 +00:00
mrg
3c54dc853b add -Wl,--whole-archive ... -Wl,--no-whole-archive around the
xorg-server libs, so everything is linked in.  necessary for
modules to load.
2008-08-28 08:37:01 +00:00
mrg
dee0ade029 don't link xf86cvt.c, it's in xf86modes already. 2008-08-28 08:36:03 +00:00
skrll
6a21cfdeb4 ANSIfy 2008-08-28 08:25:46 +00:00
uebayasi
77444ed2d8 Missing "\n" in log(9) messages. 2008-08-28 07:58:05 +00:00
mrg
710bacd4ef add a bunch of more variable documentation wrt xorg 2008-08-28 07:53:53 +00:00
mrg
8f32579127 - s/X11R6/X11/ in a couple of comments.
- set X11ROOTDIR?=/usr/X11R7 if MKXORG != "no".
- MKXORG does not need two default values.
2008-08-28 07:53:34 +00:00
mrg
fc551bd26f build xf86-video-radeon driver, as well as xf86-video-ati. 2008-08-28 07:49:05 +00:00