GENERIC revision 1.13
1#	$NetBSD: GENERIC,v 1.13 1995/02/11 21:01:20 gwr Exp $
2
3#
4# GENERIC kernel - supports root on: ie0, 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 	FPCOPROC
16options		GENERIC
17
18# Needs to be set per system.  i.e change these as you see fit
19maxusers	4
20options		TIMEZONE=300		# minutes west of GMT (for param.c)
21options 	DST=2			# daylight savings rules (for param.c)
22
23# Standard system options
24options		SWAPPAGER, VNODEPAGER, DEVPAGER	# paging
25options		KTRACE				# system call tracing support
26#makeoptions	DEBUG="-g"			# symbols for kgdb + nm
27# I use DDB by copying in the symbols with dbsym.
28options		DDB
29options		SYMTAB_SPACE=89000
30
31# Filesystem options
32options 	NFSSERVER			# nfs server support
33options 	NFSCLIENT			# nfs client support
34options 	FFS				# ufs file system
35
36# Networking options
37options		INET				# IP prototol stack support
38# XXX - Work-around for slow SunOS/Sun3 servers (sigh...)
39options 	NFS_BOOT_RWSIZE=1024
40
41# Compatability options
42options		COMPAT_SUNOS	# can run SunOS 4.1.1 executables
43options		COMPAT_09	# NetBSD 0.9,
44options		COMPAT_10	# NetBSD 1.0,
45options		COMPAT_43	# and 4.3BSD
46options		TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
47
48# Sun3-specific debugging options
49options 	CONTEXT_DEBUG
50options 	PMAP_DEBUG
51#options 	VMFAULT_TRACE
52#options 	SYSCALL_DEBUG
53options 	EXEC_DEBUG
54options 	DIAGNOSTIC
55options 	SCSIDEBUG
56
57config		netbsd swap generic
58
59# Devices
60
61ie0 at obio0 addr ? level ?
62ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75
63
64le0 at obio0 addr ? level ?
65
66si0 at obio0 addr ? level ?
67si0 at vmes0 addr 0xff200000 level 2 vect 0x40
68si1 at vmes0 addr 0xff204000 level 2 vect 0x41
69
70scsibus* at scsi?
71sd* at scsibus? target ? lun ?
72st* at scsibus? target ? lun ?
73cd* at scsibus? target ? lun ?
74#ch* at scsibus? target ? lun ?
75
76pseudo-device	loop
77pseudo-device	pty
78