sync with netbsd -- this involved rearranging things for sanity reasons
authorbjc <bjc@openbsd.org>
Thu, 27 Apr 2000 02:26:18 +0000 (02:26 +0000)
committerbjc <bjc@openbsd.org>
Thu, 27 Apr 2000 02:26:18 +0000 (02:26 +0000)
commit2c79696ce01f66a2adb135767aeec1904732ec10
tree796fede4a4e9485cf3036d37d3960c358aa11b61
parent7cdebd38b3fb66f9f1a8a98f53d0400c09cf03a2
sync with netbsd -- this involved rearranging things for sanity reasons
and because separate builds of libsa are done.  this is a pretty nice
bootloader.
108 files changed:
sys/arch/vax/boot/Makefile
sys/arch/vax/boot/autoconf.c [deleted file]
sys/arch/vax/boot/boot.c [deleted file]
sys/arch/vax/boot/boot/Makefile [new file with mode: 0644]
sys/arch/vax/boot/boot/autoconf.c [new file with mode: 0644]
sys/arch/vax/boot/boot/boot.c [new file with mode: 0644]
sys/arch/vax/boot/boot/conf.c [new file with mode: 0644]
sys/arch/vax/boot/boot/consio.c [new file with mode: 0644]
sys/arch/vax/boot/boot/ctu.c [new file with mode: 0644]
sys/arch/vax/boot/boot/data.h [new file with mode: 0644]
sys/arch/vax/boot/boot/devopen.c [new file with mode: 0644]
sys/arch/vax/boot/boot/hp.c [new file with mode: 0644]
sys/arch/vax/boot/boot/if_le.c [new file with mode: 0644]
sys/arch/vax/boot/boot/if_qe.c [new file with mode: 0644]
sys/arch/vax/boot/boot/if_ze.c [new file with mode: 0644]
sys/arch/vax/boot/boot/mfm.c [new file with mode: 0644]
sys/arch/vax/boot/boot/netio.c [new file with mode: 0644]
sys/arch/vax/boot/boot/ra.c [new file with mode: 0644]
sys/arch/vax/boot/boot/rom.c [new file with mode: 0644]
sys/arch/vax/boot/boot/tmscp.c [new file with mode: 0644]
sys/arch/vax/boot/bootxx.c [deleted file]
sys/arch/vax/boot/common/romread.s [new file with mode: 0644]
sys/arch/vax/boot/common/srt0.s [new file with mode: 0644]
sys/arch/vax/boot/common/str.s [new file with mode: 0644]
sys/arch/vax/boot/common/vaxstand.h [new file with mode: 0644]
sys/arch/vax/boot/conf.c [deleted file]
sys/arch/vax/boot/consio.c [deleted file]
sys/arch/vax/boot/copy.c [deleted file]
sys/arch/vax/boot/ctu.c [deleted file]
sys/arch/vax/boot/data.h [deleted file]
sys/arch/vax/boot/devopen.c [deleted file]
sys/arch/vax/boot/edlabel.c [deleted file]
sys/arch/vax/boot/hp.c [deleted file]
sys/arch/vax/boot/if_le.c [deleted file]
sys/arch/vax/boot/ka410.h [deleted file]
sys/arch/vax/boot/mfm.c [deleted file]
sys/arch/vax/boot/netio.c [deleted file]
sys/arch/vax/boot/ra.c [deleted file]
sys/arch/vax/boot/rom.c [deleted file]
sys/arch/vax/boot/romread.s [deleted file]
sys/arch/vax/boot/samachdep.h [deleted file]
sys/arch/vax/boot/scsi_hi.c [deleted file]
sys/arch/vax/boot/scsi_low.c [deleted file]
sys/arch/vax/boot/sd.c [deleted file]
sys/arch/vax/boot/so.h [deleted file]
sys/arch/vax/boot/srt0.s [deleted file]
sys/arch/vax/boot/start.s [deleted file]
sys/arch/vax/boot/str.s [deleted file]
sys/arch/vax/boot/string.h [deleted file]
sys/arch/vax/boot/tmscp.c [deleted file]
sys/arch/vax/boot/vaxstand.h [deleted file]
sys/arch/vax/boot/xxboot/Makefile [new file with mode: 0644]
sys/arch/vax/boot/xxboot/bootxx.c [new file with mode: 0644]
sys/arch/vax/boot/xxboot/start.s [new file with mode: 0644]
sys/arch/vax/stand/Makefile
sys/arch/vax/stand/autoconf.c [deleted file]
sys/arch/vax/stand/boot.c [deleted file]
sys/arch/vax/stand/boot/Makefile [new file with mode: 0644]
sys/arch/vax/stand/boot/autoconf.c [new file with mode: 0644]
sys/arch/vax/stand/boot/boot.c [new file with mode: 0644]
sys/arch/vax/stand/boot/conf.c [new file with mode: 0644]
sys/arch/vax/stand/boot/consio.c [new file with mode: 0644]
sys/arch/vax/stand/boot/ctu.c [new file with mode: 0644]
sys/arch/vax/stand/boot/data.h [new file with mode: 0644]
sys/arch/vax/stand/boot/devopen.c [new file with mode: 0644]
sys/arch/vax/stand/boot/hp.c [new file with mode: 0644]
sys/arch/vax/stand/boot/if_le.c [new file with mode: 0644]
sys/arch/vax/stand/boot/if_qe.c [new file with mode: 0644]
sys/arch/vax/stand/boot/if_ze.c [new file with mode: 0644]
sys/arch/vax/stand/boot/mfm.c [new file with mode: 0644]
sys/arch/vax/stand/boot/netio.c [new file with mode: 0644]
sys/arch/vax/stand/boot/ra.c [new file with mode: 0644]
sys/arch/vax/stand/boot/rom.c [new file with mode: 0644]
sys/arch/vax/stand/boot/tmscp.c [new file with mode: 0644]
sys/arch/vax/stand/bootxx.c [deleted file]
sys/arch/vax/stand/common/romread.s [new file with mode: 0644]
sys/arch/vax/stand/common/srt0.s [new file with mode: 0644]
sys/arch/vax/stand/common/str.s [new file with mode: 0644]
sys/arch/vax/stand/common/vaxstand.h [new file with mode: 0644]
sys/arch/vax/stand/conf.c [deleted file]
sys/arch/vax/stand/consio.c [deleted file]
sys/arch/vax/stand/copy.c [deleted file]
sys/arch/vax/stand/ctu.c [deleted file]
sys/arch/vax/stand/data.h [deleted file]
sys/arch/vax/stand/devopen.c [deleted file]
sys/arch/vax/stand/edlabel.c [deleted file]
sys/arch/vax/stand/hp.c [deleted file]
sys/arch/vax/stand/if_le.c [deleted file]
sys/arch/vax/stand/ka410.h [deleted file]
sys/arch/vax/stand/mfm.c [deleted file]
sys/arch/vax/stand/netio.c [deleted file]
sys/arch/vax/stand/ra.c [deleted file]
sys/arch/vax/stand/rom.c [deleted file]
sys/arch/vax/stand/romread.s [deleted file]
sys/arch/vax/stand/samachdep.h [deleted file]
sys/arch/vax/stand/scsi_hi.c [deleted file]
sys/arch/vax/stand/scsi_low.c [deleted file]
sys/arch/vax/stand/sd.c [deleted file]
sys/arch/vax/stand/so.h [deleted file]
sys/arch/vax/stand/srt0.s [deleted file]
sys/arch/vax/stand/start.s [deleted file]
sys/arch/vax/stand/str.s [deleted file]
sys/arch/vax/stand/string.h [deleted file]
sys/arch/vax/stand/tmscp.c [deleted file]
sys/arch/vax/stand/vaxstand.h [deleted file]
sys/arch/vax/stand/xxboot/Makefile [new file with mode: 0644]
sys/arch/vax/stand/xxboot/bootxx.c [new file with mode: 0644]
sys/arch/vax/stand/xxboot/start.s [new file with mode: 0644]