Module Name: src Committed By: martin Date: Wed Dec 28 14:38:07 UTC 2022
Modified Files: src/sys/arch/evbmips/mipssim [netbsd-10]: machdep.c mipssim_dma.c mipssimreg.h Log Message: Pull up following revision(s) (requested by he in ticket #26): sys/arch/evbmips/mipssim/mipssim_dma.c: revision 1.2 sys/arch/evbmips/mipssim/mipssimreg.h: revision 1.4 sys/arch/evbmips/mipssim/machdep.c: revision 1.4 mipssim_dma.c: set _bounce_thresh so that bounce buffering works. Suggested by jmcneill@, thanks! evbmips/mipssim: on mips64, probe for additional memory. Probe for memory from above the ISA I/O hole and up to 16GB, which acording to simonb@ is a somewhat arbitrary limit. This makes it possible to specify e.g. "-m 2g" to qemu, and have that memory be probed instead of being clamped to 508MB. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.4.1 src/sys/arch/evbmips/mipssim/machdep.c cvs rdiff -u -r1.1 -r1.1.20.1 src/sys/arch/evbmips/mipssim/mipssim_dma.c cvs rdiff -u -r1.3 -r1.3.20.1 src/sys/arch/evbmips/mipssim/mipssimreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.