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 add tmpfs.



details:   https://anonhg.NetBSD.org/src/rev/8a0a9a327908
branches:  trunk
changeset: 331440:8a0a9a327908
user:      chs <chs%NetBSD.org@localhost>
date:      Sun Aug 10 22:55:49 2014 +0000

description:
add tmpfs.

diffstat:

 sys/arch/evbarm/conf/TEAMASA_NPWR |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6759b5b66135 -r 8a0a9a327908 sys/arch/evbarm/conf/TEAMASA_NPWR
--- a/sys/arch/evbarm/conf/TEAMASA_NPWR Sun Aug 10 22:55:29 2014 +0000
+++ b/sys/arch/evbarm/conf/TEAMASA_NPWR Sun Aug 10 22:55:49 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TEAMASA_NPWR,v 1.84 2014/08/03 09:18:16 martin Exp $
+#      $NetBSD: TEAMASA_NPWR,v 1.85 2014/08/10 22:55:49 chs Exp $
 #
 #      TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
 #      server appliance.
@@ -47,6 +47,7 @@
 #file-system   UMAPFS          # NULLFS + uid and gid remapping
 #file-system   UNION           # union file system
 file-system    PTYFS           # /dev/pts/N support
+file-system    TMPFS           # Efficient memory file-system
 
 # File system options
 #options       QUOTA           # legacy UFS quotas



Home | Main Index | Thread Index | Old Index