diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-01-14 05:42:18 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-01-14 05:42:18 +0000 |
commit | ff12316c209cfef09a58871b1672e758c12c0dad (patch) | |
tree | 0b12b62063ee82e6fb65922b8b3b51c13fd311c1 /sys/arch/powerpc/stand | |
parent | bd26a77624fec2e4429834aa4355b88c21767a67 (diff) |
UVM changes mainly. As of this checkin UVM is still not working for powerpc
it has a copyin bug after device configuration. However to get these diffs
out of my tree.
All of the UVM code is currently inside ifdef UVM the kernel works fine
without option UVM. Config files have been left without UVM for now.
Prelimiary changes for busdma, (what UVM was wanted for).
Diffstat (limited to 'sys/arch/powerpc/stand')
-rw-r--r-- | sys/arch/powerpc/stand/boot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/stand/boot.c b/sys/arch/powerpc/stand/boot.c index fab53975cea..0a23e4943fa 100644 --- a/sys/arch/powerpc/stand/boot.c +++ b/sys/arch/powerpc/stand/boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.c,v 1.8 1999/11/09 06:30:15 rahnds Exp $ */ +/* $OpenBSD: boot.c,v 1.9 2000/01/14 05:42:17 rahnds Exp $ */ /* $NetBSD: boot.c,v 1.1 1997/04/16 20:29:17 thorpej Exp $ */ /* @@ -454,7 +454,7 @@ main() char *cp; int fd; - printf("\n>> OpenBSD/powerpc Boot\n"); + printf("\n>> OpenBSD/powerpc Boot tst \n"); /* * Get the boot arguments from Openfirmware |