Module Name:    src
Committed By:   mbalmer
Date:           Wed Jul 29 11:55:40 UTC 2009

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

Log Message:
Add commented out entries for gpiosim and gpio at gpiosim.


To generate a diff of this commit:
cvs rdiff -u -r1.938 -r1.939 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.938 src/sys/arch/i386/conf/GENERIC:1.939
--- src/sys/arch/i386/conf/GENERIC:1.938	Mon Jul 27 12:34:13 2009
+++ src/sys/arch/i386/conf/GENERIC	Wed Jul 29 11:55:40 2009
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.938 2009/07/27 12:34:13 kiyohara Exp $
+# $NetBSD: GENERIC,v 1.939 2009/07/29 11:55:40 mbalmer Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.938 $"
+#ident 		"GENERIC-$Revision: 1.939 $"
 
 maxusers	64		# estimated number of users
 
@@ -672,6 +672,7 @@
 
 # GPIO devices
 #gpio*	at gscpcib?
+#gpio*	at gpiosim?
 
 # 1-Wire support
 #gpioow* 	at gpio? offset 6 mask 0x1	# 1-wire bitbanging via gpio
@@ -1518,6 +1519,7 @@
 pseudo-device	lockstat		# lock profiling
 pseudo-device	bcsp			# BlueCore Serial Protocol
 pseudo-device	btuart			# Bluetooth HCI UART (H4)
+#pseudo-device	gpiosim		1	# GPIO simulator
 
 # a pseudo device needed for Coda	# also needs CODA (above)
 #pseudo-device	vcoda		4	# coda minicache <-> venus comm.

Reply via email to