Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf Enable options VND_COMPRESSION in amd64/...



details:   https://anonhg.NetBSD.org/src/rev/7d7433000f98
branches:  trunk
changeset: 328589:7d7433000f98
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Tue Apr 08 21:08:36 2014 +0000

description:
Enable options VND_COMPRESSION in amd64/GENERIC.

diffstat:

 sys/arch/amd64/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3ca131c8d432 -r 7d7433000f98 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Tue Apr 08 19:40:57 2014 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Tue Apr 08 21:08:36 2014 +0000
@@ -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 @@
 
 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_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



Home | Main Index | Thread Index | Old Index