From 75da771bea080a9f80659fbd38f0ca88511bd46d Mon Sep 17 00:00:00 2001 From: jung Date: Sun, 25 Oct 2015 19:32:33 +0000 Subject: [PATCH] enable asmc(4) on i386 --- sys/arch/i386/conf/GENERIC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 1f94e7538c7..9b65674475d 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.806 2015/09/30 12:15:12 jung Exp $ +# $OpenBSD: GENERIC,v 1.807 2015/10/25 19:32:33 jung Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -154,7 +154,7 @@ uguru0 at isa? disable port 0xe0 # ABIT uGuru fins0 at isa? port 0x4e # Fintek F71805 Super I/O aps0 at isa? port 0x1600 # ThinkPad Active Protection System -#asmc0 at isa? port 0x300 # Apple SMC +asmc0 at isa? port 0x300 # Apple SMC itherm* at pci? # Intel 3400 Thermal Sensor adc* at iic? # Analog Devices AD7416/AD7417/7418 -- 2.20.1