diff options
author | 2016-01-03 05:50:00 +0000 | |
---|---|---|
committer | 2016-01-03 05:50:00 +0000 | |
commit | 2c205095a0788a885a3904d9ece7726c4e52266e (patch) | |
tree | 5a23b6c8c3337c181378c80aa04412b9c127abe3 | |
parent | Add support for 100 series to pchtemp(4). (diff) | |
download | wireguard-openbsd-2c205095a0788a885a3904d9ece7726c4e52266e.tar.xz wireguard-openbsd-2c205095a0788a885a3904d9ece7726c4e52266e.zip |
enable pchtemp(4) on i386.
ok kettenis@
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 0aaa1f273a2..c442a7eadf3 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.808 2015/10/29 07:47:02 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.809 2016/01/03 05:50:00 daniel Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -100,6 +100,7 @@ iic* at glxpcib? kate* at pci? # AMD K8 temperature sensor km* at pci? # AMD K10 temperature sensor amas* at pci? disable # AMD memory configuration +pchtemp* at pci? # Intel C610 termperature sensor # power management and other environmental stuff elansc* at pci? # AMD Elan SC520 System Controller |