CVS commit: src/sys/arch

"Jason R Thorpe" <[email protected]> Sun, 19 Jul 2026 01:03:00 +0000
Newsgroups gmane.os.netbsd.devel.cvs
Message-ID <[email protected]>
Module Name:	src
Committed By:	thorpej
Date:		Sun Jul 19 01:03:00 UTC 2026

Modified Files:
	src/sys/arch/sun3/include: mon.h
	src/sys/arch/sun3/sun3: db_machdep.c machdep.h pmap.c
	src/sys/arch/sun68k/sun68k: sun68k_trap.c
Added Files:
	src/sys/arch/sun3/include: promlib.h

Log Message:
Reduce some diffs between Sun2 and Sun3:
- Add a <machine/promlib.h> wrapper for Sun3 that provides the same interface
  to the Sun monitor functions as Sun2 (which uses naming aligned with the
  SPARC port).
- Chage Sun3 pmap to use new naming.
- Adapt sun68k_trap.c, reming some #ifdefs.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/sun3/include/mon.h
cvs rdiff -u -r0 -r1.1 src/sys/arch/sun3/include/promlib.h
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/sun3/sun3/db_machdep.c
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/sun3/sun3/machdep.h
cvs rdiff -u -r1.186 -r1.187 src/sys/arch/sun3/sun3/pmap.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/sun68k/sun68k/sun68k_trap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.