-O1, enable PUFFS, KTRACE, fss and putter.

This commit is contained in:
msaitoh 2012-09-12 00:50:30 +00:00
parent 34e5f77540
commit 9a4c8f31d9

View File

@ -1,4 +1,4 @@
# $NetBSD: SHEEVAPLUG,v 1.22 2012/09/11 19:43:10 msaitoh Exp $
# $NetBSD: SHEEVAPLUG,v 1.23 2012/09/12 00:50:30 msaitoh Exp $
#
# This configuration supports for generically Marvell SheevaPlug
#
@ -45,7 +45,7 @@ file-system KERNFS # /kern
#file-system NULLFS # loopback file system
#file-system OVERLAY # overlay file system
file-system PROCFS # /proc
#file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
#file-system UMAPFS # NULLFS + uid and gid remapping
#file-system UNION # union file system
#file-system CODA # Coda File System; also needs vcoda (below)
@ -136,7 +136,7 @@ options DKWEDGE_METHOD_GPT
# Miscellaneous kernel options
#options KTRACE # system call tracing, a la ktrace(1)
options KTRACE # system call tracing, a la ktrace(1)
options IRQSTATS # manage IRQ statistics
#options LKM # loadable kernel modules
#options KMEMSTATS # kernel memory statistics
@ -160,7 +160,7 @@ options DDB # in-kernel debugger
#options KGDB
#options DEBUG_KGDB
makeoptions DEBUG="-g" # compile full symbol table
#makeoptions COPTS="-O2"
makeoptions COPTS="-O1"
options SYMTAB_SPACE=800000
#options AUDIO_DEBUG=2
@ -449,8 +449,8 @@ pseudo-device swcrypto # software crypto implementation
#options RF_INCLUDE_INTERDECLUSTER=1
#options RF_INCLUDE_PARITY_DECLUSTERING=1
#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
#pseudo-device fss # file system snapshot device
#pseudo-device putter # for puffs and pud
pseudo-device fss # file system snapshot device
pseudo-device putter # for puffs and pud
#pseudo-device md # memory disk device (ramdisk)
pseudo-device vnd # disk-like interface to files