NetBSD/sys/arch/sparc/conf/TDR

103 lines
2.5 KiB
Plaintext
Raw Normal View History

1994-12-07 17:45:54 +03:00
# $NetBSD: TDR,v 1.22 1994/12/07 14:46:04 deraadt Exp $
1994-11-20 23:51:32 +03:00
1994-07-27 13:57:55 +04:00
# Kernel for Theo's wimpy sparcstation IPC
1994-12-07 17:45:54 +03:00
machine sparc
options "SUN4C"
# obsolete timezone spec
1994-12-07 17:45:54 +03:00
options TIMEZONE=0, DST=0
# Standard system options
options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
1994-06-24 12:13:14 +04:00
#options DEBUG, DIAGNOSTIC # extra kernel debugging
1994-02-27 11:46:17 +03:00
options KTRACE # system call tracing support
#options KGDB # support for kernel gdb
#options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
1993-10-17 07:41:34 +03:00
options RCONSOLE # fast rasterop console
1994-12-07 17:45:54 +03:00
options SYSVMSG,SYSVSEM,SYSVSHM
1994-12-05 12:17:30 +03:00
options "COMPAT_09", "COMPAT_10"
# 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
#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
# Options for SPARCstation hardware
options COMPAT_SUNOS # compatibility with SunOS binaries
config netbsd root on sd0 swap on sd0
1994-12-07 17:45:54 +03:00
mainbus0 at root
cpu0 at mainbus0
sbus0 at mainbus0
audio0 at mainbus0
auxreg0 at mainbus0
clock0 at mainbus0
memreg0 at mainbus0
timer0 at mainbus0
zs0 at mainbus0
zs1 at mainbus0
# FSBE/S or sun4m
espdma0 at sbus0 slot ? offset ?
espdma* at sbus0 slot ? offset ?
esp0 at espdma? slot ? offset ?
esp* at espdma? slot ? offset ?
# old sun4c SCSI
dma0 at sbus0 slot ? offset ?
dma* at sbus0 slot ? offset ?
esp0 at sbus0 slot ? offset ?
esp* at sbus0 slot ? offset ?
# old sun4c
le0 at sbus? slot ? offset ?
le* at sbus? slot ? offset ?
bwtwo0 at sbus? slot ? offset ?
bwtwo* at sbus? slot ? offset ?
cgthree0 at sbus? slot ? offset ?
cgthree* at sbus? slot ? offset ?
cgsix0 at sbus? slot ? offset ?
cgsix* at sbus? slot ? offset ?
1994-09-18 03:43:56 +04:00
scsibus* at esp?
# drives here, drives there...
sd* at scsibus? target ? drive ?
st* at scsibus? target ? drive ?
cd* at scsibus? target ? drive ?
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