Module Name: src Committed By: ragge Date: Mon Mar 19 15:43:45 UTC 2018
Modified Files: src/sys/arch/vax/boot/boot: devopen.c hp.c if_de.c ra.c vaxstand.h Log Message: Use a common routine ubmap() that setup the map registers as needed, not expecting everything to be below 4M. This solves the problem that large kernels cannot be loaded reported on port-vax. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/vax/boot/boot/devopen.c cvs rdiff -u -r1.10 -r1.11 src/sys/arch/vax/boot/boot/hp.c cvs rdiff -u -r1.9 -r1.10 src/sys/arch/vax/boot/boot/if_de.c \ src/sys/arch/vax/boot/boot/vaxstand.h cvs rdiff -u -r1.20 -r1.21 src/sys/arch/vax/boot/boot/ra.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.