From 8eda5d96920a8a82a75b71f6d4a1a7c01be2b367 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 31 Dec 2015 13:06:50 +0000 Subject: Add pchtemp(4) a driver for the thermal sensor on recent Intel PCHs. --- sys/dev/pci/files.pci | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys/dev/pci/files.pci') diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 0629f6bdb95..0614e568d71 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.321 2015/12/21 22:15:53 sf Exp $ +# $OpenBSD: files.pci,v 1.322 2015/12/31 13:06:49 kettenis Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -793,6 +793,11 @@ device itherm attach itherm at pci file dev/pci/itherm.c itherm +# Intel C610 temperature sensor +device pchtemp +attach pchtemp at pci +file dev/pci/pchtemp.c pchtemp + # AMD Geode CS5536 PCI-ISA bridge device glxpcib{}: isabus, gpiobus, i2cbus attach glxpcib at pci -- cgit v1.2.3