Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Remove unnecessary SYSMON_* options.



details:   https://anonhg.NetBSD.org/src/rev/3b1c5a228362
branches:  trunk
changeset: 824053:3b1c5a228362
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun May 21 06:19:37 2017 +0000

description:
Remove unnecessary SYSMON_* options.

diffstat:

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

diffs (44 lines):

diff -r 447cdd033bc9 -r 3b1c5a228362 sys/arch/amd64/conf/XEN3_DOMU
--- a/sys/arch/amd64/conf/XEN3_DOMU     Sat May 20 16:35:55 2017 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOMU     Sun May 21 06:19:37 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.74 2017/05/11 15:42:15 sborrill Exp $
+# $NetBSD: XEN3_DOMU,v 1.75 2017/05/21 06:19:37 pgoyette Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -145,12 +145,6 @@
 #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 447cdd033bc9 -r 3b1c5a228362 sys/arch/i386/conf/XEN3_DOMU
--- a/sys/arch/i386/conf/XEN3_DOMU      Sat May 20 16:35:55 2017 +0000
+++ b/sys/arch/i386/conf/XEN3_DOMU      Sun May 21 06:19:37 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.76 2017/02/26 12:41:50 rin Exp $
+# $NetBSD: XEN3_DOMU,v 1.77 2017/05/21 06:19:37 pgoyette Exp $
 
 include        "arch/xen/conf/std.xen"
 
@@ -150,12 +150,6 @@
 #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