Commit Graph

156937 Commits

Author SHA1 Message Date
ad
7c39f19f69 Back out 1.199. It may be causing problems even on UP systems. 2007-03-04 18:00:28 +00:00
he
5bf65cf9c2 Because this program has _KERNEL defined while including some files,
it now needs <stdbool.h> due to the arm ports.  Longer-term, this
program probably ought to be converted so that it no longer needs
to define _KERNEL.
2007-03-04 17:57:20 +00:00
chris
282f3bfbc1 Fix caddr_t fallout for cats kernel builds. 2007-03-04 17:55:10 +00:00
yamt
45cdcb0e37 fix fallout from caddr_t changes. 2007-03-04 15:59:31 +00:00
tsutsui
d8e09be7a9 caddr_t -> void * 2007-03-04 15:57:39 +00:00
yamt
348fa25c95 fix fallout from caddr_t changes. 2007-03-04 15:57:25 +00:00
yamt
18e17bd568 fix fallout from caddr_t changes. 2007-03-04 15:46:18 +00:00
tsutsui
e3bba3235f Note generic softintr(9) for luna68k and x68k. 2007-03-04 15:44:34 +00:00
yamt
731acd91f9 fix fallout from caddr_t changes. 2007-03-04 15:41:02 +00:00
pooka
527d30e108 file 4.20 2007-03-04 15:36:16 +00:00
yamt
d5bbe1373d fix fallout from caddr_t changes. 2007-03-04 15:35:20 +00:00
pooka
478abf6202 regen 2007-03-04 15:27:54 +00:00
pooka
7a41045ba4 squelch gcc warnings 2007-03-04 15:25:10 +00:00
pooka
17dbe768ca apply conflict therapy for 4.20 import 2007-03-04 15:22:07 +00:00
yamt
5b23251544 fix fallout from caddr_t changes. 2007-03-04 15:17:20 +00:00
yamt
dd46610b9b fix fallout from caddr_t changes.
XXX what "volatile caddr_t" in if_le_ioasic.c was for?
2007-03-04 15:17:06 +00:00
yamt
f1f5a2d411 fix fallout from caddr_t changes. 2007-03-04 15:05:24 +00:00
pooka
67e9db49c9 file 4.20, contains fixes to the magic parser, new syntax and a
buffer overflow fix
2007-03-04 14:54:42 +00:00
yamt
7f8abc50b4 fix fallout from caddr_t changes. 2007-03-04 14:53:09 +00:00
bjh21
5dbe04b416 Finally make cpufuncs work properly on acorn26, since something seems to be
using it.  This entailed adding support for ARM2 and ARM2as, and allowing
for getting CPU IDs other than from CP15, since ARM2(as) doesn't have CP15.
2007-03-04 14:47:18 +00:00
yamt
65c9a0b32e fix fallout from caddr_t changes. 2007-03-04 14:46:45 +00:00
yamt
91302730a6 fix fallout from caddr_t changes. 2007-03-04 14:36:11 +00:00
yamt
95ef0a2720 fix a fallout from caddr_t changes. 2007-03-04 14:33:57 +00:00
tsutsui
9584de92d9 Use (char *) casts.
Umm, vmmap on sun3/sun3x is vaddr_t, not (char *)...
2007-03-04 14:03:03 +00:00
tsutsui
6b6f21d112 Use (char *) on pointer arith. 2007-03-04 14:01:22 +00:00
tsutsui
a6dd0468f5 Use proper casts. 2007-03-04 14:00:54 +00:00
tsutsui
006ca42cab Minor space nits. 2007-03-04 14:00:24 +00:00
tsutsui
bc8b643653 Add (char *) casts on pointer arith. 2007-03-04 13:59:47 +00:00
bjh21
d4eec8400b Un-__P. 2007-03-04 13:42:51 +00:00
bjh21
6c6b1ee9b1 Strip ARM mapping symbols ($a etc) the same was as Makefile.arm does, so
as to make DDB's stack traces more useful.  It might be better if acorn26
just used Makefile.arm, but one thing at a time.
2007-03-04 13:12:22 +00:00
tsutsui
abbae2fb20 - add missed '*'
- vmmap is (char *) in pmap_motorola.h
2007-03-04 12:49:41 +00:00
tsutsui
a4a1365daf Remove an unnecessary cast and use (char *) on pointer arith. 2007-03-04 12:49:10 +00:00
tsutsui
6286e7e090 Use (uint8_t *) for framebuffer address. 2007-03-04 12:48:38 +00:00
tsutsui
59e2eba553 Use (char *) on pointer arith. 2007-03-04 12:33:32 +00:00
tsutsui
e0696f4b10 Add a proper cast to bus_dmamem_map(9) on mapping shared memory. 2007-03-04 12:31:29 +00:00
tsutsui
28eef664bd Use (uint8_t *) for shared memory address. 2007-03-04 12:26:22 +00:00
tsutsui
81447cbc34 Use (char *) cast on pointer arith. 2007-03-04 12:24:58 +00:00
tsutsui
e2e037b261 Add (char *) cast on pointer arith. 2007-03-04 12:24:09 +00:00
bjh21
c58989c955 src/sys/arch/arm32 is long gone, so stop referring to it. 2007-03-04 12:08:58 +00:00
tsutsui
29c9f71f20 Use (char *) cast on pointer arith. 2007-03-04 12:06:16 +00:00
tsutsui
daeb14ee82 - add missed '*'
- vmmap is declared as (char *) in <m68k/pmap_motorola.h>
2007-03-04 12:03:48 +00:00
tsutsui
d5d72a7a81 Use appropriate casts. 2007-03-04 12:02:02 +00:00
tsutsui
8cb08f311c Use (char *) on pointer arith.
XXX: these "params" variables seem unused.
2007-03-04 11:59:16 +00:00
tsutsui
543ff60bc5 Use (char *) on pointer arith. 2007-03-04 11:56:26 +00:00
tsutsui
2d4d66df69 Use appropriate temporary variables to handle pointer passed via (void *). 2007-03-04 11:55:04 +00:00
tsutsui
aa03d48a2b - use (uint8_t *) for framebuffer address
- remove unneeded casts
- misc cosmetics
2007-03-04 11:53:21 +00:00
tsutsui
5726cfb524 - add missed '*'
- move extiobase decl into <machine/cpu.h>
2007-03-04 11:23:25 +00:00
tsutsui
e5f9539882 Use (char *) where pointer arith is required. 2007-03-04 11:18:25 +00:00
tsutsui
a58c189444 - don't forget to add * to all params
- use (char *) where pointer arith is required
2007-03-04 11:15:04 +00:00
tsutsui
f6f3edac05 Move declarations of CADDR1 and CADDR2 from m68k/pmap_motorola.c
to <m68k/pmap_motorola.h>.
2007-03-04 11:09:39 +00:00