diff options
author | Joerg Jung <jung@cvs.openbsd.org> | 2015-10-25 19:32:34 +0000 |
---|---|---|
committer | Joerg Jung <jung@cvs.openbsd.org> | 2015-10-25 19:32:34 +0000 |
commit | a687641fe59d9d174109e43d72477c0d226f16e4 (patch) | |
tree | eec44111ae2f8b8b5f703a57db05325d470129a4 /sys/arch | |
parent | 2a6e2197899fa035513397082dd1a8386fb97013 (diff) |
enable asmc(4) on i386
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files 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 |