GENERIC revision 1.20
1#	$NetBSD: GENERIC,v 1.20 1999/11/15 19:10:54 fvdl Exp $
2#
3# First try for PPC config file
4#
5
6include "arch/ofppc/conf/std.ofppc"
7
8maxusers	32
9
10options 	EXEC_AOUT
11
12# various hacks due to bugs in Openfirmware implementation
13options 	FIRMWORKSBUGS
14
15options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
16options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
17# HMAC key to be used for debugging sessions
18options 	IPKDBKEY="\"HMAC pass phrase text\""
19options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
20makeoptions	DEBUG="-g"
21
22options 	DEBUG
23options 	DIAGNOSTIC
24options 	TRAP_PANICWAIT
25#options	DDB
26#options	DDB_HISTORY_SIZE=100    # Enable history editing in DDB
27
28options 	TCP_COMPAT_42
29options 	COMPAT_43
30options 	COMPAT_09
31options 	COMPAT_10
32options 	COMPAT_12
33options 	COMPAT_13
34options 	COMPAT_14
35options 	COMPAT_386BSD_MBRPART # recognize old partition ID
36
37file-system 	FFS
38file-system 	MFS
39file-system 	NFS
40file-system 	CD9660
41file-system 	MSDOSFS
42file-system 	FDESC
43file-system 	KERNFS
44file-system 	NULLFS
45file-system 	PORTAL
46file-system 	PROCFS
47file-system 	UMAPFS
48file-system 	UNION
49
50options 	NFSSERVER
51#options 	FFS_EI		# FFS Endian Independant support
52#options 	SOFTDEP         # FFS soft updates support.
53
54options 	INET
55options 	NMBCLUSTERS=1024
56
57config		netbsd	root on ? type ?
58
59mainbus0	at root
60
61ofbus*		at mainbus?
62ofbus*		at ofbus?
63
64ofdisk*		at ofbus?
65
66ofnet*		at ofbus?
67ipkdbif0	at ofnet?
68
69ofcons*		at ofbus?
70
71ofrtc*		at ofbus?
72
73pseudo-device	loop
74pseudo-device	bpfilter	8	# packet filter
75pseudo-device	pty		64
76#pseudo-device	raid		4	# RAIDframe disk driver
77# rnd is EXPERIMENTAL
78#pseudo-device	rnd			# /dev/random and in-kernel generator
79#pseudo-device	gre		2	# generic L3 over IP tunnel
80