Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/ews4800mips/conf No DDB/ksyms



details:   https://anonhg.NetBSD.org/src/rev/08107d724fd2
branches:  trunk
changeset: 828656:08107d724fd2
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 24 16:16:30 2017 +0000

description:
No DDB/ksyms

diffstat:

 sys/arch/ews4800mips/conf/RAMDISK |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r a63274cb6f82 -r 08107d724fd2 sys/arch/ews4800mips/conf/RAMDISK
--- a/sys/arch/ews4800mips/conf/RAMDISK Sun Dec 24 16:15:53 2017 +0000
+++ b/sys/arch/ews4800mips/conf/RAMDISK Sun Dec 24 16:16:30 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RAMDISK,v 1.21 2017/09/14 07:58:40 mrg Exp $
+#      $NetBSD: RAMDISK,v 1.22 2017/12/24 16:16:30 christos Exp $
 #
 # kernel config file with memory disk for installation
 #
@@ -20,6 +20,7 @@
 options        NO_DEV_PTM
 
 # disable some options to shrink kernel
+no options     DDB
 no options     INCLUDE_CONFIG_FILE
 no options     NTP
 no options     KTRACE
@@ -87,6 +88,5 @@
 no pseudo-device       accf_data
 no pseudo-device       accf_http
 no pseudo-device       clockctl
-# GENERIC has DDB, needs ksyms
-#no pseudo-device      ksyms
+no pseudo-device       ksyms
 no pseudo-device       wsmux



Home | Main Index | Thread Index | Old Index