58 lines
1.2 KiB
Plaintext
58 lines
1.2 KiB
Plaintext
#
|
|
# GENERIC DECstation 3100
|
|
#
|
|
# from: @(#)GENERIC.3100 7.4 (Berkeley) 7/25/92
|
|
# $Id: GENERIC.3100,v 1.3 1994/01/14 19:50:47 deraadt Exp $
|
|
machine pmax
|
|
|
|
cpu "DS3100"
|
|
ident GENERIC
|
|
|
|
timezone 8 dst
|
|
|
|
# Standard 4.3-Reno options
|
|
maxusers 48
|
|
options INET
|
|
#options NS
|
|
#options KADB
|
|
options QUOTA
|
|
options FIFO
|
|
options SWAPPAGER, VNODEPAGER, DEVPAGER
|
|
options NFSSERVER,NFSCLIENT
|
|
options MFS
|
|
options FFS
|
|
options DIAGNOSTIC
|
|
options "TCP_COMPAT_42"
|
|
options "COMPAT_43"
|
|
options KTRACE
|
|
#options GATEWAY # slip needs this for packet forwarding
|
|
options ULTRIXCOMPAT # must define COMPAT_43 too
|
|
options DEBUG
|
|
options "NKMEMCLUSTERS=512"
|
|
|
|
# OSI stuff:
|
|
#options ISO
|
|
#options TPIP
|
|
#options EON
|
|
|
|
|
|
config netbsd swap generic
|
|
#config netbsd root on rz0a swap on rz0b dumps on rz0b
|
|
|
|
controller pm0 at nexus0 csr 0x8fc00000
|
|
controller dc0 at nexus0 csr 0xbc000000
|
|
controller le0 at nexus0 csr 0xb8000000
|
|
master sii0 at nexus0 csr 0xba000000
|
|
disk rz0 at sii0 drive 0 slave 0
|
|
disk rz1 at sii0 drive 1 slave 0
|
|
disk rz2 at sii0 drive 2 slave 0
|
|
disk rz3 at sii0 drive 3 slave 0
|
|
disk rz4 at sii0 drive 4 slave 0
|
|
tape tz0 at sii0 drive 5 slave 0
|
|
tape tz1 at sii0 drive 6 slave 0
|
|
|
|
pseudo-device ite
|
|
pseudo-device pty
|
|
pseudo-device loop
|
|
pseudo-device ether
|