Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/gpio pull in sysmon_taskq
details: https://anonhg.NetBSD.org/src/rev/c31c658e6c19
branches: trunk
changeset: 341040:c31c658e6c19
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Thu Oct 15 09:07:49 2015 +0000
description:
pull in sysmon_taskq
diffstat:
sys/dev/gpio/files.gpio | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 2a133b629873 -r c31c658e6c19 sys/dev/gpio/files.gpio
--- a/sys/dev/gpio/files.gpio Thu Oct 15 09:06:04 2015 +0000
+++ b/sys/dev/gpio/files.gpio Thu Oct 15 09:07:49 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.gpio,v 1.13 2015/08/20 12:09:22 uebayasi Exp $
+# $NetBSD: files.gpio,v 1.14 2015/10/15 09:07:49 jmcneill Exp $
define gpio {[offset = -1], [mask = 0], [flag = 0]}
@@ -36,6 +36,6 @@
file dev/gpio/gpiorfkill.c gpiorfkill
# Button
-device gpiobutton: gpiobus, sysmon_power
+device gpiobutton: gpiobus, sysmon_power, sysmon_taskq
attach gpiobutton at gpio
file dev/gpio/gpiobutton.c gpiobutton
Home |
Main Index |
Thread Index |
Old Index