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/f86dd0b20585
branches:  trunk
changeset: 788912:f86dd0b20585
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Jul 28 12:16:40 2013 +0000

description:
Enable PUFFS

diffstat:

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

diffs (19 lines):

diff -r 6758ee473701 -r f86dd0b20585 sys/arch/evbarm/conf/RPI
--- a/sys/arch/evbarm/conf/RPI  Sun Jul 28 11:46:24 2013 +0000
+++ b/sys/arch/evbarm/conf/RPI  Sun Jul 28 12:16:40 2013 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: RPI,v 1.36 2013/06/30 21:38:56 rmind Exp $
+#      $NetBSD: RPI,v 1.37 2013/07/28 12:16:40 skrll Exp $
 #
 #      RPi -- Raspberry Pi
 #
@@ -38,7 +38,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