Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf Add missing onewire temperature sensors, ...



details:   https://anonhg.NetBSD.org/src/rev/daf3895585a0
branches:  trunk
changeset: 460501:daf3895585a0
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Oct 25 16:50:17 2019 +0000

description:
Add missing onewire temperature sensors, suggested by Andrew Doran.

diffstat:

 sys/arch/amd64/conf/GENERIC |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 17eb40c66afb -r daf3895585a0 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Fri Oct 25 16:25:14 2019 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Fri Oct 25 16:50:17 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.538 2019/10/08 18:50:44 maxv Exp $
+# $NetBSD: GENERIC,v 1.539 2019/10/25 16:50:17 martin Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.538 $"
+#ident         "GENERIC-$Revision: 1.539 $"
 
 maxusers       64              # estimated number of users
 
@@ -577,6 +577,9 @@
 gpioow*        at gpio?
 onewire*       at gpioow?
 
+# 1-Wire devices
+owtemp*        at onewire?                     # Temperature sensors
+
 # I2C support
 #gpioiic*      at gpio?
 #iic*          at gpioiic?



Home | Main Index | Thread Index | Old Index