Module Name: src Committed By: snj Date: Sat Mar 24 18:06:51 UTC 2018
Modified Files: src/sys/arch/vax/boot/boot [netbsd-8]: devopen.c hp.c if_de.c if_qe.c ra.c vaxstand.h Log Message: Pull up following revision(s) (requested by ragge in ticket #655): sys/arch/vax/boot/boot/devopen.c: 1.19-1.20 sys/arch/vax/boot/boot/hp.c: 1.11 sys/arch/vax/boot/boot/if_de.c: 1.10 sys/arch/vax/boot/boot/if_qe.c: 1.10 sys/arch/vax/boot/boot/ra.c: 1.21-1.22 sys/arch/vax/boot/boot/vaxstand.h: 1.10 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. -- Change the driver to map the data structures onto the qbus. -- Fix bug causing autoboot on 750/780 not to work. Cleanup. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.18.2.1 src/sys/arch/vax/boot/boot/devopen.c cvs rdiff -u -r1.10 -r1.10.2.1 src/sys/arch/vax/boot/boot/hp.c cvs rdiff -u -r1.9 -r1.9.2.1 src/sys/arch/vax/boot/boot/if_de.c \ src/sys/arch/vax/boot/boot/vaxstand.h cvs rdiff -u -r1.9 -r1.9.56.1 src/sys/arch/vax/boot/boot/if_qe.c cvs rdiff -u -r1.20 -r1.20.2.1 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.