NetBSD/sys/arch/ofppc/conf/GENERIC

80 lines
1.7 KiB
Plaintext
Raw Normal View History

# $NetBSD: GENERIC,v 1.20 1999/11/15 19:10:54 fvdl 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
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
options INET
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 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