xref: /original-bsd/sys/sparc/conf/SPARC (revision f4a18198)
1#	@(#)SPARC	8.3 (Berkeley) 04/24/94
2#
3# SPARCstation 1, 1+, 2, etc.
4
5include	"std.sparc"
6
7# needs to be set per system
8options		TIMEZONE="'8*60'"	# minutes west of GMT (for param.c)
9options		DST=1			# daylight savings rules (for param.c)
10
11# Standard system options
12options		SWAPPAGER, VNODEPAGER, DEVPAGER	# paging
13options		DEBUG, DIAGNOSTIC	# extra kernel debugging
14options		KTRACE			# system call tracing support
15options		KGDB			# support for kernel gdb
16options		KGDBDEV=0xc01, KGDBRATE=38400	# device & baud rate
17#makeoptions	DEBUG="-g"		# symbols for kgdb
18options		RCONSOLE		# fast rasterop console
19#options	SYSVSHM, SHMMAXPGS=1024	# System V shared memory
20
21# Filesystem options
22options		FIFO		# POSIX fifo support (in all filesystems)
23options		FFS, QUOTA	# fast filesystem with user and group quotas
24options		MFS		# memory-based filesystem
25options		NFS		# Sun NFS-compatible filesystem
26options		"CD9660"	# ISO 9660 (CDROM) filesystem
27options		UNION		# Union filesystem
28options		KERNFS		# kernel data-structure filesystem
29options		FDESC		# user file descriptor filesystem
30#options	PROCFS		# /proc filesystem
31#options	UMAPFS		# uid/gid remapping filesystem
32#options	NULLFS		# null layer filesystem
33#options	LFS		# Log-based filesystem (still experimental)
34#options	PORTAL		# portal filesystem (still experimental)
35
36# Networking options
37options		INET
38#options	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
39#options	GATEWAY		# IP packet forwarding
40#options	ISO		# OSI networking
41#options	TPIP
42#options	EON
43
44# Options for SPARCstation hardware
45options		COMPAT_SUNOS		# compatibility with SunOS binaries
46
47config		vmunix	root on sd0 swap on sd0 and sd1 and sd2 and sd3
48
49dma*	at sbus0 slot ? offset ?
50esp*	at sbus0 slot ? offset ?	# nb., esp is a `scsi'
51
52tg0	at esp? target 0
53tg*	at scsi? target ?
54sd0	at tg0 drive 0
55sd*	at tg? drive ?
56
57bwtwo*	at sbus? slot ? offset ?
58cgthree* at sbus? slot ? offset ?
59cgsix*	at sbus? slot ? offset ?
60
61le*	at sbus? slot ? offset ?
62
63pseudo-device	loop
64pseudo-device	pty
65pseudo-device	sl
66