diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2015-12-31 13:06:50 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2015-12-31 13:06:50 +0000 |
commit | 8eda5d96920a8a82a75b71f6d4a1a7c01be2b367 (patch) | |
tree | 4b4ef36569243cfdc60825caa9fda0f9627db763 /sys/dev/pci/files.pci | |
parent | abe7f2dd3289f65b15fe446e9f1597c6259a98e9 (diff) |
Add pchtemp(4) a driver for the thermal sensor on recent Intel PCHs.
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 7 |
1 files changed, 6 insertions, 1 deletions
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 |