Module Name:    src
Committed By:   mbalmer
Date:           Sun Nov 13 12:46:40 UTC 2011

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

Log Message:
Add commented out entry for gpiopwm(4).


To generate a diff of this commit:
cvs rdiff -u -r1.338 -r1.339 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.338 src/sys/arch/amd64/conf/GENERIC:1.339
--- src/sys/arch/amd64/conf/GENERIC:1.338	Sun Oct 30 12:12:21 2011
+++ src/sys/arch/amd64/conf/GENERIC	Sun Nov 13 12:46:40 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.338 2011/10/30 12:12:21 hannken Exp $
+# $NetBSD: GENERIC,v 1.339 2011/11/13 12:46:40 mbalmer 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.338 $"
+#ident 		"GENERIC-$Revision: 1.339 $"
 
 maxusers	64		# estimated number of users
 
@@ -517,6 +517,9 @@ ld*	at iop? tid ?			# block devices
 # Keylock support
 #gpiolock*	at gpio?
 
+# Pulsing GPIO pins in software
+#gpiopwm*	at gpio?
+
 # SCSI Controllers and Devices
 
 # PCI SCSI controllers

Reply via email to