Module Name:    src
Committed By:   riastradh
Date:           Tue Apr  8 21:08:36 UTC 2014

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

Log Message:
Enable options VND_COMPRESSION in amd64/GENERIC.


To generate a diff of this commit:
cvs rdiff -u -r1.384 -r1.385 src/sys/arch/amd64/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/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.384 src/sys/arch/amd64/conf/GENERIC:1.385
--- src/sys/arch/amd64/conf/GENERIC:1.384	Tue Apr  8 19:42:13 2014
+++ src/sys/arch/amd64/conf/GENERIC	Tue Apr  8 21:08:36 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.384 2014/04/08 19:42:13 christos Exp $
+# $NetBSD: GENERIC,v 1.385 2014/04/08 21:08:36 riastradh Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.384 $"
+#ident 		"GENERIC-$Revision: 1.385 $"
 
 maxusers	64		# estimated number of users
 
@@ -1197,7 +1197,7 @@ options 	MEMORY_DISK_HOOKS	# enable root
 options 	MEMORY_DISK_DYNAMIC	# loaded via kernel module(7)
 
 pseudo-device	vnd			# disk-like interface to files
-#options 	VND_COMPRESSION		# compressed vnd(4)
+options 	VND_COMPRESSION		# compressed vnd(4)
 
 
 # network pseudo-devices

Reply via email to