From 731d27d579e09d5aa4bbb9454b86e7adeb5a0323 Mon Sep 17 00:00:00 2001 From: dlg Date: Sun, 23 Apr 2023 00:50:29 +0000 Subject: [PATCH] enable iosf(4) this should help some braswell and bay trail machines. it definitely helps my dell wyse 3040 avoid locking up. ok kettenis@ patrick@ --- sys/arch/amd64/conf/GENERIC | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 1c940d9ea9c..c8e4ec8284e 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.516 2023/04/20 19:28:30 jcs Exp $ +# $OpenBSD: GENERIC,v 1.517 2023/04/23 00:50:29 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -159,6 +159,8 @@ iic* at amdpm? dwiic* at acpi? # DesignWare Synopsys i2c controller dwiic* at pci? iic* at dwiic? +iosf* at acpi? # Intel OnChip System Fabric +iosf* at pci? itherm* at pci? # Intel 3400 Thermal Sensor adc* at iic? # Analog Devices AD7416/AD7417/7418 -- 2.20.1