xref: /original-bsd/sys/sparc/conf/SPARC (revision 3705696b)
1#	@(#)SPARC	8.1 (Berkeley) 06/29/93
2#
3# SPARCstation 1, 1+, 2, etc.
4
5include	"std.sparc"
6
7# obsolete timezone spec
8options               TIMEZONE=480, DST=1
9
10# Standard system options
11options		SWAPPAGER, VNODEPAGER, DEVPAGER	# paging
12options		DEBUG, DIAGNOSTIC	# extra kernel debugging
13options		KTRACE			# system call tracing support
14options		KGDB			# support for kernel gdb
15options		KGDBDEV=0xc01, KGDBRATE=38400	# device & baud rate
16options		RCONSOLE		# fast rasterop console
17
18# Filesystem options
19options		FIFO		# POSIX fifo support (in all filesystems)
20options		FFS, QUOTA	# fast filesystem with user and group quotas
21options		MFS		# memory-based filesystem
22options		NFS		# Sun NFS-compatible filesystem
23options		LOFS		# Loop-back filesystem
24#options	KERNFS		# kernel data-structure filesystem
25options		FDESC		# user file descriptor filesystem
26#options	UMAPFS		# uid/gid remapping filesystem
27#options	LFS		# Log-based filesystem (still experimental)
28#options	PORTAL		# portal filesystem (still experimental)
29
30# Networking options
31options		INET
32#options	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
33#options	GATEWAY		# IP packet forwarding
34#options	ISO		# OSI networking
35#options	TPIP
36#options	EON
37
38# Options for SPARCstation hardware
39options		COMPAT_SUNOS		# compatibility with SunOS binaries
40
41config		vmunix	root on sd0 swap on sd0 and sd1 and sd2 and sd3
42
43dma*	at sbus0 slot ? offset ?
44esp*	at sbus0 slot ? offset ?	# nb., esp is a `scsi'
45
46tg*	at scsi? target ?
47sd*	at tg? drive ?
48
49bwtwo*	at sbus? slot ? offset ?
50cgthree* at sbus? slot ? offset ?
51
52le*	at sbus? slot ? offset ?
53
54pseudo-device	loop
55pseudo-device	pty
56pseudo-device	sl
57