1998-06-26 05:53:43 +04:00
|
|
|
# $NetBSD: GENERIC,v 1.15 1998/06/26 01:54:04 lukem Exp $
|
1996-09-30 20:34:14 +04:00
|
|
|
#
|
1997-04-17 03:14:24 +04:00
|
|
|
# First try for PPC config file
|
1996-09-30 20:34:14 +04:00
|
|
|
#
|
|
|
|
|
1998-05-28 11:56:42 +04:00
|
|
|
include "arch/ofppc/conf/std.ofppc"
|
1996-09-30 20:34:14 +04:00
|
|
|
|
|
|
|
maxusers 32
|
|
|
|
|
1997-11-17 04:57:23 +03:00
|
|
|
options EXEC_AOUT
|
1996-09-30 20:34:14 +04:00
|
|
|
|
1998-06-05 15:27:09 +04:00
|
|
|
#options UVM
|
|
|
|
|
1996-09-30 20:34:14 +04:00
|
|
|
# various hacks due to bugs in Openfirmware implementation
|
1997-11-17 04:57:23 +03:00
|
|
|
options FIRMWORKSBUGS
|
1996-09-30 20:34:14 +04:00
|
|
|
|
1997-11-17 04:57:23 +03:00
|
|
|
options IPKDBUSERHACK # Allow access to mapped memory via kgdb
|
1997-04-17 03:14:24 +04:00
|
|
|
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"
|
|
|
|
|
1997-04-17 03:14:24 +04:00
|
|
|
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
|
1997-04-17 03:14:24 +04:00
|
|
|
|
1997-11-17 04:57:23 +03:00
|
|
|
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
|
1998-03-02 19:18:17 +03:00
|
|
|
options COMPAT_386BSD_MBRPART # recognize old partition ID
|
1996-09-30 20:34:14 +04:00
|
|
|
|
1997-01-31 05:03:38 +03: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
|
|
|
|
1997-11-17 04:57:23 +03:00
|
|
|
options NFSSERVER
|
1998-03-18 19:34:41 +03:00
|
|
|
#options FFS_EI # FFS Endian Independant support
|
1996-09-30 20:34:14 +04:00
|
|
|
|
1997-11-17 04:57:23 +03:00
|
|
|
options INET
|
|
|
|
options NMBCLUSTERS=1024
|
1996-09-30 20:34:14 +04:00
|
|
|
|
1997-01-31 05:03:38 +03:00
|
|
|
config netbsd root on ? type ?
|
1996-09-30 20:34:14 +04:00
|
|
|
|
1998-02-24 08:45:51 +03:00
|
|
|
mainbus0 at root
|
1996-09-30 20:34:14 +04:00
|
|
|
|
1998-02-24 08:45:51 +03:00
|
|
|
ofbus* at mainbus?
|
|
|
|
ofbus* at ofbus?
|
1996-09-30 20:34:14 +04:00
|
|
|
|
1998-02-24 08:45:51 +03:00
|
|
|
ofdisk* at ofbus?
|
1996-09-30 20:34:14 +04:00
|
|
|
|
1998-02-24 08:45:51 +03:00
|
|
|
ofnet* at ofbus?
|
1996-10-16 23:32:08 +04:00
|
|
|
ipkdbif0 at ofnet?
|
1996-09-30 20:34:14 +04:00
|
|
|
|
1998-02-24 08:45:51 +03:00
|
|
|
ofcons* at ofbus?
|
1996-09-30 20:34:14 +04:00
|
|
|
|
1998-02-24 08:45:51 +03:00
|
|
|
ofrtc* at ofbus?
|
1996-09-30 20:34:14 +04:00
|
|
|
|
|
|
|
pseudo-device loop
|
1997-04-17 03:14:24 +04:00
|
|
|
pseudo-device bpfilter 8 # packet filter
|
|
|
|
pseudo-device pty 64
|
1997-11-20 11:11:14 +03:00
|
|
|
# rnd is EXPERIMENTAL
|
|
|
|
#pseudo-device rnd # /dev/random and in-kernel generator
|