Third try at importing the mvme88k port. This is a working kernel
authorrahnds <rahnds@openbsd.org>
Mon, 3 Mar 1997 19:30:23 +0000 (19:30 +0000)
committerrahnds <rahnds@openbsd.org>
Mon, 3 Mar 1997 19:30:23 +0000 (19:30 +0000)
commitbe4a5d153bc5792d6fa724f2f244dd83a1b58a73
tree51355ab8ceecb169e9c4b65383796281553c4cb4
parentdb34e27b62d8df72810aca849b411e8caa59ba91
Third try at importing the mvme88k port. This is a working kernel
from nivas.
Userland and compiler still need to be worked on.
Make certain what directory the import is done from.
313 files changed:
sys/arch/mvme88k/conf/M187 [new file with mode: 0644]
sys/arch/mvme88k/conf/Makefile.mvme88k [new file with mode: 0644]
sys/arch/mvme88k/conf/NFS [new file with mode: 0644]
sys/arch/mvme88k/conf/files.mvme88k [new file with mode: 0644]
sys/arch/mvme88k/conf/std.mvme88k [new file with mode: 0644]
sys/arch/mvme88k/dev/bugio.c [new file with mode: 0644]
sys/arch/mvme88k/dev/cl.c [new file with mode: 0644]
sys/arch/mvme88k/dev/clockreg.h [new file with mode: 0644]
sys/arch/mvme88k/dev/clreg.h [new file with mode: 0644]
sys/arch/mvme88k/dev/i82586.h [new file with mode: 0644]
sys/arch/mvme88k/dev/if_ie.c [new file with mode: 0644]
sys/arch/mvme88k/dev/if_ie.h [new file with mode: 0644]
sys/arch/mvme88k/dev/mainbus.c [new file with mode: 0644]
sys/arch/mvme88k/dev/memc.c [new file with mode: 0644]
sys/arch/mvme88k/dev/memcreg.h [new file with mode: 0644]
sys/arch/mvme88k/dev/memdevs.c [new file with mode: 0644]
sys/arch/mvme88k/dev/nvram.c [new file with mode: 0644]
sys/arch/mvme88k/dev/nvramreg.h [new file with mode: 0644]
sys/arch/mvme88k/dev/pcctworeg.h [new file with mode: 0644]
sys/arch/mvme88k/dev/siop.c [new file with mode: 0644]
sys/arch/mvme88k/dev/siop_script.out [new file with mode: 0644]
sys/arch/mvme88k/dev/siop_script.ss [new file with mode: 0644]
sys/arch/mvme88k/dev/siopdma.c [new file with mode: 0644]
sys/arch/mvme88k/dev/siopreg.h [new file with mode: 0644]
sys/arch/mvme88k/dev/siopvar.h [new file with mode: 0644]
sys/arch/mvme88k/dev/vme.c [new file with mode: 0644]
sys/arch/mvme88k/dev/vme.h [new file with mode: 0644]
sys/arch/mvme88k/dev/vmel.c [new file with mode: 0644]
sys/arch/mvme88k/dev/vmes.c [new file with mode: 0644]
sys/arch/mvme88k/include/float.h [new file with mode: 0644]
sys/arch/mvme88k/include/ieee.h [new file with mode: 0644]
sys/arch/mvme88k/include/ieeefp.h [new file with mode: 0644]
sys/arch/mvme88k/include/prom.h [new file with mode: 0644]
sys/arch/mvme88k/machine/ansi.h [new file with mode: 0644]
sys/arch/mvme88k/machine/asm.h [new file with mode: 0644]
sys/arch/mvme88k/machine/asm_macro.h [new file with mode: 0644]
sys/arch/mvme88k/machine/assert.h [new file with mode: 0644]
sys/arch/mvme88k/machine/assym.s [new file with mode: 0644]
sys/arch/mvme88k/machine/autoconf.h [new file with mode: 0644]
sys/arch/mvme88k/machine/board.h [new file with mode: 0644]
sys/arch/mvme88k/machine/bug.h [new file with mode: 0644]
sys/arch/mvme88k/machine/bugio.h [new file with mode: 0644]
sys/arch/mvme88k/machine/cdefs.h [new file with mode: 0644]
sys/arch/mvme88k/machine/cpu.h [new file with mode: 0644]
sys/arch/mvme88k/machine/cpus.h [new file with mode: 0644]
sys/arch/mvme88k/machine/db_machdep.h [new file with mode: 0644]
sys/arch/mvme88k/machine/disklabel.h [new file with mode: 0644]
sys/arch/mvme88k/machine/endian.h [new file with mode: 0644]
sys/arch/mvme88k/machine/exception_vectors.h [new file with mode: 0644]
sys/arch/mvme88k/machine/exec.h [new file with mode: 0644]
sys/arch/mvme88k/machine/float.h [new file with mode: 0644]
sys/arch/mvme88k/machine/ieee.h [new file with mode: 0644]
sys/arch/mvme88k/machine/ieeefp.h [new file with mode: 0644]
sys/arch/mvme88k/machine/limits.h [new file with mode: 0644]
sys/arch/mvme88k/machine/locore.h [new file with mode: 0644]
sys/arch/mvme88k/machine/m88100.h [new file with mode: 0644]
sys/arch/mvme88k/machine/m882xx.h [new file with mode: 0644]
sys/arch/mvme88k/machine/mmu.h [new file with mode: 0644]
sys/arch/mvme88k/machine/param.h [new file with mode: 0644]
sys/arch/mvme88k/machine/pcb.h [new file with mode: 0644]
sys/arch/mvme88k/machine/pcctworeg.h [new file with mode: 0644]
sys/arch/mvme88k/machine/pmap.h [new file with mode: 0644]
sys/arch/mvme88k/machine/pmap_table.h [new file with mode: 0644]
sys/arch/mvme88k/machine/proc.h [new file with mode: 0644]
sys/arch/mvme88k/machine/profile.h [new file with mode: 0644]
sys/arch/mvme88k/machine/prom.h [new file with mode: 0644]
sys/arch/mvme88k/machine/psl.h [new file with mode: 0644]
sys/arch/mvme88k/machine/ptrace.h [new file with mode: 0644]
sys/arch/mvme88k/machine/reg.h [new file with mode: 0644]
sys/arch/mvme88k/machine/setjmp.h [new file with mode: 0644]
sys/arch/mvme88k/machine/signal.h [new file with mode: 0644]
sys/arch/mvme88k/machine/stdarg.h [new file with mode: 0644]
sys/arch/mvme88k/machine/trap.h [new file with mode: 0644]
sys/arch/mvme88k/machine/types.h [new file with mode: 0644]
sys/arch/mvme88k/machine/va-m88k.h [new file with mode: 0644]
sys/arch/mvme88k/machine/varargs.h [new file with mode: 0644]
sys/arch/mvme88k/machine/vid.h [new file with mode: 0644]
sys/arch/mvme88k/machine/vmparam.h [new file with mode: 0644]
sys/arch/mvme88k/mvme88k/disksubr.c [new file with mode: 0644]
sys/arch/mvme88k/mvme88k/dkbad.c [new file with mode: 0644]
sys/arch/mvme88k/mvme88k/mem.c [new file with mode: 0644]
sys/arch/mvme88k/stand/Makefile.inc [new file with mode: 0644]
sys/arch/mvme88k/stand/boot/obj.m88k/boot [new file with mode: 0644]
sys/arch/mvme88k/stand/bootsd/Makefile [new file with mode: 0644]
sys/arch/mvme88k/stand/bootsd/README [new file with mode: 0644]
sys/arch/mvme88k/stand/bootsd/boot.c [new file with mode: 0644]
sys/arch/mvme88k/stand/bootsd/bootsd [new file with mode: 0644]
sys/arch/mvme88k/stand/bootsd/bootsd.bin [new file with mode: 0644]
sys/arch/mvme88k/stand/bootsd/bootsd.bug [new file with mode: 0644]
sys/arch/mvme88k/stand/bootsd/bugdev.c [new file with mode: 0644]
sys/arch/mvme88k/stand/bootsd/filesystem.c [new file with mode: 0644]
sys/arch/mvme88k/stand/bootsd/sdboot [new file with mode: 0644]
sys/arch/mvme88k/stand/bootsd/version.c [new file with mode: 0644]
sys/arch/mvme88k/stand/bootst/Makefile [new file with mode: 0644]
sys/arch/mvme88k/stand/bootst/bak.c [new file with mode: 0644]
sys/arch/mvme88k/stand/bootst/bootst [new file with mode: 0644]
sys/arch/mvme88k/stand/bootst/bootst.bug [new file with mode: 0644]
sys/arch/mvme88k/stand/bootst/bootst.c [new file with mode: 0644]
sys/arch/mvme88k/stand/bootst/stboot [new file with mode: 0644]
sys/arch/mvme88k/stand/bugcrt/Makefile.inc [new file with mode: 0644]
sys/arch/mvme88k/stand/bugcrt/m88k/Makefile.inc [new file with mode: 0644]
sys/arch/mvme88k/stand/bugcrt/m88k/bugcrt.c [new file with mode: 0644]
sys/arch/mvme88k/stand/libbug/Makefile.inc [new file with mode: 0644]
sys/arch/mvme88k/stand/libbug/log1 [new file with mode: 0644]
sys/arch/mvme88k/stand/libbug/log2 [new file with mode: 0644]
sys/arch/mvme88k/stand/libbug/m88k/delay.c [new file with mode: 0644]
sys/arch/mvme88k/stand/libbug/m88k/diskrd.c [new file with mode: 0644]
sys/arch/mvme88k/stand/libbug/m88k/diskwr.c [new file with mode: 0644]
sys/arch/mvme88k/stand/libbug/m88k/getbrdid.c [new file with mode: 0644]
sys/arch/mvme88k/stand/libbug/m88k/instat.c [new file with mode: 0644]
sys/arch/mvme88k/stand/libbug/m88k/outch.c [new file with mode: 0644]
sys/arch/mvme88k/stand/libbug/m88k/outln.c [new file with mode: 0644]
sys/arch/mvme88k/stand/libbug/m88k/outstr.c [new file with mode: 0644]
sys/arch/mvme88k/stand/libbug/m88k/prom.h [new file with mode: 0644]
sys/arch/mvme88k/stand/libbug/m88k/return.c [new file with mode: 0644]
sys/arch/mvme88k/stand/libbug/m88k/rtc_rd.c [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/Makefile [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/Makefile,v [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/Makefile.inc [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/SRT0.S [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/SRT1.c [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/bug.c [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/clock.c [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/clock.h [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/clockreg.h [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/config.h [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/dev_disk.c [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/dev_disk.h [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/devopen.c [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/dvma.c [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/dvma.h [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/exec_sun.c [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/gets.c [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/log1 [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/log2 [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/netif_sun.c [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/panic.c [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/promboot.c [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/promboot.h [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/promcons.c [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/promdev.c [new file with mode: 0644]
sys/arch/mvme88k/stand/libsa/promdev.h [new file with mode: 0644]
sys/arch/mvme88k/stand/netboot/Makefile [new file with mode: 0644]
sys/arch/mvme88k/stand/netboot/boot.c [new file with mode: 0644]
sys/arch/mvme88k/stand/netboot/conf.c [new file with mode: 0644]
sys/arch/mvme88k/stand/netboot/dev_net.c [new file with mode: 0644]
sys/arch/mvme88k/stand/netboot/dev_net.h [new file with mode: 0644]
sys/arch/mvme88k/stand/netboot/i82586.h [new file with mode: 0644]
sys/arch/mvme88k/stand/netboot/if_ie.c [new file with mode: 0644]
sys/arch/mvme88k/stand/netboot/if_iereg.h [new file with mode: 0644]
sys/arch/mvme88k/stand/netboot/if_le.c [new file with mode: 0644]
sys/arch/mvme88k/stand/netboot/if_lereg.h [new file with mode: 0644]
sys/arch/mvme88k/stand/netboot/netboot [new file with mode: 0644]
sys/arch/mvme88k/stand/netboot/netboot.bin [new file with mode: 0644]
sys/arch/mvme88k/stand/netboot/nfs.s [new file with mode: 0644]
sys/arch/mvme88k/stand/netboot/version.c [new file with mode: 0644]
sys/arch/mvme88k/stand/obj.m88k/boot [new file with mode: 0644]
sys/arch/mvme88k/stand/obj.m88k/boot.1 [new file with mode: 0644]
sys/arch/mvme88k/stand/obj.m88k/boot.2 [new file with mode: 0644]
sys/arch/mvme88k/stand/old/Makefile [new file with mode: 0644]
sys/arch/mvme88k/stand/old/boot/Makefile [new file with mode: 0644]
sys/arch/mvme88k/stand/old/boot/boot.1 [new file with mode: 0644]
sys/arch/mvme88k/stand/old/boot/boot.2 [new file with mode: 0644]
sys/arch/mvme88k/stand/old/boot/foo [new file with mode: 0644]
sys/arch/mvme88k/stand/old/boot/foo.1 [new file with mode: 0644]
sys/arch/mvme88k/stand/old/boot/foo.2 [new file with mode: 0644]
sys/arch/mvme88k/stand/old/boot/main.c [new file with mode: 0644]
sys/arch/mvme88k/stand/old/boot/wrtvid [new file with mode: 0644]
sys/arch/mvme88k/stand/old/boot/wrtvid.c [new file with mode: 0644]
sys/arch/mvme88k/stand/old/bootst/Makefile [new file with mode: 0644]
sys/arch/mvme88k/stand/old/bootst/bootst.c [new file with mode: 0644]
sys/arch/mvme88k/stand/old/bugcrt/Makefile [new file with mode: 0644]
sys/arch/mvme88k/stand/old/bugcrt/bugcrt.c [new file with mode: 0644]
sys/arch/mvme88k/stand/old/bugexec/Makefile [new file with mode: 0644]
sys/arch/mvme88k/stand/old/bugexec/hello [new file with mode: 0644]
sys/arch/mvme88k/stand/old/bugexec/hello.c [new file with mode: 0644]
sys/arch/mvme88k/stand/old/bugexec/wrtos.c [new file with mode: 0644]
sys/arch/mvme88k/stand/old/bugexec/xyz [new file with mode: 0644]
sys/arch/mvme88k/stand/old/include/bug.h [new file with mode: 0644]
sys/arch/mvme88k/stand/old/include/bugio.h [new file with mode: 0644]
sys/arch/mvme88k/stand/old/kerncrt/Makefile [new file with mode: 0644]
sys/arch/mvme88k/stand/old/kerncrt/kerncrt.c [new file with mode: 0644]
sys/arch/mvme88k/stand/old/kerncrt/m88k/kerncrt.c [new file with mode: 0644]
sys/arch/mvme88k/stand/old/libbug/Makefile [new file with mode: 0644]
sys/arch/mvme88k/stand/old/libbug/bug.c [new file with mode: 0644]
sys/arch/mvme88k/stand/old/libbug/bugio.c [new file with mode: 0644]
sys/arch/mvme88k/stand/old/libbug/bugsupp.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/Makefile [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/Makefile.inc [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/bootsd/Makefile [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/bootsd/README [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/bootsd/boot.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/bootsd/bootsd [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/bootsd/bootsd.bin [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/bootsd/bootsd.bug [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/bootsd/bugdev.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/bootsd/filesystem.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/bootsd/sdboot [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/bootsd/version.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/bootst/Makefile [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/bootst/bootst [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/bootst/bootst.bug [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/bootst/bootst.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/bootst/stboot [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/bugcrt/Makefile [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/bugcrt/Makefile.inc [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/bugcrt/m88k/Makefile.inc [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/bugcrt/m88k/bugcrt.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libbug/Makefile [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libbug/Makefile.inc [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libbug/log1 [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libbug/log2 [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libbug/m88k/delay.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libbug/m88k/diskrd.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libbug/m88k/diskwr.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libbug/m88k/getbrdid.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libbug/m88k/instat.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libbug/m88k/outch.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libbug/m88k/outln.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libbug/m88k/outstr.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libbug/m88k/prom.h [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libbug/m88k/return.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libbug/m88k/rtc_rd.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libsa/Makefile [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libsa/Makefile.inc [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libsa/SRT0.S [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libsa/SRT1.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libsa/bug.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libsa/clock.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libsa/clock.h [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libsa/clockreg.h [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libsa/config.h [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libsa/dev_disk.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libsa/dev_disk.h [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libsa/devopen.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libsa/dvma.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libsa/dvma.h [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libsa/exec_sun.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libsa/gets.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libsa/log1 [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libsa/log2 [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libsa/netif_sun.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libsa/panic.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libsa/promboot.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libsa/promboot.h [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libsa/promcons.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libsa/promdev.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/libsa/promdev.h [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/netboot/Makefile [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/netboot/boot.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/netboot/conf.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/netboot/dev_net.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/netboot/dev_net.h [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/netboot/i82586.h [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/netboot/if_ie.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/netboot/if_iereg.h [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/netboot/if_le.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/netboot/if_lereg.h [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/netboot/netboot [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/netboot/netboot.bin [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/netboot/version.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/prtvid/Makefile [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/prtvid/prtvid.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/sboot/Makefile [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/sboot/XBUG.S [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/sboot/XSRT0.S [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/sboot/clock.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/sboot/clockreg.h [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/sboot/etherfun.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/sboot/etherfun.h [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/sboot/if_le.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/sboot/if_lereg.h [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/sboot/oc_cksum.S [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/sboot/rboot [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/sboot/rboot.tmp [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/sboot/sboot [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/sboot/sboot.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/sboot/sboot.h [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/sboot/sboot.tmp [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/sboot/srec [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/sboot/srec.c [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/wrtvid/Makefile [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/wrtvid/Makefile.inc [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/wrtvid/wrtvid [new file with mode: 0644]
sys/arch/mvme88k/stand/openbsd/wrtvid/wrtvid.c [new file with mode: 0644]
sys/arch/mvme88k/stand/prtvid/Makefile [new file with mode: 0644]
sys/arch/mvme88k/stand/prtvid/chklabel [new file with mode: 0644]
sys/arch/mvme88k/stand/prtvid/chklabel.c [new file with mode: 0644]
sys/arch/mvme88k/stand/prtvid/prtvid [new file with mode: 0644]
sys/arch/mvme88k/stand/prtvid/prtvid.c [new file with mode: 0644]
sys/arch/mvme88k/stand/sboot/Makefile [new file with mode: 0644]
sys/arch/mvme88k/stand/sboot/XBUG.S [new file with mode: 0644]
sys/arch/mvme88k/stand/sboot/XSRT0.S [new file with mode: 0644]
sys/arch/mvme88k/stand/sboot/clock.c [new file with mode: 0644]
sys/arch/mvme88k/stand/sboot/clockreg.h [new file with mode: 0644]
sys/arch/mvme88k/stand/sboot/etherfun.c [new file with mode: 0644]
sys/arch/mvme88k/stand/sboot/etherfun.h [new file with mode: 0644]
sys/arch/mvme88k/stand/sboot/if_le.c [new file with mode: 0644]
sys/arch/mvme88k/stand/sboot/if_lereg.h [new file with mode: 0644]
sys/arch/mvme88k/stand/sboot/oc_cksum.S [new file with mode: 0644]
sys/arch/mvme88k/stand/sboot/rboot [new file with mode: 0644]
sys/arch/mvme88k/stand/sboot/rboot.tmp [new file with mode: 0644]
sys/arch/mvme88k/stand/sboot/sboot [new file with mode: 0644]
sys/arch/mvme88k/stand/sboot/sboot.c [new file with mode: 0644]
sys/arch/mvme88k/stand/sboot/sboot.h [new file with mode: 0644]
sys/arch/mvme88k/stand/sboot/sboot.tmp [new file with mode: 0644]
sys/arch/mvme88k/stand/sboot/srec [new file with mode: 0644]
sys/arch/mvme88k/stand/sboot/srec.c [new file with mode: 0644]
sys/arch/mvme88k/stand/wrtvid/Makefile [new file with mode: 0644]
sys/arch/mvme88k/stand/wrtvid/Makefile,v [new file with mode: 0644]
sys/arch/mvme88k/stand/wrtvid/Makefile.inc [new file with mode: 0644]
sys/arch/mvme88k/stand/wrtvid/wrtvid [new file with mode: 0644]
sys/arch/mvme88k/stand/wrtvid/wrtvid.c [new file with mode: 0644]