222228 Commits

Author SHA1 Message Date
macallan
f620771e1d build EXA support, tested on macppc 2013-11-06 14:53:29 +00:00
macallan
95bb5188d6 Don't turn off aperture registers - some firmwares don't know how to turn
them back on. Also distinguish between WSDISPLAYIO_MODE_MAPPED and _DUMBFB -
we only need to turn the registers off in _DUMBFB mode when mapping all 8MB
of video memory.
2013-11-06 14:52:25 +00:00
mrg
f6ff08e141 - move variables inside their #ifdef use
- remove unused and set-but-unused variables
- use __USE() in a particularly ugly case

with these, and a couple of other changes, amd64 gcc 4.8.1 world
is able to complete build.sh release.
2013-11-06 06:23:15 +00:00
mrg
387c0717d0 move some variables inside their #ifdef use. 2013-11-06 06:20:12 +00:00
christos
db0f5e00f8 remove unused variables 2013-11-06 02:41:12 +00:00
christos
d1ec8171bd sprinkle diagused 2013-11-06 02:37:58 +00:00
christos
7383673565 ifdef notyet code. 2013-11-06 02:36:36 +00:00
christos
d5b0045acb move code inside ifdef 2013-11-06 02:35:26 +00:00
christos
d7425d6438 add diagused 2013-11-06 02:34:10 +00:00
christos
d3e1dc41b3 use cii 2013-11-06 02:02:00 +00:00
mrg
630c457b6a update set lists for gcc 4.8. 2013-11-06 00:53:39 +00:00
mrg
f50856c5c4 add g++ subdirs for GCC 4.8. 2013-11-06 00:53:03 +00:00
christos
6bdd8d8ebf initialize cii before using it. 2013-11-05 16:04:13 +00:00
martin
c04325564a Define a new NetBSD specific note to encode the code model used for a binary.
Allow MD code to check these notes in the exec path.
2013-11-05 14:26:19 +00:00
kefren
915c0cd28e sync an example with the latest group syntax change 2013-11-05 13:09:12 +00:00
macallan
6f0c714b5f do what cuda does - if we read garbage from the RTC try a few more times 2013-11-05 11:08:20 +00:00
kefren
beafc35b81 Remove esis reference 2013-11-05 07:42:48 +00:00
gdt
0b42bf56be Use -f with cp to cope with nonwritable files in . 2013-11-05 02:32:12 +00:00
rmind
05a7a9a52e npfctl: optimise fetch_l3() to avoid unnecessary call to NPF_COP_L3. 2013-11-05 01:50:30 +00:00
christos
1aaac765ed - support advisory locking on ptys
- get the link count correct for .
XXX: pullup 6
2013-11-05 00:40:33 +00:00
msaitoh
806dc29e1b Fix typo in comment. 2013-11-05 00:36:02 +00:00
rmind
576b42c4d7 npf_generic_fsm and npf_tcp_fsm: use uint8_t and make the arrays more dense. 2013-11-04 22:17:21 +00:00
christos
8a6fbebf2f fix unused variables 2013-11-04 21:59:15 +00:00
christos
6fceff771f mark variable unused 2013-11-04 21:57:26 +00:00
christos
1852ef218f fix pointer cast; mark variable used 2013-11-04 21:54:59 +00:00
christos
8cb7df9be6 make unused. 2013-11-04 21:54:58 +00:00
christos
1b59fcd58b fix more -mno-thumb. 2013-11-04 21:30:16 +00:00
christos
fe9baffcee explicitly add -marm 2013-11-04 21:25:05 +00:00
christos
dbd4f70a38 -mno-thumb-interwork is the default, and there is no -mthumb in gcc 4.8 2013-11-04 21:18:05 +00:00
christos
1c9f10af04 remove unused variable 2013-11-04 21:08:14 +00:00
christos
a1859ad18f no-thumb-interlock is the default, and no-thumb does not exist in gcc 4.8 2013-11-04 21:01:44 +00:00
christos
fdf0a93ace no-thumb-interlock is the default, no-thumb does not exist for gcc-4.8 2013-11-04 20:58:31 +00:00
christos
debabdd480 fix unitialized variable access 2013-11-04 20:07:49 +00:00
christos
65df39a7f0 Add 2 XXX: gcc initializations 2013-11-04 19:58:02 +00:00
christos
248f03693b convert to flex array 2013-11-04 19:57:29 +00:00
christos
97930220bf move ifdef'ed out code inside if 0 2013-11-04 16:58:33 +00:00
christos
c91492fbb7 mark variables used 2013-11-04 16:58:14 +00:00
christos
0a5c8333ce remove unused variable 2013-11-04 16:57:41 +00:00
christos
f49d21d09a mark variable __diagused 2013-11-04 16:57:32 +00:00
christos
1a89b43e69 make volatile variable as __USED() 2013-11-04 16:56:50 +00:00
christos
0668187f04 remove unused variable 2013-11-04 16:56:17 +00:00
christos
b60f447328 remove unused code 2013-11-04 16:55:31 +00:00
christos
eccd15917a mark variables __diagused 2013-11-04 16:54:56 +00:00
christos
3b9ca5acee mark a variable __diagused 2013-11-04 16:54:36 +00:00
christos
558707015c remove unused code 2013-11-04 16:54:12 +00:00
christos
640f6a744a use __USE for debug variable 2013-11-04 16:53:52 +00:00
christos
c67ff701e3 use __USE 2013-11-04 16:53:35 +00:00
christos
188063a297 add __USE() for unused volatile variables, so that we generate the same code. 2013-11-04 16:53:09 +00:00
christos
50d0979a7a fix incorrect sizes to memset 2013-11-04 16:52:08 +00:00
jdc
1f29035404 Add missing braces.
Fix logic error - check the data read from the chip against 0xff.
2013-11-04 15:06:26 +00:00