Remove commented out and nowadays incorrect KGDB declarations.

This commit is contained in:
martin 2003-05-26 21:12:07 +00:00
parent c4aa963e6f
commit b812b130a9
3 changed files with 4 additions and 31 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: NONPLUS,v 1.38 2003/04/10 22:07:04 christos Exp $
# $NetBSD: NONPLUS,v 1.39 2003/05/26 21:12:07 martin Exp $
include "arch/sparc64/conf/std.sparc64"
@ -73,15 +73,6 @@ options DDB # kernel dynamic debugger
options DDB_HISTORY_SIZE=100 # enable history editing in DDB
options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic'
## You may also use gdb, on another computer connected to this machine over
## a serial port. Both KGDB_DEV and KGDB_DEVRATE should be specified;
## KGDB_DEV is a dev_t encoded device number of the serial port to use.
## (0xc01 = ttya, 0xc02 = ttyb.)
#options KGDB # support for kernel gdb
#options KGDB_DEV=0xc01 # kgdb device number (this is `ttyb')
#options KGDB_DEVRATE=38400 # baud rate
## Compile the kernel with debugging symbols (`netbsd.gdb' is the debug file),
## such that gdb(1) can be used on a kernel coredump.

View File

@ -1,4 +1,4 @@
# $NetBSD: POWEROFSEVEN.inc,v 1.17 2003/04/10 22:07:04 christos Exp $
# $NetBSD: POWEROFSEVEN.inc,v 1.18 2003/05/26 21:12:08 martin Exp $
#
# from: NetBSD: GENERIC32,v 1.13 2001/02/28 00:08:18 mjacob Exp
#
@ -75,15 +75,6 @@ options DDB # kernel dynamic debugger
options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DDB_ONPANIC # see also sysctl(8): `ddb.onpanic'
## You may also use gdb, on another computer connected to this machine over
## a serial port. Both KGDB_DEV and KGDB_DEVRATE should be specified;
## KGDB_DEV is a dev_t encoded device number of the serial port to use.
## (0xc01 = ttya, 0xc02 = ttyb.)
#options KGDB # support for kernel gdb
#options KGDB_DEV=0xc01 # kgdb device number (this is `ttyb')
#options KGDB_DEVRATE=38400 # baud rate
## Compile the kernel with debugging symbols (`netbsd.gdb' is the debug file),
## such that gdb(1) can be used on a kernel coredump.

View File

@ -1,4 +1,4 @@
# $NetBSD: SPLODE,v 1.16 2003/04/10 22:07:04 christos Exp $
# $NetBSD: SPLODE,v 1.17 2003/05/26 21:12:08 martin Exp $
#
# Configuration for Ultra1, 32 bit mode.
@ -6,7 +6,7 @@ include "arch/sparc64/conf/std.sparc64"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.16 $"
#ident "GENERIC-$Revision: 1.17 $"
maxusers 256
@ -80,15 +80,6 @@ options DDB # kernel dynamic debugger
options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DDB_ONPANIC # see also sysctl(8): `ddb.onpanic'
## You may also use gdb, on another computer connected to this machine over
## a serial port. Both KGDB_DEV and KGDB_DEVRATE should be specified;
## KGDB_DEV is a dev_t encoded device number of the serial port to use.
## (0xc01 = ttya, 0xc02 = ttyb.)
#options KGDB # support for kernel gdb
#options KGDB_DEV=0xc01 # kgdb device number (this is `ttyb')
#options KGDB_DEVRATE=38400 # baud rate
## Compile the kernel with debugging symbols (`netbsd.gdb' is the debug file),
## such that gdb(1) can be used on a kernel coredump.