CVS commit: src
"Jason R Thorpe" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: thorpej Date: Tue Mar 10 01:27:24 UTC 2026 Modified Files: src/distrib/sets/lists/comp: md.virt68k src/sys/arch/virt68k/conf: files.virt68k src/sys/arch/virt68k/dev: mainbus.c src/sys/arch/virt68k/include: Makefile src/sys/arch/virt68k/virt68k: autoconf.c machdep.c Added Files: src/sys/arch/m68k/include: linux_bootinfo.h src/sys/arch/m68k/m68k: linux_bootinfo.c Removed Files: src/sys/arch/virt68k/include: bootinfo.h src/sys/arch/virt68k/virt68k: bootinfo.c Log Message: Move virt68k's bootinfo code to a generic m68k location with names linux_bootinfo.[ch] (since that's what this data is compatible with). Facilitates use by other m68k platforms in the future. Also, don't bother installing the header file; nothing in userland needs it. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/comp/md.virt68k cvs rdiff -u -r0 -r1.1 src/sys/arch/m68k/include/linux_bootinfo.h cvs rdiff -u -r0 -r1.1 src/sys/arch/m68k/m68k/linux_bootinfo.c cvs rdiff -u -r1.6 -r1.7 src/sys/arch/virt68k/conf/files.virt68k cvs rdiff -u -r1.2 -r1.3 src/sys/arch/virt68k/dev/mainbus.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/virt68k/include/Makefile cvs rdiff -u -r1.9 -r0 src/sys/arch/virt68k/include/bootinfo.h cvs rdiff -u -r1.7 -r1.8 src/sys/arch/virt68k/virt68k/autoconf.c cvs rdiff -u -r1.16 -r0 src/sys/arch/virt68k/virt68k/bootinfo.c cvs rdiff -u -r1.24 -r1.25 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.