History log of /openbsd-src/sys/arch/powerpc64/dev/ipmi_opal.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 3a3d566b 09-Oct-2024 jsg <jsg@openbsd.org>

make attachments use pre-existing activate functions; ok deraadt@


# 471aeecf 06-Apr-2022 naddy <naddy@openbsd.org>

constify struct cfattach


# 49047c64 22-Feb-2022 visa <visa@openbsd.org>

Remove extra ;

No functional change.


# c5fc2d49 23-Jan-2021 kettenis <kettenis@openbsd.org>

OPAL implements firmware calls that abstract communicating with the BMC over
IPMI. Use these calls to add support for impi(4) on PowerNV systems.

ok dlg@