KGDB revision 1.1
1#	$NetBSD: KGDB,v 1.1 1996/06/15 14:34:32 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
21makeoptions DEBUG="-g"			# symbols for kgdb + nm
22options 	KGDB
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 root on slow SunOS/Sun3 servers (sigh...)
40options 	NFS_BOOT_RWSIZE=1024
41options 	LANCE_REVC_BUG	# Sun3 machines have the old, buggy LANCE
42
43# Compatability options
44options 	COMPAT_SUNOS	# can run SunOS 4.1.1 executables
45#options 	COMPAT_09	# NetBSD 0.9,
46options 	COMPAT_10	# NetBSD 1.0,
47options 	COMPAT_11	# NetBSD 1.1,
48options 	COMPAT_43	# and 4.3BSD
49options 	TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
50options 	UCONSOLE	# Allow non-root TIOCCONS
51
52# Sun3-specific debugging options
53options 	PMAP_DEBUG
54#options 	VMFAULT_TRACE
55#options 	SYSCALL_DEBUG
56#options 	EXEC_DEBUG
57options 	DIAGNOSTIC
58#options 	SCSIDEBUG
59options 	NCR5380_DEBUG
60
61config		netbsd swap generic
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# Intel Ethernet (onboard, or VME)
77ie0 at obio0 addr ? level ?
78ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75
79
80# Lance Ethernet (only onboard)
81le0 at obio0 addr ? level ?
82
83#
84# Disk and tape devices
85#
86
87# Sun3 "si" SCSI controller (NCR 5380)
88si0 at obio0 addr ? level ?
89si0 at vmes0 addr 0xff200000 level 2 vect 0x40
90si1 at vmes0 addr 0xff204000 level 2 vect 0x41
91
92# Xylogics 7053 controllers
93# xdc0 at vmel0 addr 0xffffee80 level 2 vect 0x44
94# xdc1 at vmel0 addr 0xffffee90 level 2 vect 0x45
95# xd* at xdc? drive ?
96
97# Xylogics 450/451 controllers
98# xyc0 at vmes0 addr 0xffffee40 level 2 vect 0x48
99# xyc1 at vmes0 addr 0xffffee48 level 2 vect 0x49
100# xy* at xyc? drive ?
101
102# Xylogics 472 tape controllers?
103
104#
105# Frame buffer devices
106#
107
108# The default cgfour address depends on the machine:
109# 3/60: obmem 0xFF200000 .. 0xFF9fffff
110# 3/110: different? (not tested)
111cgfour0 at obmem0 addr ?
112
113# 3/60 P4 accelerated 8-bit color frame buffer
114# cgsix0 at obmem0 addr ?
115
116# 3/60 P4 24-bit color frame buffer
117# cgeight0 at obmem0 addr ?
118
119# The default bwtwo address depends on the machine:
120# 3/50: obmem   0x100000
121# else: obmem 0xff000000
122bwtwo0 at obmem0 addr ?
123# 3/60 P4 color frame buffer overlay plane, or P4 monochrome frame buffer
124#bwtwo1 at obmem0 addr 0xff300000
125# 3/60 plug-in color frame buffer overlay plane
126#bwtwo1 at obmem0 addr 0xff400000
127
128# Sun-3 color board, or CG5 8-bit VME frame buffer.
129cgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8
130
131# Support for the CG9 24-bit VME frame buffer.
132# cgnine0 at vmel0 addr 0x08000000
133
134#
135# SCSI infrastructure
136#
137scsibus* at scsi?
138
139# Sun compatible scsi device mappings
140sd0 at scsibus? target 0 lun 0
141sd1 at scsibus? target 0 lun 1
142sd2 at scsibus? target 1 lun 0
143sd3 at scsibus? target 1 lun 1
144sd* at scsibus? target ? lun ?
145
146st0 at scsibus? target 4 lun 0
147st1 at scsibus? target 5 lun 0
148st* at scsibus? target ? lun ?
149
150cd0 at scsibus? target 6 lun 0
151cd* at scsibus? target ? lun ?
152
153#ch* at scsibus? target ? lun ?
154
155# RAM-disk drivers
156pseudo-device	rd	2
157
158# Misc.
159pseudo-device	loop	1		# network loopback
160pseudo-device	bpfilter 8		# packet filter
161pseudo-device	sl	2		# CSLIP
162pseudo-device	ppp	2		# PPP
163pseudo-device	tun	2		# network tunneling over tty
164
165pseudo-device	pty	64		# pseudo-terminals
166#pseudo-device	vnd	4		# paging to files
167