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