Source-Changes-HG archive

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

[src/trunk]: src/sys/arch For non-modular XEN3_DOMU kernels, include sysmon a...



details:   https://anonhg.NetBSD.org/src/rev/2654878589f2
branches:  trunk
changeset: 808122:2654878589f2
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue May 05 22:14:24 2015 +0000

description:
For non-modular XEN3_DOMU kernels, include sysmon and all of its
subcomponents.  While the wdog and envsys subcomponents aren't
terribly useful in DOMU environment, this restores functionality
to previous (pre-modularized sysmon) state.

diffstat:

 sys/arch/amd64/conf/XEN3_DOMU |  8 +++++++-
 sys/arch/i386/conf/XEN3_DOMU  |  8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r f63b9b6422d0 -r 2654878589f2 sys/arch/amd64/conf/XEN3_DOMU
--- a/sys/arch/amd64/conf/XEN3_DOMU     Tue May 05 22:09:24 2015 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOMU     Tue May 05 22:14:24 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.60 2014/11/16 16:01:40 manu Exp $
+# $NetBSD: XEN3_DOMU,v 1.61 2015/05/05 22:14:24 pgoyette Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -144,6 +144,12 @@
 #options       ALTQ_RIO        # RED with IN/OUT
 #options       ALTQ_WFQ        # Weighted Fair Queueing
 
+# pseudo-device support for sysmon and its sub-components
+options        SYSMON_POWER
+options        SYSMON_ENVSYS
+options        SYSMON_WDOG
+options        SYSMON_TASKQ
+
 options        NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
 #options       NFS_BOOT_BOOTSTATIC
 #options       NFS_BOOTSTATIC_MYIP="\"169.254.1.2\""
diff -r f63b9b6422d0 -r 2654878589f2 sys/arch/i386/conf/XEN3_DOMU
--- a/sys/arch/i386/conf/XEN3_DOMU      Tue May 05 22:09:24 2015 +0000
+++ b/sys/arch/i386/conf/XEN3_DOMU      Tue May 05 22:14:24 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.65 2014/11/16 16:01:41 manu Exp $
+# $NetBSD: XEN3_DOMU,v 1.66 2015/05/05 22:14:24 pgoyette Exp $
 
 include        "arch/xen/conf/std.xen"
 
@@ -149,6 +149,12 @@
 #options       IPFILTER_DEFAULT_BLOCK  # block all packets by default
 #options       TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG
 
+# pseudo-device support for sysmon and its sub-components
+options        SYSMON_POWER
+options        SYSMON_ENVSYS
+options        SYSMON_WDOG
+options        SYSMON_TASKQ
+
 #options       ALTQ            # Manipulate network interfaces' output queues
 #options       ALTQ_BLUE       # Stochastic Fair Blue
 #options       ALTQ_CBQ        # Class-Based Queueing



Home | Main Index | Thread Index | Old Index