GENERIC revision 1.24
1#	$NetBSD: GENERIC,v 1.24 1995/10/08 23:38:43 gwr Exp $
2
3#
4# GENERIC Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
5# Supports root on: ie0, le0, sd*, ...
6#
7
8include "std.sun3"
9
10# Machines to be supported by this kernel
11options		GENERIC
12options 	FPU_EMULATE
13options 	HAVECACHE		# Sun3/260 VAC
14
15# Needs to be set per system.  i.e change these as you see fit
16maxusers	4
17
18# Standard system options
19options		SWAPPAGER, VNODEPAGER, DEVPAGER	# paging
20options		KTRACE				# system call tracing support
21#makeoptions	DEBUG="-g"			# symbols for kgdb + nm
22options		DDB
23
24# Filesystem options
25options 	NFSSERVER			# nfs server support
26options 	NFSCLIENT			# nfs client support
27options 	FFS				# ufs file system
28#
29options		CD9660		# ISO 9660 + Rock Ridge file system
30options 	FDESC		# /dev/fd/*
31options		FIFO		# FIFOs; RECOMMENDED
32options		KERNFS		# /kern
33options		NULLFS		# loopback file system
34options 	PROCFS		# /proc
35options 	UNION		# union 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 obmem0 addr ?
63cgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8
64cgfour0 at obmem0 addr ?
65
66ie0 at obio0 addr ? level ?
67ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75
68
69le0 at obio0 addr ? level ?
70
71si0 at obio0 addr ? level ?
72si0 at vmes0 addr 0xff200000 level 2 vect 0x40
73si1 at vmes0 addr 0xff204000 level 2 vect 0x41
74
75scsibus* at scsi?
76
77# Sun compatible scsi device mappings
78sd0 at scsibus? target 0 lun 0
79sd1 at scsibus? target 0 lun 1
80sd2 at scsibus? target 1 lun 0
81sd3 at scsibus? target 1 lun 1
82sd* at scsibus? target ? lun ?
83
84st0 at scsibus? target 4 lun 0
85st1 at scsibus? target 5 lun 0
86st* at scsibus? target ? lun ?
87
88cd0 at scsibus? target 6 lun 0
89cd* at scsibus? target ? lun ?
90
91#ch* at scsibus? target ? lun ?
92
93rd0 at mainbus?
94rd1 at mainbus?
95
96pseudo-device	loop	1		# network loopback
97pseudo-device	bpfilter 8		# packet filter
98pseudo-device	sl	2		# CSLIP
99pseudo-device	ppp	2		# PPP
100pseudo-device	tun	2		# network tunneling over tty
101
102pseudo-device	pty	64		# pseudo-terminals
103#pseudo-device	vnd	4		# paging to files
104