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 Sync gpio related lines with i386/conf/G...



details:   https://anonhg.NetBSD.org/src/rev/a41312e41826
branches:  trunk
changeset: 334987:a41312e41826
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Dec 19 17:06:31 2014 +0000

description:
Sync gpio related lines with i386/conf/GENERIC.

diffstat:

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

diffs (36 lines):

diff -r d3d933f27d36 -r a41312e41826 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Fri Dec 19 15:33:11 2014 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Fri Dec 19 17:06:31 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.405 2014/12/12 01:13:40 christos Exp $
+# $NetBSD: GENERIC,v 1.406 2014/12/19 17:06:31 msaitoh Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.405 $"
+#ident                 "GENERIC-$Revision: 1.406 $"
 
 maxusers       64              # estimated number of users
 
@@ -537,14 +537,12 @@
 #dpti* at iop? tid 0                   # DPT/Adaptec control interface
 
 # GPIO devices
-#gpio*         at gpiobus?
-#gpioow*       at gpio?
-#onewire*      at gpioow?
+gpio*          at gpiobus?
 
 # 1- Wire support
 #gpioow*       at gpio? offset ? mask ?        # 1-wire bitbanging via gpio
-#gpioow*       at gpio?
-#onewire*      at gpioow?
+gpioow*        at gpio?
+onewire*       at gpioow?
 
 # I2C support
 #gpioiic*      at gpio?



Home | Main Index | Thread Index | Old Index