Module Name:    src
Committed By:   mbalmer
Date:           Sun Sep  4 12:31:30 UTC 2011

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

Log Message:
Disable gpio(4) which can now be built and used as modules.


To generate a diff of this commit:
cvs rdiff -u -r1.1052 -r1.1053 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.1052 src/sys/arch/i386/conf/GENERIC:1.1053
--- src/sys/arch/i386/conf/GENERIC:1.1052	Tue Aug 30 13:03:17 2011
+++ src/sys/arch/i386/conf/GENERIC	Sun Sep  4 12:31:30 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1052 2011/08/30 13:03:17 mbalmer Exp $
+# $NetBSD: GENERIC,v 1.1053 2011/09/04 12:31:30 mbalmer Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.1052 $"
+#ident 		"GENERIC-$Revision: 1.1053 $"
 
 maxusers	64		# estimated number of users
 
@@ -704,19 +704,19 @@
 dpti*	at iop? tid 0			# DPT/Adaptec control interface
 
 # GPIO devices
-gpio*	at gpiobus?
+#gpio*	at gpiobus?
 
 # 1-Wire support
 #gpioow* 	at gpio? offset ? mask ?	# 1-wire bitbanging via gpio
-gpioow* 	at gpio?
-onewire*	at gpioow?
+#gpioow* 	at gpio?
+#onewire*	at gpioow?
 
 # 1-Wire devices
-owtemp* 	at onewire?			# Temperature sensors
+#owtemp* 	at onewire?			# Temperature sensors
 
 # i2c support
-gpioiic*	at gpio?
-iic*		at gpioiic?
+#gpioiic*	at gpio?
+#iic*		at gpioiic?
 
 # Keylock support
 #gpiolock*	at gpio?

Reply via email to