Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/shark/conf enable PUFFS and putter.



details:   https://anonhg.NetBSD.org/src/rev/788655c64763
branches:  trunk
changeset: 779243:788655c64763
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun May 13 07:34:02 2012 +0000

description:
enable PUFFS and putter.

diffstat:

 sys/arch/shark/conf/GENERIC |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r e58dfa936445 -r 788655c64763 sys/arch/shark/conf/GENERIC
--- a/sys/arch/shark/conf/GENERIC       Sun May 13 06:12:43 2012 +0000
+++ b/sys/arch/shark/conf/GENERIC       Sun May 13 07:34:02 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.99 2012/03/10 21:51:56 joerg Exp $
+#      $NetBSD: GENERIC,v 1.100 2012/05/13 07:34:02 mrg Exp $
 #
 # Generic Shark configuration.
 #
@@ -7,7 +7,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.99 $"
+#ident         "GENERIC-$Revision: 1.100 $"
 
 # estimated number of users
 maxusers       32
@@ -53,6 +53,7 @@
 file-system    NULLFS          # loopback file system
 #file-system   OVERLAY         # overlay filesystem
 file-system    PROCFS          # /proc
+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   CODA            # Coda file system (needs vcoda below)
@@ -315,6 +316,7 @@
 pseudo-device  ksyms                   # /dev/ksyms
 #pseudo-device pf                      # PF packet filter
 #pseudo-device pflog                   # PF log if
+pseudo-device  putter                  # for puffs and pud
 
 # Veriexec
 #



Home | Main Index | Thread Index | Old Index