1994-05-12 12:22:41 +04:00
|
|
|
# $Id: TDR,v 1.11 1994/05/12 08:22:45 deraadt Exp $
|
1993-10-10 14:19:26 +03:00
|
|
|
# SPARCstation 1, 1+, 2, etc.
|
|
|
|
|
|
|
|
include "std.sparc"
|
|
|
|
|
1994-05-05 11:50:04 +04:00
|
|
|
options "SUN4C"
|
|
|
|
|
1993-10-10 14:19:26 +03:00
|
|
|
# obsolete timezone spec
|
|
|
|
options TIMEZONE=480, DST=1
|
|
|
|
|
|
|
|
# Standard system options
|
|
|
|
options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
|
|
|
|
options DEBUG, DIAGNOSTIC # extra kernel debugging
|
1994-02-27 11:46:17 +03:00
|
|
|
options KTRACE # system call tracing support
|
1993-10-10 14:19:26 +03:00
|
|
|
#options KGDB # support for kernel gdb
|
|
|
|
options GDB # support for normal gdb
|
1994-02-27 11:46:17 +03:00
|
|
|
options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
|
1993-10-17 07:41:34 +03:00
|
|
|
options RCONSOLE # fast rasterop console
|
1994-02-01 09:01:19 +03:00
|
|
|
options MAXFDESCS=1024
|
1994-05-12 12:22:41 +04:00
|
|
|
options SYSVMSG,SYSVSEM
|
1993-10-10 14:19:26 +03:00
|
|
|
|
|
|
|
# Filesystem options
|
|
|
|
options FFS
|
1994-02-27 11:46:17 +03:00
|
|
|
options NFSSERVER # Sun NFS-compatible filesystem
|
|
|
|
options NFSCLIENT # Sun NFS-compatible filesystem
|
1994-04-12 11:47:20 +04:00
|
|
|
options KERNFS # kernel data-structure filesystem
|
|
|
|
#options FIFO # POSIX fifo support (in all filesystems)
|
|
|
|
#options QUOTA # fast filesystem with user and group quotas
|
|
|
|
#options MFS # memory-based filesystem
|
1993-10-10 14:19:26 +03:00
|
|
|
#options LOFS # Loop-back 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
|
|
|
|
|
1994-02-27 11:46:17 +03:00
|
|
|
options LKM
|
|
|
|
|
1993-10-10 14:19:26 +03:00
|
|
|
# Options for SPARCstation hardware
|
|
|
|
options COMPAT_SUNOS # compatibility with SunOS binaries
|
|
|
|
|
|
|
|
config netbsd root on sd0 swap on sd0
|
|
|
|
|
|
|
|
dma* at sbus0 slot ? offset ?
|
|
|
|
esp* at sbus0 slot ? offset ? # nb., esp is a `scsi'
|
|
|
|
|
|
|
|
tg0 at scsi? target 1
|
|
|
|
sd0 at tg0 drive 0
|
1993-10-27 21:07:44 +03:00
|
|
|
tg1 at scsi? target 3
|
|
|
|
sd1 at tg1 drive 0
|
1993-10-10 14:19:26 +03:00
|
|
|
|
|
|
|
bwtwo* at sbus? slot ? offset ?
|
1993-10-27 21:07:44 +03:00
|
|
|
cgthree* at sbus? slot ? offset ?
|
1994-04-12 11:47:20 +04:00
|
|
|
cgsix* at sbus? slot ? offset ?
|
1993-10-10 14:19:26 +03:00
|
|
|
|
|
|
|
le* at sbus? slot ? offset ?
|
|
|
|
|
|
|
|
pseudo-device loop
|
1994-02-27 11:46:17 +03:00
|
|
|
pseudo-device pty 32
|
|
|
|
pseudo-device sl 2
|
1994-04-12 11:47:20 +04:00
|
|
|
pseudo-device kbd
|
1994-02-27 11:46:17 +03:00
|
|
|
pseudo-device ppp 2
|
1994-04-12 11:47:20 +04:00
|
|
|
pseudo-device tun 4
|
|
|
|
pseudo-device vn 3
|
1994-02-27 11:46:17 +03:00
|
|
|
pseudo-device bpfilter 16
|