Module Name:    src
Committed By:   martin
Date:           Fri Oct 25 16:50:17 UTC 2019

Modified Files:
        src/sys/arch/amd64/conf: GENERIC

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


To generate a diff of this commit:
cvs rdiff -u -r1.538 -r1.539 src/sys/arch/amd64/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.538 src/sys/arch/amd64/conf/GENERIC:1.539
--- src/sys/arch/amd64/conf/GENERIC:1.538	Tue Oct  8 18:50:44 2019
+++ src/sys/arch/amd64/conf/GENERIC	Fri Oct 25 16:50:17 2019
@@ -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 @@ include 	"arch/amd64/conf/std.amd64"
 
 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 @@ gpio*		at gpiobus?
 gpioow* 	at gpio?
 onewire*	at gpioow?
 
+# 1-Wire devices
+owtemp*        at onewire?                     # Temperature sensors
+
 # I2C support
 #gpioiic*	at gpio?
 #iic*		at gpioiic?

Reply via email to