Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.22
      1 #	$NetBSD: GENERIC,v 1.22 2000/01/20 19:12:34 wrstuden 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 	OVERLAY		# overlay file system
     46 file-system 	PORTAL
     47 file-system 	PROCFS
     48 file-system 	UMAPFS
     49 file-system 	UNION
     50 
     51 options 	NFSSERVER
     52 #options 	FFS_EI		# FFS Endian Independant support
     53 #options 	SOFTDEP         # FFS soft updates support.
     54 
     55 # Pull in config fragments for kernel crypto.  This is required for
     56 # options IPSEC etc. to work. If you want to run with IPSEC, uncomment
     57 # one of these, based on whether you use crypto-us or crypto-intl, and
     58 # adjust the prefixes as necessary.
     59 
     60 #prefix ../crypto-us/sys
     61 #cinclude "conf/files.crypto-us"
     62 #prefix
     63 
     64 #prefix ../crypto-intl/sys
     65 #cinclude "conf/files.crypto-intl"
     66 #prefix
     67 
     68 options 	INET
     69 options 	INET6		# IPV6
     70 #options 	IPSEC		# IP security
     71 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     72 #options 	IPSEC_DEBUG	# debug for IP security
     73 options 	NMBCLUSTERS=1024
     74 
     75 config		netbsd	root on ? type ?
     76 
     77 mainbus0	at root
     78 
     79 ofbus*		at mainbus?
     80 ofbus*		at ofbus?
     81 
     82 ofdisk*		at ofbus?
     83 
     84 ofnet*		at ofbus?
     85 ipkdbif0	at ofnet?
     86 
     87 ofcons*		at ofbus?
     88 
     89 ofrtc*		at ofbus?
     90 
     91 pseudo-device	loop
     92 pseudo-device	bpfilter	8	# packet filter
     93 pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
     94 #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
     95 pseudo-device	pty		64
     96 #pseudo-device	raid		4	# RAIDframe disk driver
     97 # rnd is EXPERIMENTAL
     98 #pseudo-device	rnd			# /dev/random and in-kernel generator
     99 #pseudo-device	gre		2	# generic L3 over IP tunnel
    100