Mon Sep 14 11:38:29 2009 UTC ()
Enable options IPKDB.


(tsutsui)
diff -r1.209 -r1.210 src/sys/arch/i386/conf/ALL

cvs diff -r1.209 -r1.210 src/sys/arch/i386/conf/ALL (expand / switch to unified diff)

--- src/sys/arch/i386/conf/ALL 2009/09/12 18:53:22 1.209
+++ src/sys/arch/i386/conf/ALL 2009/09/14 11:38:29 1.210
@@ -1,33 +1,33 @@ @@ -1,33 +1,33 @@
1# $NetBSD: ALL,v 1.209 2009/09/12 18:53:22 tsutsui Exp $ 1# $NetBSD: ALL,v 1.210 2009/09/14 11:38:29 tsutsui Exp $
2# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp 2# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
3# 3#
4# ALL machine description file 4# ALL machine description file
5# 5#
6# This machine description includes all devices and options and it is 6# This machine description includes all devices and options and it is
7# used to compile-test the source and does not necessarily produce a 7# used to compile-test the source and does not necessarily produce a
8# bootable or useful kernel. 8# bootable or useful kernel.
9# 9#
10# For further information on hardware support for this architecture, see 10# For further information on hardware support for this architecture, see
11# the intro(4) man page. For further information about kernel options 11# the intro(4) man page. For further information about kernel options
12# for this architecture, see the options(4) man page. For an explanation 12# for this architecture, see the options(4) man page. For an explanation
13# of each device driver in this file see the section 4 man page for the 13# of each device driver in this file see the section 4 man page for the
14# device. 14# device.
15 15
16include "arch/i386/conf/std.i386" 16include "arch/i386/conf/std.i386"
17 17
18options INCLUDE_CONFIG_FILE # embed config file in kernel binary 18options INCLUDE_CONFIG_FILE # embed config file in kernel binary
19 19
20#ident "ALL-$Revision: 1.209 $" 20#ident "ALL-$Revision: 1.210 $"
21 21
22maxusers 32 # estimated number of users 22maxusers 32 # estimated number of users
23 23
24# CPU-related options. 24# CPU-related options.
25options VM86 # virtual 8086 emulation 25options VM86 # virtual 8086 emulation
26options USER_LDT # user-settable LDT; used by WINE 26options USER_LDT # user-settable LDT; used by WINE
27 27
28# Enhanced SpeedStep Technology in the Pentium M 28# Enhanced SpeedStep Technology in the Pentium M
29options ENHANCED_SPEEDSTEP 29options ENHANCED_SPEEDSTEP
30options EST_FREQ_USERWRITE # any user can set frequency 30options EST_FREQ_USERWRITE # any user can set frequency
31 31
32# AMD PowerNow! K7 32# AMD PowerNow! K7
33options POWERNOW_K7 33options POWERNOW_K7
@@ -104,28 +104,28 @@ options BEEP_ONHALT_PERIOD=250 # Defaul @@ -104,28 +104,28 @@ options BEEP_ONHALT_PERIOD=250 # Defaul
104options BUFQ_READPRIO 104options BUFQ_READPRIO
105options BUFQ_PRIOCSCAN 105options BUFQ_PRIOCSCAN
106 106
107# Diagnostic/debugging support options 107# Diagnostic/debugging support options
108options DIAGNOSTIC # expensive kernel consistency checks 108options DIAGNOSTIC # expensive kernel consistency checks
109options DEBUG # expensive debugging checks/support 109options DEBUG # expensive debugging checks/support
110options KMEMSTATS # kernel memory statistics (vmstat -m) 110options KMEMSTATS # kernel memory statistics (vmstat -m)
111options DDB # in-kernel debugger 111options DDB # in-kernel debugger
112options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic' 112options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic'
113options DDB_HISTORY_SIZE=512 # enable history editing in DDB 113options DDB_HISTORY_SIZE=512 # enable history editing in DDB
114options DDB_VERBOSE_HELP 114options DDB_VERBOSE_HELP
115options KGDB # remote debugger 115options KGDB # remote debugger
116options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600 116options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
117#options IPKDB # IP Kernel Debugger 117options IPKDB # IP Kernel Debugger
118#options IPKDBKEY="\"yes\"" 118options IPKDBKEY="\"Pass_phrase_to_debug_over_network\""
119makeoptions DEBUG="-g" # compile full symbol table 119makeoptions DEBUG="-g" # compile full symbol table
120options SYSCALL_STATS # per syscall counts 120options SYSCALL_STATS # per syscall counts
121options SYSCALL_TIMES # per syscall times 121options SYSCALL_TIMES # per syscall times
122options SYSCALL_TIMES_HASCOUNTER # use 'broken' rdtsc (soekris) 122options SYSCALL_TIMES_HASCOUNTER # use 'broken' rdtsc (soekris)
123 123
124# Compatibility options 124# Compatibility options
125options COMPAT_NOMID # NetBSD 0.8, 386BSD, and BSDI 125options COMPAT_NOMID # NetBSD 0.8, 386BSD, and BSDI
126options COMPAT_09 # NetBSD 0.9 126options COMPAT_09 # NetBSD 0.9
127options COMPAT_10 # NetBSD 1.0 127options COMPAT_10 # NetBSD 1.0
128options COMPAT_11 # NetBSD 1.1 128options COMPAT_11 # NetBSD 1.1
129options COMPAT_12 # NetBSD 1.2, 386BSD, and BSDI 129options COMPAT_12 # NetBSD 1.2, 386BSD, and BSDI
130options COMPAT_13 # NetBSD 1.3, 386BSD, and BSDI 130options COMPAT_13 # NetBSD 1.3, 386BSD, and BSDI
131options COMPAT_14 # NetBSD 1.4 131options COMPAT_14 # NetBSD 1.4