Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.19.2.1
      1  1.19.2.1    bouyer #	$NetBSD: GENERIC,v 1.19.2.1 2000/11/20 20:18:39 bouyer 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.19.2.1    bouyer #ident 		"GENERIC-$Revision: 1.19.2.1 $"
      9  1.19.2.1    bouyer 
     10       1.1        ws maxusers	32
     11       1.1        ws 
     12       1.6     lukem options 	EXEC_AOUT
     13       1.1        ws 
     14       1.1        ws # various hacks due to bugs in Openfirmware implementation
     15       1.6     lukem options 	FIRMWORKSBUGS
     16       1.1        ws 
     17       1.6     lukem options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
     18       1.5   thorpej options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
     19       1.5   thorpej # HMAC key to be used for debugging sessions
     20       1.5   thorpej options 	IPKDBKEY="\"HMAC pass phrase text\""
     21       1.5   thorpej options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
     22       1.1        ws makeoptions	DEBUG="-g"
     23       1.1        ws 
     24       1.5   thorpej options 	DEBUG
     25       1.5   thorpej options 	DIAGNOSTIC
     26       1.5   thorpej options 	TRAP_PANICWAIT
     27       1.9  sakamoto #options	DDB
     28       1.9  sakamoto #options	DDB_HISTORY_SIZE=100    # Enable history editing in DDB
     29       1.5   thorpej 
     30       1.6     lukem options 	TCP_COMPAT_42
     31       1.6     lukem options 	COMPAT_43
     32       1.6     lukem options 	COMPAT_09
     33       1.6     lukem options 	COMPAT_10
     34       1.6     lukem options 	COMPAT_12
     35       1.8    kleink options 	COMPAT_13
     36      1.19  augustss options 	COMPAT_14
     37      1.11  drochner options 	COMPAT_386BSD_MBRPART # recognize old partition ID
     38       1.1        ws 
     39       1.4   thorpej file-system 	FFS
     40       1.4   thorpej file-system 	MFS
     41       1.4   thorpej file-system 	NFS
     42       1.4   thorpej file-system 	CD9660
     43       1.4   thorpej file-system 	MSDOSFS
     44       1.4   thorpej file-system 	FDESC
     45       1.4   thorpej file-system 	KERNFS
     46       1.4   thorpej file-system 	NULLFS
     47  1.19.2.1    bouyer file-system 	OVERLAY		# overlay file system
     48       1.4   thorpej file-system 	PORTAL
     49       1.4   thorpej file-system 	PROCFS
     50       1.4   thorpej file-system 	UMAPFS
     51       1.4   thorpej file-system 	UNION
     52       1.1        ws 
     53       1.6     lukem options 	NFSSERVER
     54      1.12    bouyer #options 	FFS_EI		# FFS Endian Independant support
     55  1.19.2.1    bouyer options 	SOFTDEP         # FFS soft updates support.
     56       1.1        ws 
     57       1.6     lukem options 	INET
     58  1.19.2.1    bouyer options 	INET6		# IPV6
     59  1.19.2.1    bouyer #options 	IPSEC		# IP security
     60  1.19.2.1    bouyer #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     61  1.19.2.1    bouyer #options 	IPSEC_DEBUG	# debug for IP security
     62       1.6     lukem options 	NMBCLUSTERS=1024
     63       1.1        ws 
     64       1.4   thorpej config		netbsd	root on ? type ?
     65       1.1        ws 
     66      1.10   mycroft mainbus0	at root
     67       1.1        ws 
     68      1.10   mycroft ofbus*		at mainbus?
     69      1.10   mycroft ofbus*		at ofbus?
     70       1.1        ws 
     71      1.10   mycroft ofdisk*		at ofbus?
     72       1.1        ws 
     73      1.10   mycroft ofnet*		at ofbus?
     74       1.3        ws ipkdbif0	at ofnet?
     75       1.1        ws 
     76      1.10   mycroft ofcons*		at ofbus?
     77       1.1        ws 
     78      1.10   mycroft ofrtc*		at ofbus?
     79       1.1        ws 
     80       1.1        ws pseudo-device	loop
     81       1.5   thorpej pseudo-device	bpfilter	8	# packet filter
     82  1.19.2.1    bouyer pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
     83  1.19.2.1    bouyer #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
     84  1.19.2.1    bouyer #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
     85  1.19.2.1    bouyer pseudo-device	pty			# pseudo-terminals
     86      1.17     oster #pseudo-device	raid		4	# RAIDframe disk driver
     87  1.19.2.1    bouyer #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
     88       1.7      fair # rnd is EXPERIMENTAL
     89  1.19.2.1    bouyer pseudo-device	rnd			# /dev/random and in-kernel generator
     90      1.18       hwr #pseudo-device	gre		2	# generic L3 over IP tunnel
     91