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