diff options
author | 2018-03-14 18:52:16 +0000 | |
---|---|---|
committer | 2018-03-14 18:52:16 +0000 | |
commit | a74532a1173c49fb096174d838975b994fe2acfe (patch) | |
tree | 0c0714546d54c66600d2b7483037f278406d7f51 /sys/dev/acpi/files.acpi | |
parent | disable POOL_DEBUG for release (diff) | |
download | wireguard-openbsd-a74532a1173c49fb096174d838975b994fe2acfe.tar.xz wireguard-openbsd-a74532a1173c49fb096174d838975b994fe2acfe.zip |
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@
Diffstat (limited to 'sys/dev/acpi/files.acpi')
-rw-r--r-- | sys/dev/acpi/files.acpi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/acpi/files.acpi b/sys/dev/acpi/files.acpi index 44edff19d6f..58cce95eba0 100644 --- a/sys/dev/acpi/files.acpi +++ b/sys/dev/acpi/files.acpi @@ -1,4 +1,4 @@ -# $OpenBSD: files.acpi,v 1.38 2017/11/16 18:12:27 jcs Exp $ +# $OpenBSD: files.acpi,v 1.39 2018/03/14 18:52:16 patrick Exp $ # # Config file and device description for machine-independent ACPI code. # Included by ports that need it. @@ -154,3 +154,7 @@ file dev/acpi/acpihve.c acpihve device acpisbs attach acpisbs at acpi file dev/acpi/acpisbs.c acpisbs + +# IPMI +attach ipmi at acpi with ipmi_acpi +file dev/acpi/ipmi_acpi.c ipmi_acpi |