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 gpio entries, commented out, since I...



details:   https://anonhg.NetBSD.org/src/rev/07ed07a02a60
branches:  trunk
changeset: 769035:07ed07a02a60
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Tue Aug 30 13:07:30 2011 +0000

description:
Add gpio entries, commented out, since I am working with them as modules atm.

diffstat:

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

diffs (41 lines):

diff -r 5a034fbfe790 -r 07ed07a02a60 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Tue Aug 30 13:03:17 2011 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Tue Aug 30 13:07:30 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.336 2011/08/30 12:13:25 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.337 2011/08/30 13:07:30 mbalmer Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.336 $"
+#ident                 "GENERIC-$Revision: 1.337 $"
 
 maxusers       64              # estimated number of users
 
@@ -500,6 +500,22 @@
 # XXX dpti.c wants a processor type that is not assigned for x86-64
 #dpti* at iop? tid 0                   # DPT/Adaptec control interface
 
+# GPIO devices
+#gpio*         at gpiobus?
+#gpioow*       at gpio?
+#onewire*      at gpioow?
+
+# 1- Wire support
+#gpioow*       at gpio? offset ? mask ?        # 1-wire bitbanging via gpio
+#gpioow*       at gpio?
+#onewire*      at gpioow?
+
+# I2C support
+#gpioiic*      at gpio?
+#iic*          at gpioiic?
+
+# Keylock support
+#gpiolock*     at gpio?
 
 # SCSI Controllers and Devices
 



Home | Main Index | Thread Index | Old Index