Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/isa Now that watchdog support has been added, make s...



details:   https://anonhg.NetBSD.org/src/rev/b20e28c1e623
branches:  trunk
changeset: 828797:b20e28c1e623
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Jan 02 00:47:14 2018 +0000

description:
Now that watchdog support has been added, make sure that a modular driver
requires the sysmon_wdog module.

diffstat:

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

diffs (18 lines):

diff -r 7557e04a9f1f -r b20e28c1e623 sys/dev/isa/wbsio.c
--- a/sys/dev/isa/wbsio.c       Tue Jan 02 00:25:35 2018 +0000
+++ b/sys/dev/isa/wbsio.c       Tue Jan 02 00:47:14 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wbsio.c,v 1.20 2017/12/13 00:31:46 knakahara Exp $     */
+/*     $NetBSD: wbsio.c,v 1.21 2018/01/02 00:47:14 pgoyette Exp $      */
 /*     $OpenBSD: wbsio.c,v 1.10 2015/03/14 03:38:47 jsg Exp $  */
 /*
  * Copyright (c) 2008 Mark Kettenis <kettenis%openbsd.org@localhost>
@@ -937,7 +937,7 @@
 }
 
 
-MODULE(MODULE_CLASS_DRIVER, wbsio, NULL);
+MODULE(MODULE_CLASS_DRIVER, wbsio, "sysmon_wdog");
 
 #ifdef _MODULE
 #include "ioconf.c"



Home | Main Index | Thread Index | Old Index