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/d7c9213eebe0
branches:  trunk
changeset: 953302:d7c9213eebe0
user:      rin <rin%NetBSD.org@localhost>
date:      Fri Mar 05 06:57:02 2021 +0000

description:
Add tmpfs.

diffstat:

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

diffs (17 lines):

diff -r 93114c005ca1 -r d7c9213eebe0 sys/arch/evbppc/conf/EXPLORA451
--- a/sys/arch/evbppc/conf/EXPLORA451   Fri Mar 05 06:50:57 2021 +0000
+++ b/sys/arch/evbppc/conf/EXPLORA451   Fri Mar 05 06:57:02 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: EXPLORA451,v 1.68 2020/09/27 13:48:51 roy Exp $
+#      $NetBSD: EXPLORA451,v 1.69 2021/03/05 06:57:02 rin Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -76,6 +76,7 @@
 file-system    UNION           # union file system
 file-system    CODA            # Coda File System; also needs vcoda (below)
 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