GENERIC revision 1.19
1#	$NetBSD: GENERIC,v 1.19 1995/04/03 22:03:38 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 	FPU_EMULATE
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=97000
30
31# Filesystem options
32options 	NFSSERVER			# nfs server support
33options 	NFSCLIENT			# nfs client support
34options 	FFS				# ufs file system
35options 	FDESC		# /dev/fd/*
36options		FIFO		# FIFOs; RECOMMENDED
37options		KERNFS		# /kern
38options		NULLFS		# loopback file system
39options		PROCFS		# /proc
40options		UNION		# union file system
41
42# Networking options
43options		INET				# IP prototol stack support
44# XXX - Work-around for slow SunOS/Sun3 servers (sigh...)
45options 	NFS_BOOT_RWSIZE=1024
46
47# Compatability options
48options		COMPAT_SUNOS	# can run SunOS 4.1.1 executables
49options		COMPAT_09	# NetBSD 0.9,
50options		COMPAT_10	# NetBSD 1.0,
51options		COMPAT_43	# and 4.3BSD
52options		TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
53
54# Sun3-specific debugging options
55options 	CONTEXT_DEBUG
56options 	PMAP_DEBUG
57#options 	VMFAULT_TRACE
58#options 	SYSCALL_DEBUG
59options 	EXEC_DEBUG
60options 	DIAGNOSTIC
61options 	SCSIDEBUG
62
63config		netbsd swap generic
64
65# Devices
66
67bwtwo0 at obmem? addr ?
68cgfour0 at obmem? addr ?
69
70ie0 at obio0 addr ? level ?
71ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75
72
73le0 at obio0 addr ? level ?
74
75si0 at obio0 addr ? level ?
76si0 at vmes0 addr 0xff200000 level 2 vect 0x40
77si1 at vmes0 addr 0xff204000 level 2 vect 0x41
78
79scsibus* at scsi?
80
81# Sun compatible scsi device mappings
82sd0 at scsibus? target 0 lun 0
83sd1 at scsibus? target 0 lun 1
84sd2 at scsibus? target 1 lun 0
85sd3 at scsibus? target 1 lun 1
86sd* at scsibus? target ? lun ?
87
88st0 at scsibus? target 4 lun 0
89st1 at scsibus? target 5 lun 0
90st* at scsibus? target ? lun ?
91
92cd0 at scsibus? target 6 lun 0
93cd* at scsibus? target ? lun ?
94
95#ch* at scsibus? target ? lun ?
96
97pseudo-device	loop	1		# network loopback
98pseudo-device	bpfilter 8		# packet filter
99pseudo-device	sl	2		# CSLIP
100pseudo-device	ppp	2		# PPP
101pseudo-device	tun	2		# network tunneling over tty
102
103pseudo-device	pty	64		# pseudo-terminals
104#pseudo-device	vnd	4		# paging to files
105
106