Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Cleanup ODROID-U config



details:   https://anonhg.NetBSD.org/src/rev/cbd7ada6c44d
branches:  trunk
changeset: 332379:cbd7ada6c44d
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Fri Sep 19 14:39:34 2014 +0000

description:
Cleanup ODROID-U config

diffstat:

 sys/arch/evbarm/conf/ODROID-U |  12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diffs (49 lines):

diff -r 490adb7dac86 -r cbd7ada6c44d sys/arch/evbarm/conf/ODROID-U
--- a/sys/arch/evbarm/conf/ODROID-U     Fri Sep 19 14:32:20 2014 +0000
+++ b/sys/arch/evbarm/conf/ODROID-U     Fri Sep 19 14:39:34 2014 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: ODROID-U,v 1.13 2014/08/23 20:26:57 dholland Exp $
+#      $NetBSD: ODROID-U,v 1.14 2014/09/19 14:39:34 reinoud Exp $
 #
 #      ODROID-U -- ODROID-U series Exynos Kernel
 #
@@ -26,8 +26,10 @@
 options        PMAPCOUNTERS
 options        BUSDMA_COUNTERS
 options        EXYNOS_CONSOLE_EARLY
-options        UVMHIST
+#options       UVMHIST
 #options       UVMHIST_PRINT,KERNHIST_DELAY=0
+#options       KERNHIST
+#options       USBHIST
 options        __HAVE_MM_MD_DIRECT_MAPPED_PHYS
 options        PMAP_NEED_ALLOC_POOLPAGE
 
@@ -143,7 +145,7 @@
 options                LOCKDEBUG
 #options       PMAP_DEBUG      # Enable pmap_debug_level code
 #options       IPKDB           # remote kernel debugging
-#options       VERBOSE_INIT_ARM # verbose bootstraping messages
+options        VERBOSE_INIT_ARM # verbose bootstraping messages
 options        DDB             # in-kernel debugger
 options                DDB_ONPANIC=1
 options        DDB_HISTORY_SIZE=100    # Enable history editing in DDB
@@ -165,7 +167,7 @@
 #  memorydisk=<n>      Set memorydisk size to <n> KB
 #  quiet               Show aprint_naive output
 #  verbose             Show aprint_normal and aprint_verbose output
-#options               BOOT_ARGS="\"\""
+options                BOOT_ARGS="\"verbose\""
 
 config         netbsd          root on ? type ?
 
@@ -192,7 +194,7 @@
 sscom1         at exyo0  port 1                # UART1, console
 
 # Exynos Watchdog Timer
-exyowdt0       at exyo0 flags 1                # watchdog
+exyowdt0       at exyo0 flags 0                # watchdog
 
 # GPIO
 exyogpio0      at exyo0



Home | Main Index | Thread Index | Old Index