156942 Commits

Author SHA1 Message Date
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
ragge
3ad77da985 cpu_simple_lock() calls are emitted in the UP case if DEBUG || DIAGNOSTIC.
This should probably be fixed somewhere else, but currently just include
it here. Fixes PR#35866 from Henry R. Bent.
2007-03-04 07:28:12 +00:00
matt
fa610d2cd3 Don't export to userland functions that will only be used in the kernel. 2007-03-04 06:51:53 +00:00
christos
2058fdeab3 add a lockpanic function that prints more detailed error messages. 2007-03-04 06:20:25 +00:00
christos
53524e44ef Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
tsutsui
1b20cebad5 Hide #include <m68k/softintr.h> inside #ifdef _KERNEL in <machine/intr.h>
to avoid exporting unnecessary files to userland.
Should fix build.sh failure, which was pointed out by isaki@.

XXX: which userland program would require contents of <machine/intr.h>?
2007-03-04 05:28:38 +00:00
dyoung
25640dc740 Mention options IPSELSRC. 2007-03-04 05:14:55 +00:00
tsutsui
d6ca0e8299 Several fixes to make sgimipscd actually bootable:
- introduce SGIMIPS_SGIVOL variable which specifies sgivol(8) path
  because nbsgivol tool is available only in TOOLDIR for sgimips and
  possibly exists in a different directory from default TOOLDIR path
- use fixed (4096) value for SGIVOLHDR.size because default value
  taken from <sys/bootblock.h> is 3135 (not multiples of 4) so it
  doesn't match 2048bytes/sector CD images
- also pass SGIVOLHDR.size to sgivol(8) on creating volume
- rename raw iso9660 image before creating SGIVOLHDR to avoid
  incomplete (non-bootable) image left on failure of sgivol(8)

Problem (i.e. sgimipscd-3.0.2.iso is not bootable) was reported
by Thierry Lacoste on port-sgimips, and fixed images are also
tested by him on IP22 (and by me on IP32).
2007-03-04 04:59:41 +00:00
tsutsui
3723e75357 We can't use && in expression for test(1); use -a instead. 2007-03-04 04:27:21 +00:00
tsutsui
327f43d18c Add a new TARGET_CD_IMAGE variable which specifies single target ISO image,
to make debugging Makefile easier.

For example:
# make RELEASE=3.1 obj
# make RELEASE=3.1 TARGET_CD_IMAGE=sgimipscd fetch
# make RELEASE=3.1 TARGET_CD_IMAGE=sgimipscd

or:
# make RELEASE=current obj
# make RELEASE=current RSYNC_SITE=rsync://rsync.NetBSD.org/NetBSD-daily/HEAD/200702280002Z TARGET_CD_IMAGE=macppccd fetch
# make RELEASE=current TARGET_CD_IMAGE=macppccd

etc.
2007-03-04 04:16:15 +00:00
uwe
526ec18492 G/c NOP_ON_4_4C_1 that used to be part of microtime.
Keep for reference but ifdef out the code to munge 4/4c nops
as there are none left.
2007-03-04 04:00:00 +00:00
tsutsui
8a4debd1f3 Remove an extra trailing slash. 2007-03-04 03:52:08 +00:00
isaki
321252311a Delete old prototypes. 2007-03-04 03:25:33 +00:00
uwe
2c8356ade4 Don't mix code and declarations/defintions.
Use designated initialization for strict timecounter.
Misc cosmetics.  Clean up whitespace.
2007-03-04 03:04:41 +00:00
tsutsui
52db0b4730 Add ld(4) and some RAID devices (to debug EISA stuff with mlx(4)). 2007-03-04 03:03:46 +00:00
uwe
45a792f485 Define MSIIEP_COUNTER_LIMIT 2007-03-04 03:01:07 +00:00