diff options
author | 2019-08-20 17:16:43 +0000 | |
---|---|---|
committer | 2019-08-20 17:16:43 +0000 | |
commit | e42d1e10132bfc44a4c9f82cc8c018ad64dec11d (patch) | |
tree | 43d22bf6e472d401d4820a60709197d5826fc291 | |
parent | Adjust manpage. Document -t tal and the new output argument. Also remove (diff) | |
download | wireguard-openbsd-e42d1e10132bfc44a4c9f82cc8c018ad64dec11d.tar.xz wireguard-openbsd-e42d1e10132bfc44a4c9f82cc8c018ad64dec11d.zip |
Enable ipmi(4).
ok deraadt@
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 25100014496..eb78daf65dc 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.109 2019/08/11 14:46:18 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.110 2019/08/20 17:16:43 kettenis Exp $ # # GENERIC machine description file # @@ -50,6 +50,7 @@ ccp* at acpi? # AMD Cryptographic Co-processor com* at acpi? dwiic* at acpi? iic* at dwiic? +ipmi* at acpi? pluart* at acpi? xhci* at acpi? simplebus* at fdt? @@ -346,6 +347,7 @@ uk* at scsibus? # I2C devices abcrtc* at iic? # Abracon x80x RTC fanpwr* at iic? # FAN53555 regulator +ipmi* at iic? # IPMI (SIIF) islrtc* at iic? # ISL1208 RTC rkpmic* at iic? # RK808 PMIC sypwr* at iic? # SY8106A regulator |