xref: /netbsd/sys/arch/next68k/conf/SLAB (revision bf9ec67e)
1# $NetBSD: SLAB,v 1.12 2002/04/25 15:06:34 atatat Exp $
2#
3# deberg's development machine
4#
5#
6
7include "arch/next68k/conf/std.next68k"
8
9#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
10
11# Needs to be set per system.  i.e change these as you see fit
12maxusers	16
13
14# Standard system options
15options 	KTRACE		# system call tracing
16options 	SYSVMSG		# System V message queues
17options 	SYSVSEM		# System V semaphores
18options 	SYSVSHM		# System V shared memory
19#options 	SHMMAXPGS=1024	# 1024 pages is the default
20
21options 	LKM		# loadable kernel modules
22options 	INSECURE	# disable kernel security level
23options 	UCONSOLE	# Allow non-root TIOCCONS
24#options 	USERCONF	# userconf(4) support
25#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
26
27options 	DEBUG		# kernel debugging code
28options 	DIAGNOSTIC	# extra kernel sanity checking
29
30# Which kernel debugger?  Uncomment either this:
31options 	DDB
32options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
33
34# ... or these for KGDB (gdb remote target)
35makeoptions	DEBUG="-g"		# debugging symbols for gdb
36#options 	KGDB			# support for kernel gdb
37#options 	KGDB_DEV=0xc01		# kgdb device number (dev_t)
38#options 	KGDB_DEVRATE=9600	# baud rate
39
40# Other debugging options
41options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
42#options 	PMAP_DEBUG
43options 	SCSIDEBUG
44options 	SCSIVERBOSE		# Verbose SCSI errors
45options 	SWAPDEBUG
46
47# Compatibility options
48#options 	COMPAT_43	# and 4.3BSD and ...
49#options 	COMPAT_44	# and 4.4BSD and ...
50#options 	COMPAT_09	# NetBSD 0.9
51#options 	COMPAT_10	# NetBSD 1.0
52#options 	COMPAT_11	# NetBSD 1.1
53#options 	COMPAT_12	# NetBSD 1.2
54#options 	COMPAT_13	# NetBSD 1.3
55options 	COMPAT_14	# NetBSD 1.4
56
57#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
58
59#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
60#options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
61#options 	COMPAT_SUNOS	# can run SunOS 4.1.1 executables
62#options 	COMPAT_SVR4	# can run SVR4 executables
63#options 	COMPAT_LINUX	# can run Linux/m68k executables
64options 	COMPAT_AOUT_M68K # support for NetBSD a.out executables
65options 	EXEC_AOUT	# support for a.out executables
66
67# File systems
68#file-system 	FFS		# UFS
69#file-system 	EXT2FS		# second extended file system (linux)
70#file-system 	LFS		# log-structured file system
71file-system 	MFS		# memory file system
72file-system 	NFS		# Network File System client
73#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
74#file-system 	MSDOSFS		# MS-DOS file system
75file-system 	FDESC		# /dev/fd
76file-system 	KERNFS		# /kern
77file-system 	NULLFS		# loopback file system
78#file-system 	PORTAL		# portal filesystem (still experimental)
79#file-system 	PROCFS		# /proc
80#file-system 	UMAPFS		# NULLFS + uid and gid remapping
81#file-system 	UNION		# union file system
82
83#options 	NFSSERVER	# nfs server support
84#options 	QUOTA		# FFS quotas
85#options 	SOFTDEP		# FFS soft updates support.
86#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
87				# immutable) behave as system flags.
88
89# Networking options
90#options 	GATEWAY		# packet forwarding
91options 	INET		# IP + ICMP + TCP + UDP
92options 	INET6		# IPV6
93#options 	IPSEC		# IP security
94#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
95#options 	IPSEC_DEBUG	# debug for IP security
96#options 	MROUTING	# IP multicast routing
97#options 	NS		# XNS
98#options 	NSIP		# XNS tunneling over IP
99#options 	ISO,TPIP	# OSI
100#options 	EON		# OSI tunneling over IP
101#options 	CCITT,LLC,HDLC	# X.25
102#options 	NETATALK	# AppleTalk networking protocols
103#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
104#options 	PPP_DEFLATE	# Deflate compression support for PPP
105#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
106#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
107#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
108
109# NeXT specific options
110options 	M68040
111options 	M68030
112options 	FPSP
113#options 	FPU_EMULATE
114
115options 	ZS_CONSOLE_ABORT	# drop to debugger on break
116#options 	SERCONSOLE		# use serial console
117
118options 	NFS_BOOT_BOOTP
119options 	NFS_BOOT_DHCP
120
121# wscons options
122options 	RCONS_2BPP		# necessary for nextdisplay
123options 	RCONS_16BPP		# necessary for nextdisplay
124#options 	WSEMUL_SUN		# sun terminal emulation
125options 	WSEMUL_VT100		# VT100 / VT220 emulation
126options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
127options 	WSDISPLAY_COMPAT_USL		# VT handling
128options 	WSDISPLAY_COMPAT_RAWKBD	# can get raw scancodes
129# see dev/wskbdmap_next.h for implemented layouts
130#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
131
132config		netbsd root on ? type ?
133
134#
135# Device configuration
136#
137
138# The root node:
139mainbus0 at root
140
141#fpu0 at mainbus?
142
143# device space
144intio0	at mainbus?
145
146nextkbd0	at intio? ipl 3
147nextdisplay0	at mainbus?
148
149wsdisplay*	at nextdisplay? console ?
150wskbd*		at nextkbd? console ?
151
152# INTIO
153zsc0	at intio? ipl 5
154#zsc1	at intio? ipl 5
155
156xe*	at intio? ipl 3			# ethernet
157
158#esp0	at intio? ipl 3	flags 0xff00	# Turn off sync negotiation
159
160#
161# Serial ports
162#
163zstty0	at zsc0 channel 0	# ttya
164zstty1	at zsc0 channel 1	# ttyb
165
166# SCSI bus support
167#scsibus* at scsi?
168
169# SCSI devices
170#sd*	at scsibus? target ? lun ?	# SCSI disk drives
171#st*	at scsibus? target ? lun ?	# SCSI tape drives
172#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
173#ch*	at scsibus? target ? lun ?	# SCSI autochangers
174#se*	at scsibus? target ? lun ?	# SCSI ethernet
175#ss*	at scsibus? target ? lun ?	# SCSI scanners
176#uk*	at scsibus? target ? lun ?	# SCSI unknown
177
178
179# Memory-disk drivers
180pseudo-device	md		2
181
182# Misc.
183pseudo-device	loop		1	# network loopback
184pseudo-device	bpfilter	8	# packet filter
185pseudo-device	sl		2	# CSLIP
186pseudo-device	ppp		2	# PPP
187pseudo-device	tun		2	# network tunneling over tty
188#pseudo-device	gre		2	# generic L3 over IP tunnel
189pseudo-device	ipfilter		# ip filter
190pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
191#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
192#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
193# rnd is EXPERIMENTAL
194#pseudo-device	rnd			# /dev/random and in-kernel generator
195#pseudo-device	wsmux			# mouse & keyboard multiplexor
196
197pseudo-device	pty			# pseudo-terminals
198pseudo-device	vnd		4	# paging to files
199#pseudo-device	raid		4	# RAIDframe disk driver
200#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
201pseudo-device	ccd		4	# concatenated disks
202