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