GENERIC revision 1.19
1#	$NetBSD: GENERIC,v 1.19 1999/07/29 10:37:21 augustss 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
53options 	INET
54options 	NMBCLUSTERS=1024
55
56config		netbsd	root on ? type ?
57
58mainbus0	at root
59
60ofbus*		at mainbus?
61ofbus*		at ofbus?
62
63ofdisk*		at ofbus?
64
65ofnet*		at ofbus?
66ipkdbif0	at ofnet?
67
68ofcons*		at ofbus?
69
70ofrtc*		at ofbus?
71
72pseudo-device	loop
73pseudo-device	bpfilter	8	# packet filter
74pseudo-device	pty		64
75#pseudo-device	raid		4	# RAIDframe disk driver
76# rnd is EXPERIMENTAL
77#pseudo-device	rnd			# /dev/random and in-kernel generator
78#pseudo-device	gre		2	# generic L3 over IP tunnel
79