CVS commit: src/sys/arch
"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:45:32 UTC 2026 Modified Files: src/sys/arch/m68k/include: linux_bootinfo.h src/sys/arch/m68k/m68k: linux_bootinfo.c src/sys/arch/virt68k/virt68k: machdep.c Log Message: Use the data structure from <m68k/seglist.h> to describe the memory configuration extracted from linux bootinfo. Align virt68k's memory loading with mvme68k (which will also get some changes in a follow-on commit). This will be used as a template to eventually merge this code for all m68k platforms. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/m68k/include/linux_bootinfo.h cvs rdiff -u -r1.5 -r1.6 src/sys/arch/m68k/m68k/linux_bootinfo.c cvs rdiff -u -r1.29 -r1.30 src/sys/arch/virt68k/virt68k/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.