Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/isa PR/52887: HITOSHI Osada: wbsio needs sysmon_wdog.



details:   https://anonhg.NetBSD.org/src/rev/7557e04a9f1f
branches:  trunk
changeset: 828796:7557e04a9f1f
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 02 00:25:35 2018 +0000

description:
PR/52887: HITOSHI Osada: wbsio needs sysmon_wdog.

diffstat:

 sys/dev/isa/files.isa |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5f8c5057b0ac -r 7557e04a9f1f sys/dev/isa/files.isa
--- a/sys/dev/isa/files.isa     Mon Jan 01 22:32:46 2018 +0000
+++ b/sys/dev/isa/files.isa     Tue Jan 02 00:25:35 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.isa,v 1.168 2017/12/13 00:26:06 knakahara Exp $
+#      $NetBSD: files.isa,v 1.169 2018/01/02 00:25:35 christos Exp $
 #
 # Config file and device description for machine-independent ISA code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -454,7 +454,7 @@
 file   dev/isa/smsc.c                  smsc                    needs-flag
 
 # Winbond LPC Super I/O
-device wbsio { }: gpiobus
+device wbsio { }: gpiobus, sysmon_wdog
 attach wbsio at isa
 file   dev/isa/wbsio.c                 wbsio
 



Home | Main Index | Thread Index | Old Index