Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Add gpiopwm(4).



details:   https://anonhg.NetBSD.org/src/rev/e8cd1a79c5e0
branches:  trunk
changeset: 771166:e8cd1a79c5e0
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Sun Nov 13 12:47:54 2011 +0000

description:
Add gpiopwm(4).

diffstat:

 sys/arch/i386/conf/GENERIC |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r e99d386721b9 -r e8cd1a79c5e0 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sun Nov 13 12:46:40 2011 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sun Nov 13 12:47:54 2011 +0000
@@ -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 @@
 
 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 @@
 # Keylock support
 gpiolock*      at gpio?
 
+# Software pulsing GPIO pins
+gpiopwm*       at gpio?
+
 # SCSI Controllers and Devices
 
 # PCI SCSI controllers



Home | Main Index | Thread Index | Old Index