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