GENERIC revision 1.15
1#	$NetBSD: GENERIC,v 1.15 1998/06/26 01:54:04 lukem 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#options	UVM
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_386BSD_MBRPART # recognize old partition ID
37
38file-system 	FFS
39file-system 	MFS
40file-system 	NFS
41file-system 	CD9660
42file-system 	MSDOSFS
43file-system 	FDESC
44file-system 	KERNFS
45file-system 	NULLFS
46file-system 	PORTAL
47file-system 	PROCFS
48file-system 	UMAPFS
49file-system 	UNION
50
51options 	NFSSERVER
52#options 	FFS_EI		# FFS Endian Independant 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# rnd is EXPERIMENTAL
77#pseudo-device	rnd			# /dev/random and in-kernel generator
78