DISKLESS3X revision 1.13
1# $NetBSD: DISKLESS3X,v 1.13 1998/02/08 05:10:46 gwr Exp $
2
3# DISKLESS Sun3X (3/80, 3/470)
4# Root and swap on NFS
5# Includes devices needed to run as an X-terminal
6
7include "arch/sun3/conf/std.sun3x"
8
9# Machines to be supported by this kernel
10# options 	FPU_EMULATE	# XXX - Ever needed?
11# options 	HAVE_IOCACHE	# XXX - Not yet supported.
12
13# Needs to be set per system.  i.e change these as you see fit
14maxusers	2
15
16# Standard system options
17options 	KTRACE		# system call tracing
18options 	SYSVMSG		# System V message queues
19options 	SYSVSEM		# System V semaphores
20options 	SYSVSHM		# System V shared memory
21#options 	SHMMAXPGS=1024	# 1024 pages is the default
22#options 	LKM		# loadable kernel modules
23#options 	INSECURE	# disable kernel security level
24#options 	UCONSOLE	# Allow non-root TIOCCONS
25
26# Which kernel debugger?  Uncomment either this:
27options 	DDB
28# ... or these for KGDB (gdb remote target)
29#makeoptions DEBUG="-g"		# debugging symbols for gdb
30#options 	KGDB
31#options 	KGDBDEV=0x0C01	# ttya=0C00 ttyb=0C01
32
33# Other debugging options
34#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
35#options 	DEBUG		# kernel debugging code
36#options 	DIAGNOSTIC	# extra kernel sanity checking
37#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
38#options 	PMAP_DEBUG
39
40# Compatability options
41options 	COMPAT_SUNOS	# can run SunOS 4.1.1 executables
42options 	COMPAT_43	# and 4.3BSD and ...
43options 	COMPAT_10	# NetBSD 1.0
44options 	COMPAT_11	# NetBSD 1.1
45options 	COMPAT_12	# NetBSD 1.2
46options 	COMPAT_13	# NetBSD 1.3
47
48# Filesystem options
49#file-system	FFS		# Berkeley Fast Filesystem
50file-system	NFS		# Sun NFS client support
51#file-system	CD9660		# ISO 9660 + Rock Ridge file system
52#file-system	MSDOSFS		# MS-DOS FAT file system
53file-system	FDESC		# /dev/fd/*
54file-system	KERNFS		# /kern
55file-system	NULLFS		# loopback file system
56file-system	PROCFS		# /proc
57#file-system	UNION		# union file system
58#file-system	MFS		# memory-based filesystem
59
60options 	FIFO		# FIFOs; RECOMMENDED
61#options 	NFSSERVER	# nfs server support
62#options 	QUOTA		# FFS quotas
63
64# Networking options
65options 	INET		# IP prototol stack support
66options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
67#options 	GATEWAY		# IP packet forwarding
68#options 	ISO,TPIP	# OSI networking
69#options 	EON		# OSI tunneling over IP
70#options 	CCITT,LLC,HDLC	# X.25
71#options 	PFIL_HOOKS	# pfil(9) packet filter hooks.
72
73# Work-around for root on slow servers (insurance...)
74options 	NFS_BOOT_RWSIZE=1024
75options 	NFS_BOOT_BOOTPARAM
76
77config		netbsd root on ? type nfs
78
79# On-board I/O space (required)
80include "arch/sun3/conf/obio.sun3x"
81
82# On-board memory (optional)
83# See frame-buffers
84obmem0 at mainbus?
85
86#
87# Serial ports
88#
89zstty0	at zsc1 channel 0	# ttya
90zstty1	at zsc1 channel 1	# ttyb
91
92kbd0	at zsc0 channel 0	# keyboard
93ms0	at zsc0 channel 1	# mouse
94
95#
96# Network devices
97#
98
99# Intel Ethernet (onboard, or VME)
100ie0 at obio0 addr 0x65000000 ipl 3
101#ie1 at vme2  addr   0xe88000 ipl 3 vect 0x75
102
103# Lance Ethernet (only onboard)
104le0 at obio0 addr 0x65002000 ipl 3
105
106#
107# Frame buffer devices
108#
109
110# P4 Monochrome frame buffer.
111bwtwo0  at obmem0 addr 0x50300000
112
113# P4 8-bit color frame buffer
114cgfour0 at obmem0 addr 0x50300000
115
116# P4 accelerated 8-bit color frame buffer
117# cgsix0  at obmem0 addr 0x50000000
118
119# P4 24-bit color frame buffer
120# cgeight0 at obmem0 addr 0x50300000
121
122# Sun-3 color board, or CG5 8-bit frame buffer (VME A24/D16).
123# This driver is going to need work in its mmap function.
124# cgtwo0 at vme2 addr 0x400000 ipl 4 vect 0xA8
125
126# Support for the CG9 24-bit frame buffer (VME A32/D32).
127# cgnine0 at vme5 addr 0x08000000 ipl 4 vect 0xAA
128
129# Misc.
130pseudo-device	loop		1	# network loopback
131pseudo-device	bpfilter	8	# packet filter
132pseudo-device	sl		2	# CSLIP
133pseudo-device	ppp		2	# PPP
134pseudo-device	tun		2	# network tunneling over tty
135#pseudo-device	ipfilter		# ip filter
136
137pseudo-device	pty		32	# pseudo-terminals
138