Mon Jun 17 00:40:18 2013 UTC ()
Turn off VERBOSE_INIT_ARM (which was turned on in last commit).


(matt)
diff -r1.15 -r1.16 src/sys/arch/evbarm/conf/BEAGLEBONE

cvs diff -r1.15 -r1.16 src/sys/arch/evbarm/conf/Attic/BEAGLEBONE (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/Attic/BEAGLEBONE 2013/06/16 16:48:23 1.15
+++ src/sys/arch/evbarm/conf/Attic/BEAGLEBONE 2013/06/17 00:40:18 1.16
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# 1#
2# $NetBSD: BEAGLEBONE,v 1.15 2013/06/16 16:48:23 matt Exp $ 2# $NetBSD: BEAGLEBONE,v 1.16 2013/06/17 00:40:18 matt Exp $
3# 3#
4# BEAGLEBONE -- TI AM335x board Kernel 4# BEAGLEBONE -- TI AM335x board Kernel
5# 5#
6 6
7include "arch/evbarm/conf/std.beagle" 7include "arch/evbarm/conf/std.beagle"
8 8
9# estimated number of users 9# estimated number of users
10 10
11maxusers 32 11maxusers 32
12 12
13# Standard system options 13# Standard system options
14 14
15options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 15options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
@@ -121,27 +121,27 @@ options KTRACE # system call tracing,  @@ -121,27 +121,27 @@ options KTRACE # system call tracing,
121#options SCSIVERBOSE # Verbose SCSI errors 121#options SCSIVERBOSE # Verbose SCSI errors
122#options MIIVERBOSE # Verbose MII autoconfuration messages 122#options MIIVERBOSE # Verbose MII autoconfuration messages
123#options DDB_KEYCODE=0x40 123#options DDB_KEYCODE=0x40
124#options USERCONF # userconf(4) support 124#options USERCONF # userconf(4) support
125#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 125#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
126 126
127# Development and Debugging options 127# Development and Debugging options
128 128
129#options PERFCTRS # performance counters 129#options PERFCTRS # performance counters
130options DIAGNOSTIC # internally consistency checks 130options DIAGNOSTIC # internally consistency checks
131options DEBUG 131options DEBUG
132#options PMAP_DEBUG # Enable pmap_debug_level code 132#options PMAP_DEBUG # Enable pmap_debug_level code
133#options IPKDB # remote kernel debugging 133#options IPKDB # remote kernel debugging
134options VERBOSE_INIT_ARM # verbose bootstraping messages 134#options VERBOSE_INIT_ARM # verbose bootstraping messages
135options DDB # in-kernel debugger 135options DDB # in-kernel debugger
136options DDB_ONPANIC=1 136options DDB_ONPANIC=1
137options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 137options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
138#options KGDB 138#options KGDB
139makeoptions DEBUG="-g" # compile full symbol table 139makeoptions DEBUG="-g" # compile full symbol table
140options SYMTAB_SPACE=530000 140options SYMTAB_SPACE=530000
141 141
142## USB Debugging options 142## USB Debugging options
143options USB_DEBUG 143options USB_DEBUG
144options EHCI_DEBUG 144options EHCI_DEBUG
145options OHCI_DEBUG 145options OHCI_DEBUG
146options UHUB_DEBUG 146options UHUB_DEBUG
147 147