History log of /openbsd/sys/arch/riscv64/dev/sxitimer.c (Results 1 – 2 of 2)
Revision Date Author Comments
# e309ca49 17-Oct-2024 jsg <jsg@openbsd.org>

remove unneeded includes


# eda78419 27-Jan-2024 kettenis <kettenis@openbsd.org>

On Allwinner D1, the SBI call to schedule timer interrupts doesn't work.
Instead we have to use one of the timers integerated on the SoC that
triggers an external interrupt. Add the appropriate driv

On Allwinner D1, the SBI call to schedule timer interrupts doesn't work.
Instead we have to use one of the timers integerated on the SoC that
triggers an external interrupt. Add the appropriate driver and change
the MD clock code to hook it up.

ok cheloha@, jca@

show more ...