xref: /original-bsd/sys/sparc/conf/GENERIC.sparc (revision 3705696b)
1#	@(#)GENERIC.sparc	8.1 (Berkeley) 06/11/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
25# Filesystem options
26options		FIFO		# POSIX fifo support (in all filesystems)
27options		FFS, QUOTA	# fast filesystem with user and group quotas
28options		MFS		# memory-based filesystem
29options		NFS		# Sun NFS-compatible filesystem
30options		LOFS		# Loop-back filesystem
31#options	KERNFS		# kernel data-structure filesystem
32options		FDESC		# user file descriptor filesystem
33#options	UMAPFS		# uid/gid remapping filesystem
34#options	LFS		# Log-based filesystem (still experimental)
35#options	PORTAL		# portal filesystem (still experimental)
36
37# Networking options
38options		INET
39#options	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
40#options	GATEWAY		# IP packet forwarding
41#options	ISO		# OSI networking
42#options	TPIP
43#options	EON
44
45# Options for SPARCstation hardware
46options		COMPAT_SUNOS		# compatibility with SunOS binaries
47
48config		vmunix	swap generic
49
50dma*	at sbus0 slot ? offset ?
51esp*	at sbus0 slot ? offset ?	# nb., esp is a `scsi'
52
53tg0	at esp? target 0
54tg*	at scsi? target ?
55sd0	at tg0 drive 0
56sd*	at tg? drive ?
57
58bwtwo*	at sbus? slot ? offset ?
59cgthree* at sbus? slot ? offset ?
60
61le*	at sbus? slot ? offset ?
62
63pseudo-device	loop
64pseudo-device	pty
65pseudo-device	sl
66