#	$NetBSD: GENERIC,v 1.27.2.3 2000/10/04 08:24:27 itojun Exp $
#
# First try for PPC config file
#

include "arch/ofppc/conf/std.ofppc"

#ident 		"GENERIC-$Revision: 1.27.2.3 $"

maxusers	32

options 	EXEC_AOUT

# various hacks due to bugs in Openfirmware implementation
options 	FIRMWORKSBUGS

options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
# HMAC key to be used for debugging sessions
options 	IPKDBKEY="\"HMAC pass phrase text\""
options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
makeoptions	DEBUG="-g"

options 	DEBUG
options 	DIAGNOSTIC
options 	TRAP_PANICWAIT
#options	DDB
#options	DDB_HISTORY_SIZE=100    # Enable history editing in DDB

options 	TCP_COMPAT_42
options 	COMPAT_43
options 	COMPAT_09
options 	COMPAT_10
options 	COMPAT_12
options 	COMPAT_13
options 	COMPAT_14
options 	COMPAT_386BSD_MBRPART # recognize old partition ID

file-system 	FFS
file-system 	MFS
file-system 	NFS
file-system 	CD9660
file-system 	MSDOSFS
file-system 	FDESC
file-system 	KERNFS
file-system 	NULLFS
file-system 	OVERLAY		# overlay file system
file-system 	PORTAL
file-system 	PROCFS
file-system 	UMAPFS
file-system 	UNION

options 	NFSSERVER
#options 	FFS_EI		# FFS Endian Independant support
options 	SOFTDEP         # FFS soft updates support.

options 	INET
options 	INET6		# IPV6
#options 	IPSEC		# IP security
#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
#options 	IPSEC_DEBUG	# debug for IP security
options 	NMBCLUSTERS=1024

config		netbsd	root on ? type ?

mainbus0	at root

ofbus*		at mainbus?
ofbus*		at ofbus?

ofdisk*		at ofbus?

ofnet*		at ofbus?
ipkdbif0	at ofnet?

ofcons*		at ofbus?

ofrtc*		at ofbus?

pseudo-device	loop
pseudo-device	bpfilter	8	# packet filter
pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
pseudo-device	pty		64	# pseudo-terminals
#pseudo-device	raid		4	# RAIDframe disk driver
#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
# rnd is EXPERIMENTAL
pseudo-device	rnd			# /dev/random and in-kernel generator
#pseudo-device	gre		2	# generic L3 over IP tunnel
