Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/conf Add wdog0



details:   https://anonhg.NetBSD.org/src/rev/55791ee7f7b5
branches:  trunk
changeset: 808932:55791ee7f7b5
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jun 08 14:42:38 2015 +0000

description:
Add wdog0

diffstat:

 sys/arch/evbmips/conf/ERLITE |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r ad8d92af77c4 -r 55791ee7f7b5 sys/arch/evbmips/conf/ERLITE
--- a/sys/arch/evbmips/conf/ERLITE      Mon Jun 08 14:24:20 2015 +0000
+++ b/sys/arch/evbmips/conf/ERLITE      Mon Jun 08 14:42:38 2015 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: ERLITE,v 1.9 2015/06/01 22:55:12 matt Exp $
+#      $NetBSD: ERLITE,v 1.10 2015/06/08 14:42:38 matt Exp $
 
 include        "arch/mips/conf/std.octeon"
 include        "arch/evbmips/conf/files.octeon"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ERLITE-$Revision: 1.9 $"
+#ident                 "ERLITE-$Revision: 1.10 $"
 
 maxusers       32
 
@@ -121,6 +121,7 @@
 mainbus0       at root
 cpunode0       at mainbus?
 cpu*           at cpunode? core ?
+wdog0          at cpunode0 flags 0             # flags 1 will enable it on boot
 
 iobus0         at mainbus?
 bootbus0       at mainbus?



Home | Main Index | Thread Index | Old Index