Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Add VND_COMPRESSION option



details:   https://anonhg.NetBSD.org/src/rev/24a0aea94c13
branches:  trunk
changeset: 949784:24a0aea94c13
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Jan 16 20:33:32 2021 +0000

description:
Add VND_COMPRESSION option

diffstat:

 sys/arch/evbarm/conf/GENERIC.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 79ae68410a5e -r 24a0aea94c13 sys/arch/evbarm/conf/GENERIC.common
--- a/sys/arch/evbarm/conf/GENERIC.common       Sat Jan 16 20:30:37 2021 +0000
+++ b/sys/arch/evbarm/conf/GENERIC.common       Sat Jan 16 20:33:32 2021 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC.common,v 1.44 2021/01/16 20:30:37 jmcneill Exp $
+#      $NetBSD: GENERIC.common,v 1.45 2021/01/16 20:33:32 jmcneill Exp $
 #
 #      GENERIC evbarm kernel config (template)
 #
@@ -131,6 +131,7 @@
 # disk/mass storage pseudo-devices
 #pseudo-device md                      # memory disk device (ramdisk)
 pseudo-device  vnd                     # disk-like interface to files
+options        VND_COMPRESSION         # compressed vnd(4)
 pseudo-device  fss                     # file system snapshot device
 pseudo-device  drvctl                  # driver control
 pseudo-device  cgd                     # cryptographic disk devices



Home | Main Index | Thread Index | Old Index