NetBSD/sys/arch/virt68k/dev
mlelstv 8f32aa87c4 The interrupt handler needs to clear the interrupt condition
before re-arming the timer. Otherwise the timer could expire
again before clearing the interrupt, the interrupt gets lost
and the clock stops.

On real hardware that could only occur if the timer interval
is extremely short or if there is a higher-than-clock interrupt
that delays processing. In the emulated world however, time
can progress non-continously and this happens often under load.
2024-01-12 06:23:20 +00:00
..
gfpic_mainbus.c
gfrtc_mainbus.c The interrupt handler needs to clear the interrupt condition 2024-01-12 06:23:20 +00:00
gftty_mainbus.c Put some meat on the bones of the Goldfish TTY driver. Works well enough 2024-01-06 17:52:43 +00:00
mainbus.c
mainbusvar.h
virtctrl.c Fix dump paste-o. Halt works properly. Reboot does reboot, but the 2024-01-06 21:49:59 +00:00
virtio_mainbus.c