CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2011/07/10 11:31:40
Modified files: sys/arch/vax : Makefile sys/arch/vax/vax: autoconf.c Removed files: sys/arch/vax/boot: Makefile Makefile.inc sys/arch/vax/boot/boot: Makefile autoconf.c boot.c conf.c consio.c consio2.S data.h devopen.c if_de.c if_le.c if_qe.c if_ze.c mfm.c netio.c ra.c rom.c vaxstand.h version sys/arch/vax/boot/common: romread.S srt0.S str.S vaxstand.h sys/arch/vax/boot/xxboot: Makefile bootxx.c start.S Log message: Move the vax/boot code to vax/stand. A cvs 'mv' with de-tagging has been done behind the scenes to retain history. Having all the bootblocks in the same architecture sub-directory satisfies several principles. ok miod