History log of /openbsd/sys/arch/powerpc64/dev/xicp.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 471aeecf 06-Apr-2022 naddy <naddy@openbsd.org>

constify struct cfattach


# db454026 01-Oct-2020 jsg <jsg@openbsd.org>

correct size argument to free(9)

ok kettenis@


# a4fe4c27 26-Sep-2020 kettenis <kettenis@openbsd.org>

Do the NULL -> cpu_info_primary conversion in the interrupt controller
drivers instead of the "midlayer". I had missed a couple of places in
the midlayer and instead of fixing this in several places

Do the NULL -> cpu_info_primary conversion in the interrupt controller
drivers instead of the "midlayer". I had missed a couple of places in
the midlayer and instead of fixing this in several places it is better
to do it in the functions that get invoked in the end.

show more ...


# a940e3de 21-Sep-2020 kettenis <kettenis@openbsd.org>

Correctly pass the "struct cpu_info" pointer along when establishing
interrupts. This fixes IPIs on machines with certain (newer?) OPAL
firmware. It also allows implementing pci_intr_establish_cpu(

Correctly pass the "struct cpu_info" pointer along when establishing
interrupts. This fixes IPIs on machines with certain (newer?) OPAL
firmware. It also allows implementing pci_intr_establish_cpu(9), which
is needed for distributing interrupt handlers across CPUs.

tested by gkoehler@

show more ...


# 9eafc29e 23-Aug-2020 kettenis <kettenis@openbsd.org>

Add xicp(4), a driver for the interrupt control presenter hardware found
on POWER8 CPUs.