Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbppc/conf Add tmpfs



details:   https://anonhg.NetBSD.org/src/rev/3e98710bcb55
branches:  trunk
changeset: 773421:3e98710bcb55
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Feb 01 21:47:17 2012 +0000

description:
Add tmpfs

diffstat:

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

diffs (17 lines):

diff -r bb65fbc2a4a9 -r 3e98710bcb55 sys/arch/evbppc/conf/WALNUT
--- a/sys/arch/evbppc/conf/WALNUT       Wed Feb 01 21:46:02 2012 +0000
+++ b/sys/arch/evbppc/conf/WALNUT       Wed Feb 01 21:47:17 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: WALNUT,v 1.57 2012/02/01 10:04:55 he Exp $
+#      $NetBSD: WALNUT,v 1.58 2012/02/01 21:47:17 matt Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -75,6 +75,7 @@
 file-system    OVERLAY         # overlay file system
 file-system    PUFFS           # Userspace file systems (e.g. ntfs-3g & sshfs)
 file-system    PROCFS          # /proc
+file-system    TMPFS           # efficient memory file system
 file-system    UMAPFS          # NULLFS + uid and gid remapping
 file-system    UNION           # union file system
 file-system    PTYFS           # /dev/pts/N support



Home | Main Index | Thread Index | Old Index