NetBSD/sys/arch/sparc/conf/SUN4

92 lines
2.5 KiB
Plaintext
Raw Normal View History

1994-12-17 00:53:43 +03:00
# $NetBSD: SUN4,v 1.8 1994/12/16 21:53:45 deraadt Exp $
1994-11-20 23:51:32 +03:00
1994-10-03 00:59:56 +03:00
# Kernel for Theo's wimpy sparcstation IPC
1994-12-07 17:45:54 +03:00
machine sparc
1994-10-03 00:59:56 +03:00
options "SUN4"
# obsolete timezone spec
1994-12-07 17:45:54 +03:00
options TIMEZONE=0, DST=0
1994-10-03 00:59:56 +03:00
# 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
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"
1994-10-03 00:59:56 +03:00
# Filesystem options
options FFS
options NFSSERVER # Sun NFS-compatible filesystem
options NFSCLIENT # Sun NFS-compatible filesystem
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
options LKM
# Options for SPARCstation hardware
options COMPAT_SUNOS # compatibility with SunOS binaries
config netbsd root nfs swap nfs
1994-12-07 17:45:54 +03:00
mainbus0 at root
cpu0 at mainbus0
obio0 at mainbus0
vmes0 at mainbus0
vmel0 at mainbus0
clock0 at obio0 addr 0xf2000000
1994-12-17 00:53:43 +03:00
oclock0 at obio0 addr 0xf3000000
1994-12-07 17:45:54 +03:00
memreg0 at obio0 addr 0xf4000000
timer0 at obio0 addr 0xef000000
zs0 at obio0 addr 0xf1000000 level 12 flags 0x103
zs1 at obio0 addr 0xf0000000 level 12 flags 0x103
zs2 at obio0 addr 0xe0000000 level 12 flags 0x103
dma0 at obio0 addr 0xfa001000 level 4
esp0 at obio0 addr 0xfa000000 level 4
le0 at obio0 addr 0xf9000000 level 6
1994-12-17 00:53:43 +03:00
ie0 at obio0 addr 0xf6000000 level 6
ie1 at vmes0 addr 0xe88000 level 5 vect 0x75
ie2 at vmes0 addr 0x31ff02 level 5 vect 0x76
ie3 at vmes0 addr 0x35ff02 level 5 vect 0x77
ie4 at vmes0 addr 0x2dff02 level 5 vect 0x7c
1994-12-07 17:45:54 +03:00
1994-10-03 00:59:56 +03:00
scsibus* at esp?
sd* at scsibus? target ? drive ?
st* at scsibus? target ? drive ?
cd* at scsibus? target ? drive ?
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