xref: /csrg-svn/sys/pmax/conf/MAXP (revision 60023)
159833Sralph#
259833Sralph# Standard DECstation 3100 or 5000
359833Sralph#
4*60023Sralph#	@(#)MAXP	7.3 (Berkeley) 05/15/93
559833Sralph#
659833Sralphmachine		pmax
759833Sralph
859833Sralphcpu		"DS5000"
959833Sralphident		MAXP
1059833Sralph
1159833Sralphtimezone	8 dst
1259833Sralphmaxusers	48
1359833Sralph
1459834Sralph# Standard system options
1559834Sralphoptions		SWAPPAGER		# swap pager (anonymous and swap space)
1659834Sralphoptions		VNODEPAGER		# vnode pager (mapped files)
1759834Sralphoptions		DEVPAGER		# device pager (mapped devices)
1859834Sralphoptions		DIAGNOSTIC		# extra kernel debugging checks
1959834Sralphoptions		DEBUG			# extra kernel debugging support
2059834Sralphoptions		"COMPAT_43"		# compatibility with 4.3BSD binaries
2159834Sralphoptions		KTRACE			# system call tracing support
2259834Sralphoptions		"NKMEMCLUSTERS=1024"	# 4K pages in kernel malloc pool
2359834Sralph#options	KGDB			# support for kernel gdb
2459834Sralph#options	"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
2559834Sralph#options	"KGDBDEV=15*256+0"	# device for kernel gdb
2659834Sralph
2759834Sralph# Filesystem options
2859834Sralphoptions		FIFO		# POSIX fifo support (in all filesystems)
2959834Sralphoptions		FFS,QUOTA	# fast filesystem with user and group quotas
3059834Sralphoptions		MFS		# memory-based filesystem
3159834Sralphoptions		NFS		# Sun NFS-compatible filesystem
3259834Sralphoptions		LOFS		# Loop-back filesystem
3359834Sralphoptions		KERNFS		# kernel data-structure filesystem
3459834Sralphoptions		FDESC		# user file descriptor filesystem
3559834Sralph#options	UMAPFS		# uid/gid remapping filesystem
3659834Sralph#options	NULLFS		# null layer filesystem
3759834Sralph#options	LFS		# Log-based filesystem (still experimental)
3859834Sralph#options	PORTAL		# portal filesystem (still experimental)
3959834Sralph
4059834Sralph# Networking options
4159834Sralphoptions		INET		# Internet protocols
4259834Sralphoptions		"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
4359834Sralphoptions		GATEWAY		# IP packet forwarding
4459834Sralph#options	MULTICAST	# Multicast support
4559834Sralph#options	MROUTING	# Multicast routing support
4659834Sralph#options	ISO		# OSI networking
4759833Sralph#options	TPIP
4859833Sralph#options	EON
4959833Sralph
5059833Sralph
5159833Sralph#config		vmunix swap generic
5259833Sralphconfig		vmunix root on rz0a swap on rz0b dumps on rz0b
5359833Sralph
5459833Sralphcontroller	dtop0	at nexus0 csr ?
5559833Sralphcontroller	dc0	at nexus0 csr ?
5659833Sralphcontroller	xcfb0	at nexus0 csr ?
5759833Sralphcontroller	cfb0	at nexus0 csr ?
5859833Sralphcontroller	mfb0	at nexus0 csr ?
5959833Sralphcontroller	pm0	at nexus0 csr ?
6059833Sralphcontroller	scc0	at nexus0 csr ?
61*60023Sralphcontroller	scc1	at nexus0 csr ?
6259833Sralphcontroller	le0	at nexus0 csr ?
6359833Sralphmaster		sii0	at nexus0 csr ?
6459833Sralphdisk		rz0	at sii0 drive 0 slave 0
6559834Sralphdisk		rz1	at sii0 drive 1 slave 0
6659834Sralphdisk		rz2	at sii0 drive 2 slave 0
6759834Sralphdisk		rz3	at sii0 drive 3 slave 0
6859834Sralphdisk		rz4	at sii0 drive 4 slave 0
6959833Sralphmaster		asc0	at nexus0 csr ?
7059833Sralphdisk		rz0	at asc0 drive 0 slave 0
7159833Sralphdisk		rz1	at asc0 drive 1 slave 0
7259833Sralphdisk		rz2	at asc0 drive 2 slave 0
7359833Sralphdisk		rz3	at asc0 drive 3 slave 0
7459833Sralphdisk		rz4	at asc0 drive 4 slave 0
7559833Sralphtape		tz0	at asc0 drive 5 slave 0
7659833Sralphtape		tz1	at asc0 drive 6 slave 0
7759833Sralph
7859834Sralphpseudo-device	sl		 4	# serial-line IP ports
7959834Sralphpseudo-device	pty		64	# pseudo ptys
8059834Sralphpseudo-device	bpfilter	16	# packet filter ports
8159833Sralphpseudo-device	ite
8259833Sralphpseudo-device	loop
8359833Sralphpseudo-device	ether
84