Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf Add commented out entry for gpiopwm(4).



details:   https://anonhg.NetBSD.org/src/rev/e99d386721b9
branches:  trunk
changeset: 771165:e99d386721b9
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Sun Nov 13 12:46:40 2011 +0000

description:
Add commented out entry for gpiopwm(4).

diffstat:

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

diffs (28 lines):

diff -r ef4207ed6663 -r e99d386721b9 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Sun Nov 13 12:44:18 2011 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Sun Nov 13 12:46:40 2011 +0000
@@ -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 @@
 
 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 @@
 # Keylock support
 #gpiolock*     at gpio?
 
+# Pulsing GPIO pins in software
+#gpiopwm*      at gpio?
+
 # SCSI Controllers and Devices
 
 # PCI SCSI controllers



Home | Main Index | Thread Index | Old Index