Commit Graph

156907 Commits

Author SHA1 Message Date
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
tsutsui
820ffe52e1 - void *CADDR1, CADDR2; -> void *CADDR1, *CADDR2;
- vmmap is declared as (char *) in <m68k/pmap_motorola.h>
2007-03-04 11:05:53 +00:00
tsutsui
e5d3d8c8fd - remove unnecessary cast
- use (char *) on pointer arith
2007-03-04 11:00:01 +00:00
tsutsui
8c7e65a3e1 Replace (void *) with (char *) where pointer arith is required. 2007-03-04 10:56:21 +00:00
tsutsui
6f8d4c537b Pass (char *) to mtod(9) on address calculation. 2007-03-04 10:53:32 +00:00
tsutsui
9fc72fad14 Add (char *) casts on pointer arithmetic. 2007-03-04 10:50:30 +00:00
tsutsui
b9fead901a Remove a declaration for extiobase, which is in <machine/cpu.h>. 2007-03-04 10:46:23 +00:00
tsutsui
1032472464 Call uvm_pageidlezero() only if uvm.page_idle_zero is true. 2007-03-04 10:41:59 +00:00
tsutsui
4f709d5416 Make GENERIC really generic, remove GENERIC.in, and
use <no> keyword in model specific HDL-U and USL-5P files.
2007-03-04 10:39:43 +00:00
tsutsui
1427320b39 Create /dev/pci0. 2007-03-04 10:36:00 +00:00
tsutsui
82d1d0d63e Add pci(4) node for pcictl(8). 2007-03-04 10:35:19 +00:00
macallan
e7e67900ab make this compile again 2007-03-04 10:26:25 +00:00
christos
5ebcdbe8b5 fix caddr_t fallout. 2007-03-04 10:21:25 +00:00
macallan
b47de51335 make this compile again 2007-03-04 10:18:03 +00:00
macallan
287d873bc3 make this compile again 2007-03-04 10:06:49 +00:00
tsutsui
2f5e95ec66 Merge #ifdef _KERNEL stuff into one place. 2007-03-04 10:02:42 +00:00
macallan
ba442162aa make this compile again 2007-03-04 10:02:23 +00:00
tsutsui
e06ffd4f4e Remove #ifdef _KERNEL since this file is no longer exported. 2007-03-04 09:59:10 +00:00
tsutsui
f6b24c6d1c Stop installing <machine/intr.h> on hp300. Suggested by simonb. 2007-03-04 09:57:43 +00:00
he
6d6dd32947 Fix fallout from bool conversion. 2007-03-04 09:54:58 +00:00
christos
d4a3b72ad2 add casts. 2007-03-04 09:43:54 +00:00
macallan
6bc13d5024 make this compile again 2007-03-04 09:35:03 +00:00
macallan
9fcd02c858 make compile again 2007-03-04 09:32:39 +00:00
dogcow
c2a791c7b8 mm, void * arithmetic. 2007-03-04 09:23:32 +00:00
macallan
7aa79fdec8 fix more caddr_t removal fallout 2007-03-04 09:23:29 +00:00
macallan
66fec6b6ba make this compile again 2007-03-04 09:22:04 +00:00
tsutsui
d7197c767a Remove items about now obsolete spllowersoftclock() and CLKF_BASEPRI(). 2007-03-04 09:09:10 +00:00
macallan
ee7346a209 shutup a compiler warning about pointer arithmetics on void * 2007-03-04 09:03:34 +00:00
tsutsui
7105072ba9 Stop installing <machine/intr.h> on news68k. Suggested by simonb. 2007-03-04 08:51:19 +00:00
christos
17fe25abca eliminate caddr_t 2007-03-04 08:21:34 +00:00
christos
fffc9c66c9 fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00