NetBSD/sys/arch/ofppc/conf/GENERIC

100 lines
2.4 KiB
Plaintext
Raw Normal View History

2000-01-20 22:12:28 +03:00
# $NetBSD: GENERIC,v 1.22 2000/01/20 19:12:34 wrstuden Exp $
1996-09-30 20:34:14 +04:00
#
# First try for PPC config file
1996-09-30 20:34:14 +04:00
#
include "arch/ofppc/conf/std.ofppc"
1996-09-30 20:34:14 +04:00
maxusers 32
options EXEC_AOUT
1996-09-30 20:34:14 +04:00
# various hacks due to bugs in Openfirmware implementation
options FIRMWORKSBUGS
1996-09-30 20:34:14 +04:00
options IPKDBUSERHACK # Allow access to mapped memory via kgdb
options DEBUG_BY_TOOLS # Allow debugging from toolsnet
# HMAC key to be used for debugging sessions
options IPKDBKEY="\"HMAC pass phrase text\""
options IPKDBSECURE # Allow debugging even when securelevel > 0
1996-09-30 20:34:14 +04:00
makeoptions DEBUG="-g"
options DEBUG
options DIAGNOSTIC
options TRAP_PANICWAIT
1998-01-27 12:15:58 +03:00
#options DDB
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
options TCP_COMPAT_42
options COMPAT_43
options COMPAT_09
options COMPAT_10
options COMPAT_12
1997-12-01 19:02:09 +03:00
options COMPAT_13
1999-07-29 14:37:12 +04:00
options COMPAT_14
options COMPAT_386BSD_MBRPART # recognize old partition ID
1996-09-30 20:34:14 +04:00
file-system FFS
file-system MFS
file-system NFS
file-system CD9660
file-system MSDOSFS
file-system FDESC
file-system KERNFS
file-system NULLFS
2000-01-20 22:12:28 +03:00
file-system OVERLAY # overlay file system
file-system PORTAL
file-system PROCFS
file-system UMAPFS
file-system UNION
1996-09-30 20:34:14 +04:00
options NFSSERVER
1998-03-18 19:34:41 +03:00
#options FFS_EI # FFS Endian Independant support
#options SOFTDEP # FFS soft updates support.
1996-09-30 20:34:14 +04:00
# Pull in config fragments for kernel crypto. This is required for
# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
# one of these, based on whether you use crypto-us or crypto-intl, and
# adjust the prefixes as necessary.
#prefix ../crypto-us/sys
#cinclude "conf/files.crypto-us"
#prefix
#prefix ../crypto-intl/sys
#cinclude "conf/files.crypto-intl"
#prefix
options INET
options INET6 # IPV6
#options IPSEC # IP security
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
options NMBCLUSTERS=1024
1996-09-30 20:34:14 +04:00
config netbsd root on ? type ?
1996-09-30 20:34:14 +04:00
mainbus0 at root
1996-09-30 20:34:14 +04:00
ofbus* at mainbus?
ofbus* at ofbus?
1996-09-30 20:34:14 +04:00
ofdisk* at ofbus?
1996-09-30 20:34:14 +04:00
ofnet* at ofbus?
ipkdbif0 at ofnet?
1996-09-30 20:34:14 +04:00
ofcons* at ofbus?
1996-09-30 20:34:14 +04:00
ofrtc* at ofbus?
1996-09-30 20:34:14 +04:00
pseudo-device loop
pseudo-device bpfilter 8 # packet filter
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
pseudo-device pty 64
#pseudo-device raid 4 # RAIDframe disk driver
1997-11-20 11:11:14 +03:00
# rnd is EXPERIMENTAL
#pseudo-device rnd # /dev/random and in-kernel generator
#pseudo-device gre 2 # generic L3 over IP tunnel