xref: /csrg-svn/sys/sparc/conf/GENERIC.sparc (revision 64780)
1*64780Storek#	@(#)GENERIC.sparc	8.2 (Berkeley) 10/30/93
259180Storek#
359180Storek# Generic SPARC
459180Storek
559180Storekinclude	"std.sparc"
659180Storek
759779Storekmaxusers	8
859779Storek
959779Storek# does not really do anything anymore, but this replaces "ident GENERIC"
1059180Storekoptions		GENERIC
1159779Storek
1259779Storek# needs to be set per system
1359779Storekoptions		TIMEZONE="'8*60'"	# minutes west of GMT (for param.c)
1459779Storekoptions		DST=1			# daylight savings rules (for param.c)
1559779Storek
1659779Storek# Standard system options
1759779Storekoptions		SWAPPAGER, VNODEPAGER, DEVPAGER	# paging
1859779Storekoptions		DEBUG, DIAGNOSTIC	# extra kernel debugging
1959779Storekoptions		KTRACE			# system call tracing support
2059779Storekoptions		KGDB			# support for kernel gdb
2159779Storekoptions		KGDBDEV=0xc01, KGDBRATE=38400	# device & baud rate
2259779Storekmakeoptions	DEBUG="-g"			# symbols for kgdb
2359779Storekoptions		RCONSOLE		# fast rasterop console
24*64780Storek#options	SYSVSHM, SHMMAXPGS=1024	# System V shared memory
2559779Storek
2659779Storek# Filesystem options
2759779Storekoptions		FIFO		# POSIX fifo support (in all filesystems)
2859779Storekoptions		FFS, QUOTA	# fast filesystem with user and group quotas
2959779Storekoptions		MFS		# memory-based filesystem
3059779Storekoptions		NFS		# Sun NFS-compatible filesystem
3159779Storekoptions		LOFS		# Loop-back filesystem
3259779Storek#options	KERNFS		# kernel data-structure filesystem
3359779Storekoptions		FDESC		# user file descriptor filesystem
3459779Storek#options	UMAPFS		# uid/gid remapping filesystem
3559779Storek#options	LFS		# Log-based filesystem (still experimental)
3659779Storek#options	PORTAL		# portal filesystem (still experimental)
3759779Storek
3859779Storek# Networking options
3959180Storekoptions		INET
4059779Storek#options	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
4159779Storek#options	GATEWAY		# IP packet forwarding
4259779Storek#options	ISO		# OSI networking
4359779Storek#options	TPIP
4459779Storek#options	EON
4559180Storek
4659779Storek# Options for SPARCstation hardware
4759779Storekoptions		COMPAT_SUNOS		# compatibility with SunOS binaries
4859779Storek
4959180Storekconfig		vmunix	swap generic
5059180Storek
5159180Storekdma*	at sbus0 slot ? offset ?
5259180Storekesp*	at sbus0 slot ? offset ?	# nb., esp is a `scsi'
5359180Storek
5459180Storektg0	at esp? target 0
5559180Storektg*	at scsi? target ?
5659180Storeksd0	at tg0 drive 0
5759180Storeksd*	at tg? drive ?
5859180Storek
5959180Storekbwtwo*	at sbus? slot ? offset ?
6059180Storekcgthree* at sbus? slot ? offset ?
61*64780Storekcgsix*	at sbus? slot ? offset ?
6259180Storek
6359180Storekle*	at sbus? slot ? offset ?
6459180Storek
6559180Storekpseudo-device	loop
6659180Storekpseudo-device	pty
6759180Storekpseudo-device	sl
68