GENERIC revision 1.25
1#	$NetBSD: GENERIC,v 1.25 2000/02/29 06:32:28 simonb Exp $
2#
3# First try for PPC config file
4#
5
6include "arch/ofppc/conf/std.ofppc"
7
8#ident 		"GENERIC-$Revision: 1.25 $"
9
10maxusers	32
11
12options 	EXEC_AOUT
13
14# various hacks due to bugs in Openfirmware implementation
15options 	FIRMWORKSBUGS
16
17options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
18options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
19# HMAC key to be used for debugging sessions
20options 	IPKDBKEY="\"HMAC pass phrase text\""
21options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
22makeoptions	DEBUG="-g"
23
24options 	DEBUG
25options 	DIAGNOSTIC
26options 	TRAP_PANICWAIT
27#options	DDB
28#options	DDB_HISTORY_SIZE=100    # Enable history editing in DDB
29
30options 	TCP_COMPAT_42
31options 	COMPAT_43
32options 	COMPAT_09
33options 	COMPAT_10
34options 	COMPAT_12
35options 	COMPAT_13
36options 	COMPAT_14
37options 	COMPAT_386BSD_MBRPART # recognize old partition ID
38
39file-system 	FFS
40file-system 	MFS
41file-system 	NFS
42file-system 	CD9660
43file-system 	MSDOSFS
44file-system 	FDESC
45file-system 	KERNFS
46file-system 	NULLFS
47file-system 	OVERLAY		# overlay file system
48file-system 	PORTAL
49file-system 	PROCFS
50file-system 	UMAPFS
51file-system 	UNION
52
53options 	NFSSERVER
54#options 	FFS_EI		# FFS Endian Independant support
55#options 	SOFTDEP         # FFS soft updates support.
56
57# Pull in config fragments for kernel crypto.  This is required for
58# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
59# one of these, based on whether you use crypto-us or crypto-intl, and
60# adjust the prefixes as necessary.
61
62#prefix ../crypto-us/sys
63#cinclude "conf/files.crypto-us"
64#prefix
65
66#prefix ../crypto-intl/sys
67#cinclude "conf/files.crypto-intl"
68#prefix
69
70options 	INET
71options 	INET6		# IPV6
72#options 	IPSEC		# IP security
73#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
74#options 	IPSEC_DEBUG	# debug for IP security
75options 	NMBCLUSTERS=1024
76
77config		netbsd	root on ? type ?
78
79mainbus0	at root
80
81ofbus*		at mainbus?
82ofbus*		at ofbus?
83
84ofdisk*		at ofbus?
85
86ofnet*		at ofbus?
87ipkdbif0	at ofnet?
88
89ofcons*		at ofbus?
90
91ofrtc*		at ofbus?
92
93pseudo-device	loop
94pseudo-device	bpfilter	8	# packet filter
95pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
96#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
97pseudo-device	pty		64
98#pseudo-device	raid		4	# RAIDframe disk driver
99#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
100# rnd is EXPERIMENTAL
101#pseudo-device	rnd			# /dev/random and in-kernel generator
102#pseudo-device	gre		2	# generic L3 over IP tunnel
103