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 6include "arch/ofppc/conf/std.ofppc" 7 8maxusers 32 9 10options EXEC_AOUT 11 12# various hacks due to bugs in Openfirmware implementation 13options FIRMWORKSBUGS 14 15options IPKDBUSERHACK # Allow access to mapped memory via kgdb 16options DEBUG_BY_TOOLS # Allow debugging from toolsnet 17# HMAC key to be used for debugging sessions 18options IPKDBKEY="\"HMAC pass phrase text\"" 19options IPKDBSECURE # Allow debugging even when securelevel > 0 20makeoptions DEBUG="-g" 21 22options DEBUG 23options DIAGNOSTIC 24options TRAP_PANICWAIT 25#options DDB 26#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 27 28options TCP_COMPAT_42 29options COMPAT_43 30options COMPAT_09 31options COMPAT_10 32options COMPAT_12 33options COMPAT_13 34options COMPAT_14 35options COMPAT_386BSD_MBRPART # recognize old partition ID 36 37file-system FFS 38file-system MFS 39file-system NFS 40file-system CD9660 41file-system MSDOSFS 42file-system FDESC 43file-system KERNFS 44file-system NULLFS 45file-system OVERLAY # overlay file system 46file-system PORTAL 47file-system PROCFS 48file-system UMAPFS 49file-system UNION 50 51options 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 68options INET 69options 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 73options NMBCLUSTERS=1024 74 75config netbsd root on ? type ? 76 77mainbus0 at root 78 79ofbus* at mainbus? 80ofbus* at ofbus? 81 82ofdisk* at ofbus? 83 84ofnet* at ofbus? 85ipkdbif0 at ofnet? 86 87ofcons* at ofbus? 88 89ofrtc* at ofbus? 90 91pseudo-device loop 92pseudo-device bpfilter 8 # packet filter 93pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 94#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 95pseudo-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