Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Add missing PUFFS (commented out).



details:   https://anonhg.NetBSD.org/src/rev/6cd660be314a
branches:  trunk
changeset: 762007:6cd660be314a
user:      jym <jym%NetBSD.org@localhost>
date:      Sun Feb 13 04:22:41 2011 +0000

description:
Add missing PUFFS (commented out).

diffstat:

 sys/arch/i386/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 5690296b3425 -r 6cd660be314a sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sun Feb 13 04:21:23 2011 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sun Feb 13 04:22:41 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1011 2011/02/11 01:59:57 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.1012 2011/02/13 04:22:41 jym Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.1011 $"
+#ident                 "GENERIC-$Revision: 1.1012 $"
 
 maxusers       64              # estimated number of users
 
@@ -186,6 +186,7 @@
 #file-system   NULLFS          # loopback file system
 #file-system   OVERLAY         # overlay file system
 #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; also needs vcoda (below)



Home | Main Index | Thread Index | Old Index