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