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 comm
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 comm
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 b
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 b
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 c
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 c