Module Name:    src
Committed By:   mbalmer
Date:           Wed Jul 29 11:58:31 UTC 2009

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

Log Message:
Fix (commented out) gpioow usage.


To generate a diff of this commit:
cvs rdiff -u -r1.939 -r1.940 src/sys/arch/i386/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/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.939 src/sys/arch/i386/conf/GENERIC:1.940
--- src/sys/arch/i386/conf/GENERIC:1.939	Wed Jul 29 11:55:40 2009
+++ src/sys/arch/i386/conf/GENERIC	Wed Jul 29 11:58:31 2009
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.939 2009/07/29 11:55:40 mbalmer Exp $
+# $NetBSD: GENERIC,v 1.940 2009/07/29 11:58:31 mbalmer Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.939 $"
+#ident 		"GENERIC-$Revision: 1.940 $"
 
 maxusers	64		# estimated number of users
 
@@ -675,7 +675,8 @@
 #gpio*	at gpiosim?
 
 # 1-Wire support
-#gpioow* 	at gpio? offset 6 mask 0x1	# 1-wire bitbanging via gpio
+#gpioow* 	at gpio? offset ? mask ?	# 1-wire bitbanging via gpio
+#gpioow* 	at gpio?
 #onewire*	at gpioow?
 
 # 1-Wire devices

Reply via email to