Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf -O1, enable PUFFS, KTRACE, fss and putter.
details: https://anonhg.NetBSD.org/src/rev/86a6973d7ef9
branches: trunk
changeset: 781512:86a6973d7ef9
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Sep 12 00:50:30 2012 +0000
description:
-O1, enable PUFFS, KTRACE, fss and putter.
diffstat:
sys/arch/evbarm/conf/SHEEVAPLUG | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (47 lines):
diff -r c1617914af0f -r 86a6973d7ef9 sys/arch/evbarm/conf/SHEEVAPLUG
--- a/sys/arch/evbarm/conf/SHEEVAPLUG Wed Sep 12 00:36:41 2012 +0000
+++ b/sys/arch/evbarm/conf/SHEEVAPLUG Wed Sep 12 00:50:30 2012 +0000
@@ -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 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 @@
# 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 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 @@
#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
Home |
Main Index |
Thread Index |
Old Index