xref: /original-bsd/sys/sparc/conf/GENERIC.sparc (revision f4a18198)
1#	@(#)GENERIC.sparc	8.3 (Berkeley) 04/24/94
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		"CD9660"	# ISO 9660 (CDROM) filesystem
32options		UNION		# Union filesystem
33options		KERNFS		# kernel data-structure filesystem
34options		FDESC		# user file descriptor filesystem
35#options	PROCFS		# /proc filesystem
36#options	UMAPFS		# uid/gid remapping filesystem
37#options	NULLFS		# null layer filesystem
38#options	LFS		# Log-based filesystem (still experimental)
39#options	PORTAL		# portal filesystem (still experimental)
40
41# Networking options
42options		INET
43#options	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
44#options	GATEWAY		# IP packet forwarding
45#options	ISO		# OSI networking
46#options	TPIP
47#options	EON
48
49# Options for SPARCstation hardware
50options		COMPAT_SUNOS		# compatibility with SunOS binaries
51
52config		vmunix	swap generic
53
54dma*	at sbus0 slot ? offset ?
55esp*	at sbus0 slot ? offset ?	# nb., esp is a `scsi'
56
57tg0	at esp? target 0
58tg*	at scsi? target ?
59sd0	at tg0 drive 0
60sd*	at tg? drive ?
61
62bwtwo*	at sbus? slot ? offset ?
63cgthree* at sbus? slot ? offset ?
64cgsix*	at sbus? slot ? offset ?
65
66le*	at sbus? slot ? offset ?
67
68pseudo-device	loop
69pseudo-device	pty
70pseudo-device	sl
71