Module Name: src Committed By: msaitoh Date: Mon Sep 29 18:40:43 UTC 2014
Modified Files: src/sys/arch/amd64/conf [netbsd-6]: GENERIC Log Message: Pull up following revision(s) (requested by riastradh in ticket #1129): sys/arch/amd64/conf/GENERIC: revision 1.385 Enable options VND_COMPRESSION in amd64/GENERIC. To generate a diff of this commit: cvs rdiff -u -r1.348.2.6 -r1.348.2.7 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.348.2.6 src/sys/arch/amd64/conf/GENERIC:1.348.2.7 --- src/sys/arch/amd64/conf/GENERIC:1.348.2.6 Wed Aug 15 15:32:59 2012 +++ src/sys/arch/amd64/conf/GENERIC Mon Sep 29 18:40:43 2014 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.348.2.6 2012/08/15 15:32:59 sborrill Exp $ +# $NetBSD: GENERIC,v 1.348.2.7 2014/09/29 18:40:43 msaitoh 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.348.2.6 $" +#ident "GENERIC-$Revision: 1.348.2.7 $" maxusers 64 # estimated number of users @@ -1175,7 +1175,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) # NPF #pseudo-device npf