Module Name:    src
Committed By:   jym
Date:           Sun Feb 13 04:22:41 UTC 2011

Modified Files:
        src/sys/arch/i386/conf: GENERIC

Log Message:
Add missing PUFFS (commented out).


To generate a diff of this commit:
cvs rdiff -u -r1.1011 -r1.1012 src/sys/arch/i386/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1011 src/sys/arch/i386/conf/GENERIC:1.1012
--- src/sys/arch/i386/conf/GENERIC:1.1011	Fri Feb 11 01:59:57 2011
+++ src/sys/arch/i386/conf/GENERIC	Sun Feb 13 04:22:41 2011
@@ -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)

Reply via email to