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