CVS commit: src/sys
"Jason R Thorpe" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: thorpej Date: Sat Apr 4 16:48:22 UTC 2026 Modified Files: src/sys/arch/mvme68k/dev: mainbus.c pcc.c vme_pcc.c src/sys/arch/mvme68k/include: vmparam.h src/sys/arch/mvme68k/mvme68k: machdep.c src/sys/dev/mvme: mvmebus.c Log Message: Align loading of physical memory with virt68k, and stop keeping two copies of this information (one in the phys_seg_list[] and one in mem_clusters[]; the latter is now gone). To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/mvme68k/dev/mainbus.c cvs rdiff -u -r1.35 -r1.36 src/sys/arch/mvme68k/dev/pcc.c cvs rdiff -u -r1.27 -r1.28 src/sys/arch/mvme68k/dev/vme_pcc.c cvs rdiff -u -r1.41 -r1.42 src/sys/arch/mvme68k/include/vmparam.h cvs rdiff -u -r1.181 -r1.182 src/sys/arch/mvme68k/mvme68k/machdep.c cvs rdiff -u -r1.25 -r1.26 src/sys/dev/mvme/mvmebus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.