diff options
author | Joerg Jung <jung@cvs.openbsd.org> | 2015-09-30 12:15:13 +0000 |
---|---|---|
committer | Joerg Jung <jung@cvs.openbsd.org> | 2015-09-30 12:15:13 +0000 |
commit | 7aa550cff08041ae0388e5c0c8b33e6862a03473 (patch) | |
tree | 26321debcba15e00ce4e63f3cb0445a00455fa59 /sys/arch | |
parent | f9a3c3fa433e8062e5aabfa57b2a7faf01e2e23d (diff) |
add a (disabled) driver for the Apple System Management Controller (SMC) as
found in Apple Intel based devices
"go at it" deraadt@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index ea31984b4e0..e05d37a9fad 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.396 2015/09/10 16:30:23 krw Exp $ +# $OpenBSD: GENERIC,v 1.397 2015/09/30 12:15:12 jung Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -105,6 +105,7 @@ lm* at wbsio? uguru0 at isa? disable port 0xe0 # ABIT uGuru aps0 at isa? port 0x1600 # ThinkPad Active Protection System +#asmc0 at isa? port 0x300 # Apple SMC piixpm* at pci? # Intel PIIX PM iic* at piixpm? diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index eeb90afa13a..1f94e7538c7 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.805 2015/09/10 16:30:23 krw Exp $ +# $OpenBSD: GENERIC,v 1.806 2015/09/30 12:15:12 jung Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -154,6 +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 itherm* at pci? # Intel 3400 Thermal Sensor adc* at iic? # Analog Devices AD7416/AD7417/7418 |