CVS commit: src/sys/arch/mac68k
"Jason R Thorpe" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: thorpej Date: Sat Jun 13 15:28:09 UTC 2026 Modified Files: src/sys/arch/mac68k/conf: GENERIC INSTALL Makefile.mac68k SMALLRAM src/sys/arch/mac68k/mac68k: locore.s machdep.c pmap_bootstrap.c Log Message: Add support for 68060 CPUs to mac68k. This requires a 68040->68060 adapter plus ROM patches needed to boot MacOS with the 68060 (https://github.com/ZigZagJoe/Macintosh-Q650-68060). These NetBSD patches provided by zigzagjoe, with a little whitespace cleanup and corresponding mods to INSTALL and SMALLRAM kernel configs by me. To generate a diff of this commit: cvs rdiff -u -r1.240 -r1.241 src/sys/arch/mac68k/conf/GENERIC cvs rdiff -u -r1.58 -r1.59 src/sys/arch/mac68k/conf/INSTALL cvs rdiff -u -r1.94 -r1.95 src/sys/arch/mac68k/conf/Makefile.mac68k cvs rdiff -u -r1.44 -r1.45 src/sys/arch/mac68k/conf/SMALLRAM cvs rdiff -u -r1.209 -r1.210 src/sys/arch/mac68k/mac68k/locore.s cvs rdiff -u -r1.388 -r1.389 src/sys/arch/mac68k/mac68k/machdep.c cvs rdiff -u -r1.115 -r1.116 src/sys/arch/mac68k/mac68k/pmap_bootstrap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.