GENERIC revision 1.3
1#	$NetBSD: GENERIC,v 1.3 2000/01/23 23:46:12 hubertf Exp $
2#
3#	GENERIC LUNA68K
4#
5include		"arch/luna68k/conf/std.luna68k"
6
7#ident 		"GENERIC-$Revision: 1.3 $"
8
9maxusers	8
10
11options		M68030
12#options	M68040
13#options 	FPSP	# on m68040 to emulate some missing FP instructions
14
15# Needs to be set per system.  i.e change these as you see fit
16
17# Standard system options
18options 	NTP			# NTP phase/frequency locked loop
19options 	KTRACE
20#options 	SYSVMSG			# System V message queues
21#options 	SYSVSEM			# System V semaphores
22#options 	SYSVSHM			# System V shared memory
23#optoins 	SHMMAXPGS=1024		# 1024 pages is the default
24#options 	LKM			# loadable kernel modules
25#options 	NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
26#options 	UCONSOLE		# users can redirect console (unsafe)
27
28# Debugging options
29options 	DDB
30#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
31#options	SYMTAB_SPACE=72000	# place DDB symbols in data segment
32#options 	DEBUG			# extra kernel debugging support
33#options 	DIAGNOSTIC		# extra kernel sanity checking
34#options 	SCSIVERBOSE		# Verbose SCSI errors
35#options 	SCSIDEBUG
36#makeoptions	DEBUG="-g"		# compile full symbol table
37
38# Compatability options
39options 	COMPAT_43	# and 4.3BSD and ...
40options 	COMPAT_12	# NetBSD 1.2 binary compatibility
41options 	COMPAT_13	# NetBSD 1.3 binary compatibility
42options 	COMPAT_14	# NetBSD 1.4 binary compatibility
43
44# Filesystem options
45file-system 	FFS		# ufs file system
46#file-system	LFS		# log-structured file system
47file-system 	NFS		# nfs client support
48file-system	MFS
49#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
50#file-system	MSDOSFS		# MS-DOS FAT file system
51file-system 	KERNFS		# /kern
52file-system 	PROCFS		# /proc
53#file-system 	FDESC		# /dev/fd/*
54file-system 	NULLFS		# loopback file system
55#file-system	PORTAL		# portal filesystem (still experimental)
56#file-system	UMAPFS		# NULLFS + uid and gid remapping
57#file-system 	UNION		# union file system
58#file-system	CODA		# Coda File System; also needs vcode (below)
59
60#options 	NFSSERVER	# nfs server support
61#options 	QUOTA		# ffs quotas
62#options 	FFS_EI		# ffs endian independant support
63#options	SOFTDEP		# ffs soft updates support
64
65# Pull in config fragments for kernel crypto. This is required for
66# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
67# one of these, based on whether you use crypto-us or crypto-intl, and
68# adjust the prefixes as necessary.
69
70#prefix ../crypto-us/sys
71#cinclude "conf/files.crypto-us"
72#prefix
73
74#prefix ../crypto-intl/sys
75#cinclude "conf/files.crypto-intl"
76#prefix
77
78# Networking options
79options 	INET		# IP prototol stack support
80#options 	INET6		# IPV6
81#options 	IPSEC		# IP security
82#options 	IPSEC_ESP	# IP securyty (encryption part; define w/IPSEC)
83#options 	IPSEC_DEBUG	# debug for IP security
84#options	GATEWAY		# IP packet forwarding
85#options 	MROUTING	# IP multicast routing
86#options 	TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
87#options 	NS		# XNS
88#options 	NSIP		# XNS tunneling over IP
89#options 	ISO,TPIP	# OSI
90#options 	EON		# OSI tunneling over IP
91#options 	CCITT,LLC,HDLC	# X.25
92#options 	NETATALK	# AppleTalk networking protocols
93#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
94#options 	PPP_DEFLATE	# Deflate compression support for PPP
95#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
96#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
97#options 	IPFILTER_LOG	# ipmon(8) log support
98options 	NFS_BOOT_DHCP	# superset of BOOTP
99
100# WS console uses SUN or VT100 terminal emulation
101options 	WSEMUL_VT100
102
103config		netbsd root on ? type nfs
104
105mainbus0 at root
106
107clock0	at mainbus0
108
109# uPD7201 SIO
110sio0	at mainbus0
111siotty0	at sio0			# ttya
112ws0	at sio0			# port for keyboard and mouse
113# AM7990 LANCE
114le0	at mainbus0
115# MB89532 SPC
116spc0	at mainbus0
117#spc1	at mainbus0		# 2nd SCSI on LUNA-II
118# framebuffer
119fb0	at mainbus0		# 16 or 256 pseudo color
120
121# Workstation Console attachments
122wsdisplay*	at fb?
123wskbd*		at ws? console ?
124#wsmouse*	at ws?		# not supported, yet...
125
126# SCSI bus support
127scsibus* at spc?
128
129# SCSI devices
130sd* at scsibus? target ? lun ?		# SCSI disks
131st* at scsibus? target ? lun ?		# SCSI tapes
132#cd* at scsibus? target ? lun ?		# SCSI CD-ROMs
133#ch* at scsibus? target ? lun ?		# SCSI changer devices
134#ss* at scsibus? target ? lun ?		# SCSI scanners
135#uk* at scsibus? target ? lun ?		# unknown SCSI devices
136
137pseudo-device	bpfilter	2	# Berkeley Packet Filter
138#pseudo-device	ccd		2	# concatenated and striped disks
139#pseudo-device	gre		2	# generic L3 over IP tunnel
140#pseudo-device	ipfilter	1	# ip filter
141pseudo-device	loop		1	# loopback interface; required
142pseudo-device	md		1	# memory disk device
143#pseudo-device	ppp		1	# PPP interfaces
144pseudo-device	pty		32	# pseudo-terminals
145#pseudo-device	raid		2	# RAIDframe disk driver
146#pseudo-device	sl		1	# SLIP interfaces
147#pseudo-device	tun		2	# Network "tunnel" device
148#pseudo-device	vnd		2	# disk-like interface to files
149
150# rnd is EXPERIMENTAL
151#pseudo-device	rnd			# /dev/random and in-kernel generator
152#options 	RND_COM			# use "com" randomness too
153