Sun Aug 8 18:19:26 2010 UTC ()
enable DDB_HISTORY_SIZE since DDB is enabled.


(chs)
diff -r1.174 -r1.175 src/sys/arch/vax/conf/GENERIC

cvs diff -r1.174 -r1.175 src/sys/arch/vax/conf/GENERIC (expand / switch to unified diff)

--- src/sys/arch/vax/conf/GENERIC 2010/07/01 19:50:11 1.174
+++ src/sys/arch/vax/conf/GENERIC 2010/08/08 18:19:26 1.175
@@ -1,65 +1,65 @@ @@ -1,65 +1,65 @@
1# $NetBSD: GENERIC,v 1.174 2010/07/01 19:50:11 ragge Exp $ 1# $NetBSD: GENERIC,v 1.175 2010/08/08 18:19:26 chs Exp $
2# 2#
3# GENERIC machine description file 3# GENERIC machine description file
4#  4#
5# This machine description file is used to generate the default NetBSD 5# This machine description file is used to generate the default NetBSD
6# kernel. The generic kernel does not include all options, subsystems 6# kernel. The generic kernel does not include all options, subsystems
7# and device drivers, but should be useful for most applications. 7# and device drivers, but should be useful for most applications.
8# 8#
9# The machine description file can be customised for your specific 9# The machine description file can be customised for your specific
10# machine to reduce the kernel size and improve its performance. 10# machine to reduce the kernel size and improve its performance.
11# 11#
12# For further information on compiling NetBSD kernels, see the config(8) 12# For further information on compiling NetBSD kernels, see the config(8)
13# man page. 13# man page.
14# 14#
15# For further information on hardware support for this architecture, see 15# For further information on hardware support for this architecture, see
16# the intro(4) man page. For further information about kernel options 16# the intro(4) man page. For further information about kernel options
17# for this architecture, see the options(4) man page. For an explanation 17# for this architecture, see the options(4) man page. For an explanation
18# of each device driver in this file see the section 4 man page for the 18# of each device driver in this file see the section 4 man page for the
19# device. 19# device.
20 20
21include "arch/vax/conf/std.vax" 21include "arch/vax/conf/std.vax"
22 22
23options INCLUDE_CONFIG_FILE # embed config file in kernel binary 23options INCLUDE_CONFIG_FILE # embed config file in kernel binary
24 24
25#ident "GENERIC-$Revision: 1.174 $" 25#ident "GENERIC-$Revision: 1.175 $"
26 26
27# Here are all different supported CPU types listed. 27# Here are all different supported CPU types listed.
28#options VAX8800 # VAX 8500, 8530, 8550, 8700, 8800 28#options VAX8800 # VAX 8500, 8530, 8550, 8700, 8800
29options VAX8600 29options VAX8600
30options VAX8200 30options VAX8200
31#options VAX6400 31#options VAX6400
32options VAX780 32options VAX780
33options VAX750 33options VAX750
34options VAX630 # MV II 34options VAX630 # MV II
35options VAX650 # MV III, 3300, 3400, 3500, 3600, 3800, 3900 35options VAX650 # MV III, 3300, 3400, 3500, 3600, 3800, 3900
36options VAX660 # VAX 4000/200 36options VAX660 # VAX 4000/200
37options VAX670 # VAX 4000/300 37options VAX670 # VAX 4000/300
38options VAX680 # VAX 4000/[45]00 38options VAX680 # VAX 4000/[45]00
39options VAX410 # VS 2000 39options VAX410 # VS 2000
40options VAX43 # VS 3100/76 40options VAX43 # VS 3100/76
41options VAX46 # VS 4000/60 41options VAX46 # VS 4000/60
42options VAX48 # VS 4000 VLC 42options VAX48 # VS 4000 VLC
43options VAX49 # VS 4000/90 43options VAX49 # VS 4000/90
44options VAX53 # VAX 4000/10[058], MicroVAX 3100/m96 44options VAX53 # VAX 4000/10[058], MicroVAX 3100/m96
45 45
46# Max users on system; this is just a hint 46# Max users on system; this is just a hint
47maxusers 8 47maxusers 8
48 48
49# Kernel compiled-in symbolic debugger & system call tracer 49# Kernel compiled-in symbolic debugger & system call tracer
50makeoptions DEBUG="-g" 50makeoptions DEBUG="-g"
51options DDB 51options DDB
52#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 52options DDB_HISTORY_SIZE=512 # enable history editing in DDB
53options KTRACE 53options KTRACE
54#options DIAGNOSTIC 54#options DIAGNOSTIC
55#options DEBUG 55#options DEBUG
56#options KMEMSTATS 56#options KMEMSTATS
57#options PMAPDEBUG 57#options PMAPDEBUG
58#options TRAPDEBUG 58#options TRAPDEBUG
59#options LOCKDEBUG 59#options LOCKDEBUG
60 60
61options SCSIVERBOSE # Verbose SCSI errors 61options SCSIVERBOSE # Verbose SCSI errors
62 62
63# Networking options 63# Networking options
64#options GATEWAY # packet forwarding 64#options GATEWAY # packet forwarding
65options NTP # NTP kernel support 65options NTP # NTP kernel support