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 Enable puffs



details:   https://anonhg.NetBSD.org/src/rev/738332820b93
branches:  trunk
changeset: 333790:738332820b93
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Nov 16 18:54:52 2014 +0000

description:
Enable puffs

diffstat:

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

diffs (19 lines):

diff -r 1f834edd761f -r 738332820b93 sys/arch/evbarm/conf/CUBIEBOARD
--- a/sys/arch/evbarm/conf/CUBIEBOARD   Sun Nov 16 18:33:19 2014 +0000
+++ b/sys/arch/evbarm/conf/CUBIEBOARD   Sun Nov 16 18:54:52 2014 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: CUBIEBOARD,v 1.36 2014/11/16 10:20:21 martin Exp $
+#      $NetBSD: CUBIEBOARD,v 1.37 2014/11/16 18:54:52 martin Exp $
 #
 #      CUBIEBOARD -- Allwinner A10/A20 Eval Board Kernel
 #
@@ -43,7 +43,7 @@
 file-system    KERNFS          # /kern
 #file-system   NULLFS          # loopback 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    TMPFS           # memory file system



Home | Main Index | Thread Index | Old Index