option GDB isn't valid
disable KGDB because we do not have (userland) support for it
This commit is contained in:
parent
da79c879cd
commit
549e3f356d
@ -1,5 +1,5 @@
|
||||
# from: @(#)GENERIC.sparc 8.1 (Berkeley) 6/11/93
|
||||
# $Id: GENERIC.sparc,v 1.2 1994/07/27 09:13:54 deraadt Exp $
|
||||
# $Id: GENERIC.sparc,v 1.3 1994/08/12 01:16:26 deraadt Exp $
|
||||
# Generic SPARC
|
||||
|
||||
include "std.sparc"
|
||||
@ -20,8 +20,8 @@ options DST=1 # daylight savings rules (for param.c)
|
||||
options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
|
||||
options DEBUG, DIAGNOSTIC # extra kernel debugging
|
||||
options KTRACE # system call tracing support
|
||||
options KGDB # support for kernel gdb
|
||||
options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
|
||||
#options KGDB # support for kernel gdb
|
||||
#options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
|
||||
makeoptions DEBUG="-g" # symbols for kgdb
|
||||
options RCONSOLE # fast rasterop console
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# from: @(#)SPARC 8.1 (Berkeley) 6/29/93
|
||||
# $Id: SPARC,v 1.8 1994/08/01 19:26:27 deraadt Exp $
|
||||
# $Id: SPARC,v 1.9 1994/08/12 01:16:27 deraadt Exp $
|
||||
# SPARCstation 1, 1+, 2, etc.
|
||||
|
||||
include "std.sparc"
|
||||
@ -14,8 +14,8 @@ options TIMEZONE=480, DST=1
|
||||
options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
|
||||
options DEBUG, DIAGNOSTIC # extra kernel debugging
|
||||
options KTRACE # system call tracing support
|
||||
options KGDB # support for kernel gdb
|
||||
options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
|
||||
#options KGDB # support for kernel gdb
|
||||
#options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
|
||||
options RCONSOLE # fast rasterop console
|
||||
|
||||
# Filesystem options
|
||||
|
69
sys/arch/sparc/conf/SPARC_SCSI3
Normal file
69
sys/arch/sparc/conf/SPARC_SCSI3
Normal file
@ -0,0 +1,69 @@
|
||||
# from: @(#)SPARC 8.1 (Berkeley) 6/29/93
|
||||
# $Id: SPARC_SCSI3,v 1.1 1994/08/12 01:16:31 deraadt Exp $
|
||||
# SPARCstation 1, 1+, 2, etc.
|
||||
|
||||
include "std.sparc"
|
||||
|
||||
# Runs on Sun4c machines: SS1, SS1+, SS2, IPC, IPX, SLC, ELC
|
||||
options "SUN4C"
|
||||
|
||||
# obsolete timezone spec
|
||||
options TIMEZONE=480, DST=1
|
||||
|
||||
# Standard system options
|
||||
options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
|
||||
options DEBUG, DIAGNOSTIC # extra kernel debugging
|
||||
options KTRACE # system call tracing support
|
||||
#options KGDB # support for kernel gdb
|
||||
#options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
|
||||
options RCONSOLE # fast rasterop console
|
||||
|
||||
# Filesystem options
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
options FFS, QUOTA # fast filesystem with user and group quotas
|
||||
options MFS # memory-based filesystem
|
||||
options NFSSERVER # Sun NFS-compatible filesystem
|
||||
options NFSCLIENT # Sun NFS-compatible filesystem
|
||||
options LOFS # Loop-back filesystem
|
||||
#options KERNFS # kernel data-structure filesystem
|
||||
options FDESC # user file descriptor filesystem
|
||||
#options UMAPFS # uid/gid remapping filesystem
|
||||
#options LFS # Log-based filesystem (still experimental)
|
||||
#options PORTAL # portal filesystem (still experimental)
|
||||
|
||||
# Networking options
|
||||
options INET
|
||||
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
||||
#options GATEWAY # IP packet forwarding
|
||||
#options ISO # OSI networking
|
||||
#options TPIP
|
||||
#options EON
|
||||
options COMPAT_43
|
||||
|
||||
# Options for SPARCstation hardware
|
||||
options COMPAT_SUNOS # compatibility with SunOS binaries
|
||||
|
||||
config netbsd root on sd0 swap on sd0 and sd1 and sd2 and sd3
|
||||
|
||||
dma* at sbus0 slot ? offset ?
|
||||
esp* at sbus0 slot ? offset ? # nb., esp is a `scsi'
|
||||
|
||||
tg0 at scsi? target 3
|
||||
sd0 at tg0 drive ?
|
||||
tg* at scsi? target ?
|
||||
sd* at tg? drive ?
|
||||
|
||||
bwtwo* at sbus? slot ? offset ?
|
||||
cgthree* at sbus? slot ? offset ?
|
||||
cgsix* at sbus? slot ? offset ?
|
||||
|
||||
le* at sbus? slot ? offset ?
|
||||
|
||||
pseudo-device loop
|
||||
pseudo-device pty 32
|
||||
pseudo-device sl 2
|
||||
pseudo-device kbd
|
||||
pseudo-device ppp 2
|
||||
pseudo-device tun 4
|
||||
pseudo-device vn 3
|
||||
pseudo-device bpfilter 16
|
@ -1,4 +1,4 @@
|
||||
# $Id: SS5,v 1.4 1994/07/27 09:57:55 deraadt Exp $
|
||||
# $Id: SS5,v 1.5 1994/08/12 01:16:29 deraadt Exp $
|
||||
#
|
||||
# Kernel for Theo's (mythical) SS5. NOTE: NetBSD 1.0 DOES NOT SUPPORT
|
||||
# sun4m MACHINES -- THIS IS UNDER DEVELOPMENT AND INCOMPLETE
|
||||
@ -16,7 +16,6 @@ options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
|
||||
options DEBUG, DIAGNOSTIC # extra kernel debugging
|
||||
options KTRACE # system call tracing support
|
||||
#options KGDB # support for kernel gdb
|
||||
#options GDB # support for normal gdb
|
||||
#options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
|
||||
options RCONSOLE # fast rasterop console
|
||||
#options SYSVMSG,SYSVSEM,SYSVSHM
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: TDR,v 1.14 1994/07/27 09:57:58 deraadt Exp $
|
||||
# $Id: TDR,v 1.15 1994/08/12 01:16:30 deraadt Exp $
|
||||
#
|
||||
# Kernel for Theo's wimpy sparcstation IPC
|
||||
|
||||
@ -14,8 +14,7 @@ options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
|
||||
#options DEBUG, DIAGNOSTIC # extra kernel debugging
|
||||
options KTRACE # system call tracing support
|
||||
#options KGDB # support for kernel gdb
|
||||
options GDB # support for normal gdb
|
||||
options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
|
||||
#options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
|
||||
options RCONSOLE # fast rasterop console
|
||||
options SYSVMSG,SYSVSEM,SYSVSHM
|
||||
options "COMPAT_09"
|
||||
|
Loading…
Reference in New Issue
Block a user