GENERIC revision 1.16
1#	$NetBSD: GENERIC,v 1.16 1995/03/10 02:31:29 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
62bwtwo0 at obmem? addr ?
63cgfour0 at obmem? addr ?
64
65ie0 at obio0 addr ? level ?
66ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75
67
68le0 at obio0 addr ? level ?
69
70si0 at obio0 addr ? level ?
71si0 at vmes0 addr 0xff200000 level 2 vect 0x40
72si1 at vmes0 addr 0xff204000 level 2 vect 0x41
73
74scsibus* at scsi?
75
76# Sun compatible scsi device mappings
77sd0 at scsibus? target 0 lun 0
78sd1 at scsibus? target 0 lun 1
79sd2 at scsibus? target 1 lun 0
80sd3 at scsibus? target 1 lun 1
81sd* at scsibus? target ? lun ?
82
83st0 at scsibus? target 4 lun 0
84st1 at scsibus? target 5 lun 0
85st* at scsibus? target ? lun ?
86
87cd0 at scsibus? target 6 lun 0
88cd* at scsibus? target ? lun ?
89
90#ch* at scsibus? target ? lun ?
91
92pseudo-device	loop
93pseudo-device	pty
94