History log of /openbsd-src/sys/arch/octeon/dev/octcib.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 5e9543b6 01-Sep-2019 visa <visa@openbsd.org>

Make it clearer where message "spurious interrupt" comes from.


# 0dd6b0da 17-Mar-2019 visa <visa@openbsd.org>

Let each interrupt controller driver choose how to implement
intr_barrier(9).

With this change, the barrier should finally work properly with
cnmac(4) interrupts that have been assigned to secondary

Let each interrupt controller driver choose how to implement
intr_barrier(9).

With this change, the barrier should finally work properly with
cnmac(4) interrupts that have been assigned to secondary cores.

show more ...


# 095618eb 16-Mar-2019 visa <visa@openbsd.org>

Include header <sys/evcount.h> where event counters are used, so that
header <machine/intr.h> can eventually stop including it on octeon.


# 3b1275e8 31-Jul-2017 visa <visa@openbsd.org>

Assume edge triggering by default for robustness, as is done
in octcit(4).


# 3f75081c 13-Jul-2017 visa <visa@openbsd.org>

Add a driver for the CIB interrupt controller. Certain device
controllers need it on CN70xx/CN71xx.