GENERIC3X revision 1.4
1#	$NetBSD: GENERIC3X,v 1.4 1997/03/24 17:39:05 gwr Exp $
2#
3# GENERIC Sun3x (3/80, 3/470)
4# Supports root on: le0, sd*
5#
6
7include "arch/sun3x/conf/std.sun3x"
8
9# Machines to be supported by this kernel
10# options 	FPU_EMULATE		# XXX - Ever needed?
11
12# Needs to be set per system.  i.e change these as you see fit
13maxusers	4
14
15# Standard system options
16options 	KTRACE			# system call tracing support
17
18# Debugging options.  Uncomment either these:
19options 	DDB
20# ... or these for KGDB (gdb remote target)
21#makeoptions DEBUG="-g"		# debugging symbols for gdb
22#options 	KGDB
23#options 	KGDBDEV=0x0C01	# ttya=0C00 ttyb=0C01
24
25# Filesystem options
26file-system 	FFS		# ufs file system
27file-system 	NFS		# nfs client support
28file-system 	CD9660		# ISO 9660 + Rock Ridge file system
29file-system 	FDESC		# /dev/fd/*
30file-system 	KERNFS		# /kern
31file-system 	NULLFS		# loopback file system
32file-system 	PROCFS		# /proc
33file-system 	UNION		# union file system
34file-system 	MFS		# memory-based filesystem
35
36options 	NFSSERVER	# nfs server support
37options 	FIFO		# FIFOs; RECOMMENDED
38
39# Networking options
40options 	INET		# IP prototol stack support
41#options	GATEWAY		# IP packet forwarding
42options 	TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
43# XXX - Work-around for root on slow servers (insurance...)
44options 	NFS_BOOT_RWSIZE=1024
45
46# Compatability options
47options 	COMPAT_SUNOS	# can run SunOS 4.1.1 executables
48options 	COMPAT_43	# and 4.3BSD and ...
49options 	COMPAT_12	# NetBSD 1.2
50options 	UCONSOLE	# Allow non-root TIOCCONS
51
52# Sun3x-specific debugging options
53#options 	PMAP_DEBUG
54#options 	VMFAULT_TRACE
55#options 	SYSCALL_DEBUG
56#options 	EXEC_DEBUG
57#options 	DIAGNOSTIC
58#options 	SCSIDEBUG
59
60config		netbsd root on ? type ?
61
62#
63# Serial ports
64#
65zstty0 at zsc1 channel 0	# ttya
66zstty1 at zsc1 channel 1	# ttyb
67
68kbd0   at zsc0 channel 0	# keyboard
69ms0    at zsc0 channel 1	# mouse
70
71#
72# Network devices
73#
74
75# Lance Ethernet (only onboard)
76le0 at obio0 addr 0x65002000 ipl 3
77
78#
79# Disk and tape devices
80#
81
82# Emulex SCSI (3/80 only)
83esp0 at obio0 addr 0x66000000 ipl 2
84
85#
86# Frame buffer devices
87#
88
89# bwtwo - Monochrome frame buffer.
90bwtwo0 at obmem0 addr 0x50400000 ipl 4
91
92#
93# SCSI infrastructure
94#
95scsibus* at scsi?
96
97sd* at scsibus? target ? lun ?		# SCSI disks
98st* at scsibus? target ? lun ?		# SCSI tapes
99cd* at scsibus? target ? lun ?		# SCSI CD-ROMs
100ch* at scsibus? target ? lun ?		# SCSI changer devices
101ss* at scsibus? target ? lun ?		# SCSI scanners
102uk* at scsibus? target ? lun ?		# unknown SCSI devices
103
104# Memory-disk drivers
105pseudo-device	md	2
106
107# Misc.
108pseudo-device	loop	1		# network loopback
109pseudo-device	bpfilter 8		# packet filter
110pseudo-device	sl	2		# CSLIP
111pseudo-device	ppp	2		# PPP
112pseudo-device	tun	2		# network tunneling over tty
113#pseudo-device	ipfilter		# ip filter
114
115pseudo-device	pty	64		# pseudo-terminals
116#pseudo-device	vnd	4		# paging to files
117#pseudo-device	ccd	4		# concatenated disks
118