Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.21
      1 #	$NetBSD: GENERIC,v 1.21 1999/11/21 14:00:42 itojun Exp $
      2 #
      3 # First try for PPC config file
      4 #
      5 
      6 include "arch/ofppc/conf/std.ofppc"
      7 
      8 maxusers	32
      9 
     10 options 	EXEC_AOUT
     11 
     12 # various hacks due to bugs in Openfirmware implementation
     13 options 	FIRMWORKSBUGS
     14 
     15 options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
     16 options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
     17 # HMAC key to be used for debugging sessions
     18 options 	IPKDBKEY="\"HMAC pass phrase text\""
     19 options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
     20 makeoptions	DEBUG="-g"
     21 
     22 options 	DEBUG
     23 options 	DIAGNOSTIC
     24 options 	TRAP_PANICWAIT
     25 #options	DDB
     26 #options	DDB_HISTORY_SIZE=100    # Enable history editing in DDB
     27 
     28 options 	TCP_COMPAT_42
     29 options 	COMPAT_43
     30 options 	COMPAT_09
     31 options 	COMPAT_10
     32 options 	COMPAT_12
     33 options 	COMPAT_13
     34 options 	COMPAT_14
     35 options 	COMPAT_386BSD_MBRPART # recognize old partition ID
     36 
     37 file-system 	FFS
     38 file-system 	MFS
     39 file-system 	NFS
     40 file-system 	CD9660
     41 file-system 	MSDOSFS
     42 file-system 	FDESC
     43 file-system 	KERNFS
     44 file-system 	NULLFS
     45 file-system 	PORTAL
     46 file-system 	PROCFS
     47 file-system 	UMAPFS
     48 file-system 	UNION
     49 
     50 options 	NFSSERVER
     51 #options 	FFS_EI		# FFS Endian Independant support
     52 #options 	SOFTDEP         # FFS soft updates support.
     53 
     54 # Pull in config fragments for kernel crypto.  This is required for
     55 # options IPSEC etc. to work. If you want to run with IPSEC, uncomment
     56 # one of these, based on whether you use crypto-us or crypto-intl, and
     57 # adjust the prefixes as necessary.
     58 
     59 #prefix ../crypto-us/sys
     60 #cinclude "conf/files.crypto-us"
     61 #prefix
     62 
     63 #prefix ../crypto-intl/sys
     64 #cinclude "conf/files.crypto-intl"
     65 #prefix
     66 
     67 options 	INET
     68 options 	INET6		# IPV6
     69 #options 	IPSEC		# IP security
     70 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     71 #options 	IPSEC_DEBUG	# debug for IP security
     72 options 	NMBCLUSTERS=1024
     73 
     74 config		netbsd	root on ? type ?
     75 
     76 mainbus0	at root
     77 
     78 ofbus*		at mainbus?
     79 ofbus*		at ofbus?
     80 
     81 ofdisk*		at ofbus?
     82 
     83 ofnet*		at ofbus?
     84 ipkdbif0	at ofnet?
     85 
     86 ofcons*		at ofbus?
     87 
     88 ofrtc*		at ofbus?
     89 
     90 pseudo-device	loop
     91 pseudo-device	bpfilter	8	# packet filter
     92 pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
     93 #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
     94 pseudo-device	pty		64
     95 #pseudo-device	raid		4	# RAIDframe disk driver
     96 # rnd is EXPERIMENTAL
     97 #pseudo-device	rnd			# /dev/random and in-kernel generator
     98 #pseudo-device	gre		2	# generic L3 over IP tunnel
     99