Sun Aug 8 16:25:49 2010 UTC ()
remove dup "options KTRACE".


(chs)
diff -r1.4 -r1.5 src/sys/arch/hpcsh/conf/DEBUG

cvs diff -r1.4 -r1.5 src/sys/arch/hpcsh/conf/DEBUG (expand / switch to unified diff)

--- src/sys/arch/hpcsh/conf/DEBUG 2005/12/11 12:17:36 1.4
+++ src/sys/arch/hpcsh/conf/DEBUG 2010/08/08 16:25:49 1.5
@@ -1,25 +1,24 @@ @@ -1,25 +1,24 @@
1# 1#
2# kernel config file for debugging. 2# kernel config file for debugging.
3# 3#
4# $NetBSD: DEBUG,v 1.4 2005/12/11 12:17:36 christos Exp $ 4# $NetBSD: DEBUG,v 1.5 2010/08/08 16:25:49 chs Exp $
5# 5#
6 6
7include "arch/hpcsh/conf/GENERIC" 7include "arch/hpcsh/conf/GENERIC"
8 8
9options DDB # in-kernel debugger 9options DDB # in-kernel debugger
10#options KGDB # remote debugger 10#options KGDB # remote debugger
11#makeoptions DEBUG="-g" # compile full symbol table 11#makeoptions DEBUG="-g" # compile full symbol table
12#options KGDB_DEVRATE=19200 12#options KGDB_DEVRATE=19200
13# HP Jornada 13# HP Jornada
14#options "KGDB_DEVNAME=\"scif\"" 14#options "KGDB_DEVNAME=\"scif\""
15# HITACHI PERSONA (SH3) 15# HITACHI PERSONA (SH3)
16#options "KGDB_DEVNAME=\"hd64461uart\"" 16#options "KGDB_DEVNAME=\"hd64461uart\""
17# HITACHI PERSONA (SH4) 17# HITACHI PERSONA (SH4)
18#options "KGDB_DEVNAME=\"hd64465uart\"" 18#options "KGDB_DEVNAME=\"hd64465uart\""
19 19
20#options HPC_DEBUG_INTERRUPT_MONITOR 20#options HPC_DEBUG_INTERRUPT_MONITOR
21#options KSTACK_DEBUG 21#options KSTACK_DEBUG
22options DIAGNOSTIC # extra kernel debugging checks 22options DIAGNOSTIC # extra kernel debugging checks
23options DEBUG # extra kernel debugging support 23options DEBUG # extra kernel debugging support
24options KTRACE # system call tracing support 
25options PCMCIAVERBOSE # verbose PCMCIA configuration messages 24options PCMCIAVERBOSE # verbose PCMCIA configuration messages