Module Name: src
Committed By: matt
Date: Sat Jun 6 04:34:23 UTC 2015
Modified Files:
src/sys/arch/mips/conf: files.octeon
Log Message:
Add a wdog for octeon
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mips/conf/files.octeon
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/conf/files.octeon
diff -u src/sys/arch/mips/conf/files.octeon:1.3 src/sys/arch/mips/conf/files.octeon:1.4
--- src/sys/arch/mips/conf/files.octeon:1.3 Mon Jun 1 22:55:12 2015
+++ src/sys/arch/mips/conf/files.octeon Sat Jun 6 04:34:23 2015
@@ -1,4 +1,4 @@
-# $NetBSD: files.octeon,v 1.3 2015/06/01 22:55:12 matt Exp $
+# $NetBSD: files.octeon,v 1.4 2015/06/06 04:34:23 matt Exp $
file arch/mips/mips/locore_octeon.S
file arch/mips/mips/bus_dma.c
@@ -25,10 +25,14 @@ file arch/mips/cavium/mainbus_octeon1p.c
device cpunode { [core=-1] }
attach cpunode at mainbus
-file arch/mips/cavium/octeon_cpunode.c cpunode | cpu
-device cpu
-attach cpu at cpunode with cpunode_cpu
+device cpu {}
+attach cpu at cpunode with cpu_cpunode
+
+device wdog: sysmon_wdog
+attach wdog at cpunode with wdog_cpunode
+
+file arch/mips/cavium/octeon_cpunode.c cpunode | cpu | wdog needs-flag
# I/O Bus