GENERIC revision 1.32
11.32Sjdolecek#	$NetBSD: GENERIC,v 1.32 2000/09/24 15:59:36 jdolecek Exp $
21.1Sws#
31.5Sthorpej# First try for PPC config file
41.1Sws#
51.1Sws
61.13Ssakamotoinclude "arch/ofppc/conf/std.ofppc"
71.23Shubertf
81.32Sjdolecek#ident 		"GENERIC-$Revision: 1.32 $"
91.1Sws
101.1Swsmaxusers	32
111.1Sws
121.6Slukemoptions 	EXEC_AOUT
131.1Sws
141.1Sws# various hacks due to bugs in Openfirmware implementation
151.6Slukemoptions 	FIRMWORKSBUGS
161.1Sws
171.6Slukemoptions 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
181.5Sthorpejoptions 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
191.5Sthorpej# HMAC key to be used for debugging sessions
201.5Sthorpejoptions 	IPKDBKEY="\"HMAC pass phrase text\""
211.5Sthorpejoptions 	IPKDBSECURE	# Allow debugging even when securelevel > 0
221.1Swsmakeoptions	DEBUG="-g"
231.1Sws
241.5Sthorpejoptions 	DEBUG
251.5Sthorpejoptions 	DIAGNOSTIC
261.5Sthorpejoptions 	TRAP_PANICWAIT
271.9Ssakamoto#options	DDB
281.9Ssakamoto#options	DDB_HISTORY_SIZE=100    # Enable history editing in DDB
291.5Sthorpej
301.6Slukemoptions 	TCP_COMPAT_42
311.6Slukemoptions 	COMPAT_43
321.6Slukemoptions 	COMPAT_09
331.6Slukemoptions 	COMPAT_10
341.6Slukemoptions 	COMPAT_12
351.8Skleinkoptions 	COMPAT_13
361.19Saugustssoptions 	COMPAT_14
371.11Sdrochneroptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
381.1Sws
391.4Sthorpejfile-system 	FFS
401.4Sthorpejfile-system 	MFS
411.4Sthorpejfile-system 	NFS
421.4Sthorpejfile-system 	CD9660
431.4Sthorpejfile-system 	MSDOSFS
441.4Sthorpejfile-system 	FDESC
451.4Sthorpejfile-system 	KERNFS
461.4Sthorpejfile-system 	NULLFS
471.22Swrstudenfile-system 	OVERLAY		# overlay file system
481.4Sthorpejfile-system 	PORTAL
491.4Sthorpejfile-system 	PROCFS
501.4Sthorpejfile-system 	UMAPFS
511.4Sthorpejfile-system 	UNION
521.1Sws
531.6Slukemoptions 	NFSSERVER
541.12Sbouyer#options 	FFS_EI		# FFS Endian Independant support
551.28Sfvdloptions 	SOFTDEP         # FFS soft updates support.
561.21Sitojun
571.6Slukemoptions 	INET
581.21Sitojunoptions 	INET6		# IPV6
591.21Sitojun#options 	IPSEC		# IP security
601.21Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
611.21Sitojun#options 	IPSEC_DEBUG	# debug for IP security
621.6Slukemoptions 	NMBCLUSTERS=1024
631.1Sws
641.4Sthorpejconfig		netbsd	root on ? type ?
651.1Sws
661.10Smycroftmainbus0	at root
671.1Sws
681.10Smycroftofbus*		at mainbus?
691.10Smycroftofbus*		at ofbus?
701.1Sws
711.10Smycroftofdisk*		at ofbus?
721.1Sws
731.10Smycroftofnet*		at ofbus?
741.3Swsipkdbif0	at ofnet?
751.1Sws
761.10Smycroftofcons*		at ofbus?
771.1Sws
781.10Smycroftofrtc*		at ofbus?
791.1Sws
801.1Swspseudo-device	loop
811.5Sthorpejpseudo-device	bpfilter	8	# packet filter
821.21Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
831.21Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
841.26Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
851.32Sjdolecekpseudo-device	pty			# pseudo-terminals
861.17Soster#pseudo-device	raid		4	# RAIDframe disk driver
871.25Ssimonb#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
881.7Sfair# rnd is EXPERIMENTAL
891.7Sfair#pseudo-device	rnd			# /dev/random and in-kernel generator
901.18Shwr#pseudo-device	gre		2	# generic L3 over IP tunnel
91