Mark Peek
94e0b85e76
Fix includes based on recent changes to lock.h, mutex.h and ktr.h.
2001-10-19 22:45:46 +00:00
Mark Peek
f57f841372
Modify a virtual address check to allow use of the openfirmware callback
...
used by the PowerPC simulator (PSIM).
2001-10-12 19:55:04 +00:00
Mark Peek
351bd3334f
Add a call to init_param() to initialize some necessary variables.
2001-10-08 00:44:21 +00:00
Mark Peek
6e5e7555b3
Catch up to recent removal of curpcb from globals.h.
2001-09-24 02:58:49 +00:00
Mark Peek
5fd2c51edb
Update PowerPC MD code to compile and do initial bootstrap based on
...
recent changes (KSE and VM requiring physmem to be setup).
Reviewed by: benno, jhb, julian
2001-09-20 00:47:17 +00:00
Peter Wemm
cfbf880deb
Zap #if 0'ed map init code that got moved to the MI area.
...
Convert the powerpc tree to use the common code.
2001-09-04 08:42:35 +00:00
Peter Wemm
e8ebc08f80
Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for this
...
stuff.
2001-08-21 02:32:59 +00:00
Peter Wemm
2aca0c28d3
Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they
...
are a really nasty interface that should have been killed long ago
when 'ptrace(PT_[SG]ETREGS' etc came along. The entity that they
operate on (struct user) will not be around much longer since it
is part-per-process and part-per-thread in a post-KSE world.
gdb does not actually use this except for the obscure 'info udot'
command which does a hexdump of as much of the child's 'struct user'
as it can get. It carries its own #defines so it doesn't break
compiles.
2001-08-08 05:25:15 +00:00
Benno Rice
111c77dcef
Fix comment breakage.
2001-06-27 12:20:48 +00:00
Benno Rice
5fa25b1b0e
More verbose version of identifycpu() which also contains many more CPU
...
versions/revisions.
Modified from the original patch to mark G3 and G4 processors as such.
Submitted by: Jeff Schottmiller <jeff@neoscale.com>
2001-06-19 13:27:33 +00:00
Benno Rice
f9bac91b18
Bring in NetBSD code used in the PowerPC port.
...
Reviewed by: obrien, dfr
Obtained from: NetBSD
2001-06-10 02:39:37 +00:00