CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/02/02 06:34:29
Modified files: distrib/hp300/ramdisk: Makefile Makefile.inc sys/arch/hp300/conf: Makefile.hp300 sys/arch/hp300/dev: ctreg.h dmareg.h dvboxreg.h hdreg.h rboxreg.h topcatreg.h sys/arch/hp300/hp300: bus_space.c intr.c locore.s sys/arch/hp300/stand/cdboot: Makefile sys/arch/hp300/stand/common: autoconf.c hd.c machdep.c sd.c version.c sys/arch/hp300/stand/include: rominfo.h scsireg.h sys/arch/hp300/stand/libsa: exec_hp300.c sys/arch/hp300/stand/mkboot: mkboot.c sys/arch/hp300/stand/uboot: Makefile srt0.S Added files: sys/arch/hp300/include: reloc.h Log message: hp300 ELF bits. Requires many device and prom related structs to now be declared as packed due to them containing 32-bit types at 16-bit but not 32-bit aligned offsets. The boot block updates (especially mkboot) come straight from NetBSD.