CVS commit: src/sys/arch/virt68k/dev

2024-03-09 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Mar 9 11:16:31 UTC 2024 Modified Files: src/sys/arch/virt68k/dev: virtio_mainbus.c Log Message: Fix a null dereference. free_interrupts may be called even when sc_ih has not been assigned yet. To generate a diff of this

CVS commit: src/sys/arch/virt68k/dev

2024-03-09 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Mar 9 11:16:31 UTC 2024 Modified Files: src/sys/arch/virt68k/dev: virtio_mainbus.c Log Message: Fix a null dereference. free_interrupts may be called even when sc_ih has not been assigned yet. To generate a diff of this

CVS commit: src/sys/arch/virt68k/virt68k

2024-02-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Feb 25 14:35:31 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: trap.c Log Message: Don't crash in copyin/copyout when a NULL pointer is passed. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/virt68k/virt68k

2024-02-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Feb 25 14:35:31 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: trap.c Log Message: Don't crash in copyin/copyout when a NULL pointer is passed. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/virt68k/include

2024-01-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Jan 20 01:04:29 UTC 2024 Modified Files: src/sys/arch/virt68k/include: aout_machdep.h cdefs.h db_machdep.h elf_machdep.h ieeefp.h kcore.h lock.h ptrace.h reg.h Log Message: Hygiene. To generate a diff of this

CVS commit: src/sys/arch/virt68k/include

2024-01-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Jan 20 01:04:29 UTC 2024 Modified Files: src/sys/arch/virt68k/include: aout_machdep.h cdefs.h db_machdep.h elf_machdep.h ieeefp.h kcore.h lock.h ptrace.h reg.h Log Message: Hygiene. To generate a diff of this

CVS commit: src/sys/arch/virt68k/conf

2024-01-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Jan 19 05:47:15 UTC 2024 Modified Files: src/sys/arch/virt68k/conf: GENERIC Log Message: Revert unintended commit. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/virt68k/conf/GENERIC Please note

CVS commit: src/sys/arch/virt68k/conf

2024-01-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Jan 19 05:47:15 UTC 2024 Modified Files: src/sys/arch/virt68k/conf: GENERIC Log Message: Revert unintended commit. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/virt68k/conf/GENERIC Please note

CVS commit: src/sys/arch/virt68k

2024-01-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Jan 19 05:46:36 UTC 2024 Modified Files: src/sys/arch/virt68k/conf: GENERIC src/sys/arch/virt68k/include: cpu.h intr.h src/sys/arch/virt68k/virt68k: intr.c locore.s Log Message: Adjust the clockframe to be

CVS commit: src/sys/arch/virt68k

2024-01-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Jan 19 05:46:36 UTC 2024 Modified Files: src/sys/arch/virt68k/conf: GENERIC src/sys/arch/virt68k/include: cpu.h intr.h src/sys/arch/virt68k/virt68k: intr.c locore.s Log Message: Adjust the clockframe to be

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-18 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Thu Jan 18 12:07:51 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: locore.s Log Message: Set TT0 register to recognize the I/O space even on the 68030 case. http://mail-index.netbsd.org/port-m68k/2024/01/17/msg000870.html

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-18 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Thu Jan 18 12:07:51 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: locore.s Log Message: Set TT0 register to recognize the I/O space even on the 68030 case. http://mail-index.netbsd.org/port-m68k/2024/01/17/msg000870.html

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 17 05:22:11 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: locore.s Log Message: G/C intrcnt[]. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/virt68k/virt68k/locore.s Please note

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 17 05:22:11 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: locore.s Log Message: G/C intrcnt[]. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/virt68k/virt68k/locore.s Please note

CVS commit: src/sys/arch/virt68k

2024-01-13 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Jan 13 17:10:58 UTC 2024 Modified Files: src/sys/arch/virt68k/conf: files.virt68k src/sys/arch/virt68k/virt68k: locore.s machdep.c Added Files: src/sys/arch/virt68k/include: vectors.h Removed Files:

CVS commit: src/sys/arch/virt68k

2024-01-13 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Jan 13 17:10:58 UTC 2024 Modified Files: src/sys/arch/virt68k/conf: files.virt68k src/sys/arch/virt68k/virt68k: locore.s machdep.c Added Files: src/sys/arch/virt68k/include: vectors.h Removed Files:

CVS commit: src/sys/arch/virt68k/dev

2024-01-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Jan 12 06:23:20 UTC 2024 Modified Files: src/sys/arch/virt68k/dev: gfrtc_mainbus.c Log Message: The interrupt handler needs to clear the interrupt condition before re-arming the timer. Otherwise the timer could expire again

CVS commit: src/sys/arch/virt68k/dev

2024-01-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Jan 12 06:23:20 UTC 2024 Modified Files: src/sys/arch/virt68k/dev: gfrtc_mainbus.c Log Message: The interrupt handler needs to clear the interrupt condition before re-arming the timer. Otherwise the timer could expire again

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-09 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 9 14:24:08 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: locore.s machdep.c Log Message: Properly implement mm_md_physacc() and garbage-collect the now unused "lowram" variable (hold-over from hp300 lineage).

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-09 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 9 14:24:08 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: locore.s machdep.c Log Message: Properly implement mm_md_physacc() and garbage-collect the now unused "lowram" variable (hold-over from hp300 lineage).

CVS commit: src/sys/arch/virt68k/conf

2024-01-07 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 8 05:11:54 UTC 2024 Modified Files: src/sys/arch/virt68k/conf: GENERIC Log Message: Add PROCFS and MSDOSFS. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/virt68k/conf/GENERIC Please note

CVS commit: src/sys/arch/virt68k/conf

2024-01-07 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 8 05:11:54 UTC 2024 Modified Files: src/sys/arch/virt68k/conf: GENERIC Log Message: Add PROCFS and MSDOSFS. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/virt68k/conf/GENERIC Please note

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-07 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 8 05:11:33 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: clock.c Log Message: Use aprint_error() rather than a bare printf() in a few spots, and an aprint_normal() in some others. To generate a diff of this

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-07 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 8 05:11:33 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: clock.c Log Message: Use aprint_error() rather than a bare printf() in a few spots, and an aprint_normal() in some others. To generate a diff of this

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-07 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 8 05:10:51 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: autoconf.c machdep.c Log Message: Accept "root=xxx" for the root device and "flags=xxx" as the boothowto flags from the kernel command line arguments.

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-07 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 8 05:10:51 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: autoconf.c machdep.c Log Message: Accept "root=xxx" for the root device and "flags=xxx" as the boothowto flags from the kernel command line arguments.

CVS commit: src/sys/arch/virt68k

2024-01-07 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 8 05:09:41 UTC 2024 Modified Files: src/sys/arch/virt68k/include: bootinfo.h src/sys/arch/virt68k/virt68k: bootinfo.c Log Message: Add bootinfo_getarg(), which gets the name kernel command line argument and

CVS commit: src/sys/arch/virt68k

2024-01-07 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 8 05:09:41 UTC 2024 Modified Files: src/sys/arch/virt68k/include: bootinfo.h src/sys/arch/virt68k/virt68k: bootinfo.c Log Message: Add bootinfo_getarg(), which gets the name kernel command line argument and

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-07 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jan 7 16:41:24 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: autoconf.c locore.s Log Message: Don't to go IPL0 right before calling main(), instead call spl0() at the end of cpu_configure(). It seems that Qemu

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-07 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jan 7 16:41:24 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: autoconf.c locore.s Log Message: Don't to go IPL0 right before calling main(), instead call spl0() at the end of cpu_configure(). It seems that Qemu

CVS commit: src/sys/arch/virt68k/dev

2024-01-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Jan 6 21:49:59 UTC 2024 Modified Files: src/sys/arch/virt68k/dev: virtctrl.c Log Message: Fix dump paste-o. Halt works properly. Reboot does reboot, but the new kernel instance crashes early. To generate a diff of this

CVS commit: src/sys/arch/virt68k/dev

2024-01-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Jan 6 21:49:59 UTC 2024 Modified Files: src/sys/arch/virt68k/dev: virtctrl.c Log Message: Fix dump paste-o. Halt works properly. Reboot does reboot, but the new kernel instance crashes early. To generate a diff of this

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Jan 6 21:43:37 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: machdep.c Log Message: Fix stupid typo in cpu_set_reset_func(). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Jan 6 21:43:37 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: machdep.c Log Message: Fix stupid typo in cpu_set_reset_func(). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Jan 6 21:40:41 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: bootinfo.c Log Message: Implement bootinfo_setup_rndseed(). Thx Riastradh@ for the suggestion. To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Jan 6 21:40:41 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: bootinfo.c Log Message: Implement bootinfo_setup_rndseed(). Thx Riastradh@ for the suggestion. To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/sys/arch/virt68k

2024-01-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Jan 6 17:32:41 UTC 2024 Modified Files: src/sys/arch/virt68k/include: bootinfo.h vmparam.h src/sys/arch/virt68k/virt68k: bootinfo.c machdep.c Log Message: The RAM disk specified by bootinfo is not necessarily loaded

CVS commit: src/sys/arch/virt68k

2024-01-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Jan 6 17:32:41 UTC 2024 Modified Files: src/sys/arch/virt68k/include: bootinfo.h vmparam.h src/sys/arch/virt68k/virt68k: bootinfo.c machdep.c Log Message: The RAM disk specified by bootinfo is not necessarily loaded

CVS commit: src/sys/arch/virt68k/conf

2024-01-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 3 03:56:57 UTC 2024 Modified Files: src/sys/arch/virt68k/conf: majors.virt68k Log Message: Add gftty at char 12. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/virt68k/conf/majors.virt68k

CVS commit: src/sys/arch/virt68k/conf

2024-01-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 3 03:56:57 UTC 2024 Modified Files: src/sys/arch/virt68k/conf: majors.virt68k Log Message: Add gftty at char 12. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/virt68k/conf/majors.virt68k

CVS commit: src/sys/arch/virt68k

2024-01-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 2 18:11:44 UTC 2024 Modified Files: src/sys/arch/virt68k/conf: GENERIC files.virt68k Added Files: src/sys/arch/virt68k/dev: virtctrl.c Log Message: Add a driver for the Qemu Virtual System Controller that can be

CVS commit: src/sys/arch/virt68k

2024-01-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 2 18:11:44 UTC 2024 Modified Files: src/sys/arch/virt68k/conf: GENERIC files.virt68k Added Files: src/sys/arch/virt68k/dev: virtctrl.c Log Message: Add a driver for the Qemu Virtual System Controller that can be

CVS commit: src/sys/arch/virt68k

2024-01-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 2 18:10:36 UTC 2024 Modified Files: src/sys/arch/virt68k/include: cpu.h src/sys/arch/virt68k/virt68k: locore.s machdep.c Log Message: Provide a mechanism for a system reset controller to register to be used to

CVS commit: src/sys/arch/virt68k

2024-01-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 2 18:10:36 UTC 2024 Modified Files: src/sys/arch/virt68k/include: cpu.h src/sys/arch/virt68k/virt68k: locore.s machdep.c Log Message: Provide a mechanism for a system reset controller to register to be used to

CVS commit: src/sys/arch/virt68k/include

2024-01-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 2 17:16:27 UTC 2024 Modified Files: src/sys/arch/virt68k/include: cpu.h Log Message: Collect some garbage. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/virt68k/include/cpu.h Please note

CVS commit: src/sys/arch/virt68k/include

2024-01-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 2 17:16:27 UTC 2024 Modified Files: src/sys/arch/virt68k/include: cpu.h Log Message: Collect some garbage. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/virt68k/include/cpu.h Please note

CVS commit: src/sys/arch/virt68k

2024-01-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 2 17:13:03 UTC 2024 Modified Files: src/sys/arch/virt68k/include: bootinfo.h src/sys/arch/virt68k/virt68k: bootinfo.c machdep.c Log Message: Detect a RND seed passed in by the loader. XXX We don't actually *do*

CVS commit: src/sys/arch/virt68k

2024-01-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 2 17:13:03 UTC 2024 Modified Files: src/sys/arch/virt68k/include: bootinfo.h src/sys/arch/virt68k/virt68k: bootinfo.c machdep.c Log Message: Detect a RND seed passed in by the loader. XXX We don't actually *do*

CVS commit: src/sys/arch/virt68k

2024-01-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 2 16:59:14 UTC 2024 Modified Files: src/sys/arch/virt68k/include: bootinfo.h src/sys/arch/virt68k/virt68k: autoconf.c bootinfo.c Log Message: Move the initrd setup into bootinfo.c To generate a diff of this

CVS commit: src/sys/arch/virt68k

2024-01-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 2 16:59:14 UTC 2024 Modified Files: src/sys/arch/virt68k/include: bootinfo.h src/sys/arch/virt68k/virt68k: autoconf.c bootinfo.c Log Message: Move the initrd setup into bootinfo.c To generate a diff of this

CVS commit: src/sys/arch/virt68k

2024-01-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 2 16:48:02 UTC 2024 Modified Files: src/sys/arch/virt68k/conf: std.virt68k src/sys/arch/virt68k/virt68k: autoconf.c Log Message: If the loader passed us a RAM disk, use it as the root file system. To generate

CVS commit: src/sys/arch/virt68k

2024-01-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 2 16:48:02 UTC 2024 Modified Files: src/sys/arch/virt68k/conf: std.virt68k src/sys/arch/virt68k/virt68k: autoconf.c Log Message: If the loader passed us a RAM disk, use it as the root file system. To generate

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 2 07:52:47 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: vectors.s Log Message: Remove non-applicable comments. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 2 07:52:47 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: vectors.s Log Message: Remove non-applicable comments. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/virt68k/conf

2024-01-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 2 07:47:36 UTC 2024 Modified Files: src/sys/arch/virt68k/conf: GENERIC Log Message: Comment out LOCKDEBUG. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/virt68k/conf/GENERIC Please note

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 2 07:48:46 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: intr.c Log Message: Bump date. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/virt68k/virt68k/intr.c Please note that diffs

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 2 07:48:46 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: intr.c Log Message: Bump date. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/virt68k/virt68k/intr.c Please note that diffs

CVS commit: src/sys/arch/virt68k/conf

2024-01-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 2 07:47:36 UTC 2024 Modified Files: src/sys/arch/virt68k/conf: GENERIC Log Message: Comment out LOCKDEBUG. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/virt68k/conf/GENERIC Please note

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 2 07:43:29 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: pmap_bootstrap.c Log Message: Collect more garbage. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 2 07:46:49 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: pmap_bootstrap.c Log Message: Remove yet another remnant of debugging. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 2 07:46:49 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: pmap_bootstrap.c Log Message: Remove yet another remnant of debugging. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 2 07:43:29 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: pmap_bootstrap.c Log Message: Collect more garbage. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 2 07:42:52 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: pmap_bootstrap.c Log Message: G/C some scratch-pad notes. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/virt68k/virt68k

2024-01-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 2 07:42:52 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: pmap_bootstrap.c Log Message: G/C some scratch-pad notes. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/virt68k

2024-01-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 2 07:41:02 UTC 2024 Added Files: src/sys/arch/virt68k: Makefile src/sys/arch/virt68k/compile: Makefile src/sys/arch/virt68k/conf: GENERIC Makefile.virt68k files.virt68k majors.virt68k