Module Name: src Committed By: thorpej Date: Sat Feb 27 02:52:49 UTC 2021
Modified Files: src/sys/arch/macppc/include: autoconf.h src/sys/arch/macppc/macppc: machdep.c src/sys/arch/ofppc/include: autoconf.h src/sys/arch/ofppc/ofppc: machdep.c src/sys/arch/powerpc/include: ofw_bus.h ofw_bus_funcs.h src/sys/arch/powerpc/oea: ofwoea_machdep.c Log Message: Un-do a bunch of misguided code sharing. It's not really shared if it's full of platform-specific #ifdefs: - ofwoea_batinit() is gone; just do what's needed early in macppc / ofppc initppc() functions. - Get a bunch of Mac-specific stuff out of ofwoea_initppc(). To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/macppc/include/autoconf.h cvs rdiff -u -r1.172 -r1.173 src/sys/arch/macppc/macppc/machdep.c cvs rdiff -u -r1.17 -r1.18 src/sys/arch/ofppc/include/autoconf.h cvs rdiff -u -r1.117 -r1.118 src/sys/arch/ofppc/ofppc/machdep.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/powerpc/include/ofw_bus.h cvs rdiff -u -r1.1 -r1.2 src/sys/arch/powerpc/include/ofw_bus_funcs.h cvs rdiff -u -r1.55 -r1.56 src/sys/arch/powerpc/oea/ofwoea_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.