Module Name:    src
Committed By:   mbalmer
Date:           Sun Nov 13 12:47:55 UTC 2011

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

Log Message:
Add gpiopwm(4).


To generate a diff of this commit:
cvs rdiff -u -r1.1056 -r1.1057 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.1056 src/sys/arch/i386/conf/GENERIC:1.1057
--- src/sys/arch/i386/conf/GENERIC:1.1056	Sun Nov 13 09:41:46 2011
+++ src/sys/arch/i386/conf/GENERIC	Sun Nov 13 12:47:54 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1056 2011/11/13 09:41:46 mbalmer Exp $
+# $NetBSD: GENERIC,v 1.1057 2011/11/13 12:47:54 mbalmer Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.1056 $"
+#ident 		"GENERIC-$Revision: 1.1057 $"
 
 maxusers	64		# estimated number of users
 
@@ -722,6 +722,9 @@ iic*		at gpioiic?
 # Keylock support
 gpiolock*	at gpio?
 
+# Software pulsing GPIO pins
+gpiopwm*	at gpio?
+
 # SCSI Controllers and Devices
 
 # PCI SCSI controllers

Reply via email to