Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/conf Add a wdog for octeon
details: https://anonhg.NetBSD.org/src/rev/cc3cd1ba0ba8
branches: trunk
changeset: 338727:cc3cd1ba0ba8
user: matt <matt%NetBSD.org@localhost>
date: Sat Jun 06 04:34:23 2015 +0000
description:
Add a wdog for octeon
diffstat:
sys/arch/mips/conf/files.octeon | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r e3c396bed620 -r cc3cd1ba0ba8 sys/arch/mips/conf/files.octeon
--- a/sys/arch/mips/conf/files.octeon Sat Jun 06 04:33:45 2015 +0000
+++ b/sys/arch/mips/conf/files.octeon Sat Jun 06 04:34:23 2015 +0000
@@ -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 @@
device cpunode { [core=-1] }
attach cpunode at mainbus
-file arch/mips/cavium/octeon_cpunode.c cpunode | cpu
+
+device cpu {}
+attach cpu at cpunode with cpu_cpunode
-device cpu
-attach cpu at cpunode with cpunode_cpu
+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
Home |
Main Index |
Thread Index |
Old Index