CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/03/14 12:52:16
Modified files:
sys/arch/amd64/conf: GENERIC
sys/dev/acpi : acpireg.h files.acpi
Added files:
sys/dev/acpi : ipmi_acpi.c
Log message:
On newer machines IPMI attaches only using the ACPI tables instead of
the SMBIOS table. Some machines even have IPMI defined in both tables.
This attachment driver makes ipmi(4) available via ACPI. There can only
attach one ipmi(4) device, either on ACPI or SMBIOS.
Akin to the SMBIOS-attached ipmi(4) this driver is disabled by default.
Feedback from jsg@
ok deraadt@