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/dc3d8324b72c
branches: trunk
changeset: 358495:dc3d8324b72c
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 8e6135c37203 -r dc3d8324b72c 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