GENERIC revision 1.11
1#	$NetBSD: GENERIC,v 1.11 1994/12/21 23:54:11 gwr Exp $
2
3#
4# GENERIC kernel - supports root on: le0, sd*
5#
6
7include "std.sun3"
8
9# Machines to be supported by this kernel
10options		"SUN3_50"
11options		"SUN3_60"
12options		"SUN3_110"
13options		"SUN3_160"
14options		"SUN3_260"
15options		GENERIC
16
17# Needs to be set per system.  i.e change these as you see fit
18maxusers	4
19options		TIMEZONE=300		# minutes west of GMT (for param.c)
20options 	DST=2			# daylight savings rules (for param.c)
21
22# Standard system options
23options		SWAPPAGER, VNODEPAGER, DEVPAGER	# paging
24options		KTRACE				# system call tracing support
25#makeoptions	DEBUG="-g"			# symbols for kgdb + nm
26# I use DDB by copying in the symbols with dbsym.
27options		DDB
28options		SYMTAB_SPACE=89000
29
30# Filesystem options
31options 	NFSSERVER			# nfs server support
32options 	NFSCLIENT			# nfs client support
33options 	FFS				# ufs file system
34
35# Networking options
36options		INET				# IP prototol stack support
37
38# Compatability options
39options		COMPAT_SUNOS	# can run SunOS 4.1.1 executables
40options		COMPAT_09	# NetBSD 0.9,
41options		COMPAT_10	# NetBSD 1.0,
42options		COMPAT_43	# and 4.3BSD
43options		TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
44
45# Sun3-specific debugging options
46options 	CONTEXT_DEBUG
47options 	PMAP_DEBUG
48#options 	VMFAULT_TRACE
49#options 	SYSCALL_DEBUG
50options 	EXEC_DEBUG
51options 	DIAGNOSTIC
52options 	SCSIDEBUG
53
54config		netbsd swap generic
55
56# Devices
57
58ie0 at obio? addr ? level ?
59le0 at obio? addr ? level ?
60
61si0 at obio? addr ? level ?
62
63scsibus* at scsi?
64sd* at scsibus? target ? lun ?
65st* at scsibus? target ? lun ?
66cd* at scsibus? target ? lun ?
67#ch* at scsibus? target ? lun ?
68
69pseudo-device	loop
70pseudo-device	pty
71