Module Name: src Committed By: martin Date: Wed Feb 15 19:35:14 UTC 2023
Modified Files: src/sys/arch/next68k/dev [netbsd-10]: intio.c intiovar.h nextcons.c nextdisplay.c nextdisplayvar.h src/sys/arch/next68k/include [netbsd-10]: bus_space.h cpu.h src/sys/arch/next68k/next68k [netbsd-10]: locore.s nextrom.c nextrom.h pmap_bootstrap.c src/sys/arch/next68k/stand/boot [netbsd-10]: boot.c version Log Message: Pull up following revision(s) (requested by tsutsui in ticket #88): sys/arch/next68k/next68k/nextrom.h: revision 1.13 sys/arch/next68k/dev/nextdisplayvar.h: revision 1.6 sys/arch/next68k/dev/intiovar.h: revision 1.8 sys/arch/next68k/dev/nextcons.c: revision 1.12 sys/arch/next68k/next68k/locore.s: revision 1.69 sys/arch/next68k/dev/nextcons.c: revision 1.13 sys/arch/next68k/dev/nextcons.c: revision 1.14 sys/arch/next68k/dev/nextdisplay.c: revision 1.30 sys/arch/next68k/stand/boot/boot.c: revision 1.13 sys/arch/next68k/next68k/nextrom.c: revision 1.28 sys/arch/next68k/next68k/nextrom.c: revision 1.29 sys/arch/next68k/next68k/pmap_bootstrap.c: revision 1.46 sys/arch/next68k/next68k/pmap_bootstrap.c: revision 1.47 sys/arch/next68k/include/cpu.h: revision 1.52 sys/arch/next68k/dev/intio.c: revision 1.17 sys/arch/next68k/dev/intio.c: revision 1.18 sys/arch/next68k/dev/intio.c: revision 1.19 sys/arch/next68k/next68k/locore.s: revision 1.72 sys/arch/next68k/stand/boot/version: revision 1.6 sys/arch/next68k/include/bus_space.h: revision 1.21 sys/arch/next68k/include/bus_space.h: revision 1.22 sys/arch/next68k/dev/nextdisplay.c: revision 1.26 sys/arch/next68k/include/bus_space.h: revision 1.23 sys/arch/next68k/dev/nextdisplay.c: revision 1.27 sys/arch/next68k/dev/nextdisplay.c: revision 1.28 sys/arch/next68k/dev/nextdisplay.c: revision 1.29 Misc KNF and cosmetics. Use proper C99 int types. Remove trailing spaces and TABs. Handle NeXT Turbo VRAM regions properly. Info from Andreas Grabher on port-next68k@: https://mail-index.netbsd.org/port-next68k/2023/02/06/msg000052.html Also refactor bus_space_map(9) and fix (unused) bus_space_mmap(9). Add and check machine type NeXT_CUBE_TURBO (type 8). Info from Andreas Grabher on port-next68k@. NeXT Turbo Color doesn't have NEXT_P_C16_CMD_REG. Info from Andreas Grabher on port-next68k@. Bump version again to denote NeXT_CUBE_TURBO support. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.16.6.1 src/sys/arch/next68k/dev/intio.c cvs rdiff -u -r1.7 -r1.7.90.1 src/sys/arch/next68k/dev/intiovar.h cvs rdiff -u -r1.11 -r1.11.90.1 src/sys/arch/next68k/dev/nextcons.c cvs rdiff -u -r1.25 -r1.25.6.1 src/sys/arch/next68k/dev/nextdisplay.c cvs rdiff -u -r1.5 -r1.5.68.1 src/sys/arch/next68k/dev/nextdisplayvar.h cvs rdiff -u -r1.19.18.1 -r1.19.18.2 src/sys/arch/next68k/include/bus_space.h cvs rdiff -u -r1.50.26.1 -r1.50.26.2 src/sys/arch/next68k/include/cpu.h cvs rdiff -u -r1.68.4.1 -r1.68.4.2 src/sys/arch/next68k/next68k/locore.s cvs rdiff -u -r1.27 -r1.27.30.1 src/sys/arch/next68k/next68k/nextrom.c cvs rdiff -u -r1.12 -r1.12.4.1 src/sys/arch/next68k/next68k/nextrom.h cvs rdiff -u -r1.44.46.1 -r1.44.46.2 \ src/sys/arch/next68k/next68k/pmap_bootstrap.c cvs rdiff -u -r1.12 -r1.12.48.1 src/sys/arch/next68k/stand/boot/boot.c cvs rdiff -u -r1.4.238.1 -r1.4.238.2 src/sys/arch/next68k/stand/boot/version Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.