Check-in of powerpc kernel support.
authorrahnds <rahnds@openbsd.org>
Sat, 21 Dec 1996 20:35:52 +0000 (20:35 +0000)
committerrahnds <rahnds@openbsd.org>
Sat, 21 Dec 1996 20:35:52 +0000 (20:35 +0000)
commit47bc79e1bfa6761e3aba257d46cb381307aca871
treeeefa3285ce42b0f9f2752b4a2aaeff5eaaac1be2
parent8d4bc0882ceb31a34909b5932f445affb885f299
Check-in of powerpc kernel support.
NOTE: This will not work until the other pieces are checked in.
This is primarily the NetBSD powerpc port, with modifications
to support ELF.
91 files changed:
sys/arch/powerpc/Makefile [new file with mode: 0644]
sys/arch/powerpc/README [new file with mode: 0644]
sys/arch/powerpc/conf/GENERIC [new file with mode: 0644]
sys/arch/powerpc/conf/Makefile.powerpc [new file with mode: 0644]
sys/arch/powerpc/conf/NFS [new file with mode: 0644]
sys/arch/powerpc/conf/TST [new file with mode: 0644]
sys/arch/powerpc/conf/TST.net [new file with mode: 0644]
sys/arch/powerpc/conf/TST1 [new file with mode: 0644]
sys/arch/powerpc/conf/TSTdbg [new file with mode: 0644]
sys/arch/powerpc/conf/files.powerpc [new file with mode: 0644]
sys/arch/powerpc/include/ansi.h [new file with mode: 0644]
sys/arch/powerpc/include/aout_machdep.h [new file with mode: 0644]
sys/arch/powerpc/include/asm.h [new file with mode: 0644]
sys/arch/powerpc/include/bat.h [new file with mode: 0644]
sys/arch/powerpc/include/cdefs.h [new file with mode: 0644]
sys/arch/powerpc/include/cpu.h [new file with mode: 0644]
sys/arch/powerpc/include/disklabel.h [new file with mode: 0644]
sys/arch/powerpc/include/endian.h [new file with mode: 0644]
sys/arch/powerpc/include/exec.h [new file with mode: 0644]
sys/arch/powerpc/include/float.h [new file with mode: 0644]
sys/arch/powerpc/include/fpu.h [new file with mode: 0644]
sys/arch/powerpc/include/frame.h [new file with mode: 0644]
sys/arch/powerpc/include/ieee.h [new file with mode: 0644]
sys/arch/powerpc/include/ipkdb.h [new file with mode: 0644]
sys/arch/powerpc/include/irq.h [new file with mode: 0644]
sys/arch/powerpc/include/kcore.h [new file with mode: 0644]
sys/arch/powerpc/include/limits.h [new file with mode: 0644]
sys/arch/powerpc/include/param.h [new file with mode: 0644]
sys/arch/powerpc/include/pcb.h [new file with mode: 0644]
sys/arch/powerpc/include/pmap.h [new file with mode: 0644]
sys/arch/powerpc/include/powerpc.h [new file with mode: 0644]
sys/arch/powerpc/include/proc.h [new file with mode: 0644]
sys/arch/powerpc/include/profile.h [new file with mode: 0644]
sys/arch/powerpc/include/psl.h [new file with mode: 0644]
sys/arch/powerpc/include/pte.h [new file with mode: 0644]
sys/arch/powerpc/include/reloc.h [new file with mode: 0644]
sys/arch/powerpc/include/setjmp.h [new file with mode: 0644]
sys/arch/powerpc/include/signal.h [new file with mode: 0644]
sys/arch/powerpc/include/stdarg.h [new file with mode: 0644]
sys/arch/powerpc/include/trap.h [new file with mode: 0644]
sys/arch/powerpc/include/types.h [new file with mode: 0644]
sys/arch/powerpc/include/va-ppc.h [new file with mode: 0644]
sys/arch/powerpc/include/varargs.h [new file with mode: 0644]
sys/arch/powerpc/include/vmparam.h [new file with mode: 0644]
sys/arch/powerpc/powerpc/Locore.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/autoconf.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/bcopy.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/clock.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/conf.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/copyinstr.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/copyoutstr.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/copystr.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/db_disasm.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/db_interface.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/db_memrw.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/db_trace.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/disksubr.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/fpu.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/fubyte.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/fuswintr.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/genassym.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/in_cksum.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/locore.S [new file with mode: 0644]
sys/arch/powerpc/powerpc/machdep.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/mem.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/ofw_machdep.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/ofwreal.S [new file with mode: 0644]
sys/arch/powerpc/powerpc/openfirm.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/pmap.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/process_machdep.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/random.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/setjmp.S [new file with mode: 0644]
sys/arch/powerpc/powerpc/subyte.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/suswintr.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/suword.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/swapgeneric.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/sys_machdep.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/trap.c [new file with mode: 0644]
sys/arch/powerpc/powerpc/trap.c.swp [new file with mode: 0644]
sys/arch/powerpc/powerpc/vm_machdep.c [new file with mode: 0644]
sys/arch/powerpc/stand/Locore.c [new file with mode: 0644]
sys/arch/powerpc/stand/Makefile [new file with mode: 0644]
sys/arch/powerpc/stand/Makefile.inc [new file with mode: 0644]
sys/arch/powerpc/stand/alloc.c [new file with mode: 0644]
sys/arch/powerpc/stand/boot.c [new file with mode: 0644]
sys/arch/powerpc/stand/boot/Makefile [new file with mode: 0644]
sys/arch/powerpc/stand/net.c [new file with mode: 0644]
sys/arch/powerpc/stand/netif_of.c [new file with mode: 0644]
sys/arch/powerpc/stand/ofdev.c [new file with mode: 0644]
sys/arch/powerpc/stand/ofdev.h [new file with mode: 0644]
sys/arch/powerpc/stand/openfirm.h [new file with mode: 0644]