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 Enable vnd and putter pseudo devices.



details:   https://anonhg.NetBSD.org/src/rev/f2f0064e9767
branches:  trunk
changeset: 333776:f2f0064e9767
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Nov 16 10:20:21 2014 +0000

description:
Enable vnd and putter pseudo devices.

diffstat:

 sys/arch/evbarm/conf/CUBIEBOARD |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 2ef4cab237b8 -r f2f0064e9767 sys/arch/evbarm/conf/CUBIEBOARD
--- a/sys/arch/evbarm/conf/CUBIEBOARD   Sun Nov 16 09:47:35 2014 +0000
+++ b/sys/arch/evbarm/conf/CUBIEBOARD   Sun Nov 16 10:20:21 2014 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: CUBIEBOARD,v 1.35 2014/11/15 14:59:25 jmcneill Exp $
+#      $NetBSD: CUBIEBOARD,v 1.36 2014/11/16 10:20:21 martin Exp $
 #
 #      CUBIEBOARD -- Allwinner A10/A20 Eval Board Kernel
 #
@@ -317,9 +317,10 @@
 
 # disk/mass storage pseudo-devices
 #pseudo-device md                      # memory disk device (ramdisk)
-#pseudo-device vnd                     # disk-like interface to files
+pseudo-device  vnd                     # disk-like interface to files
+options        VND_COMPRESSION         # compressed vnd(4)
 #pseudo-device fss                     # file system snapshot device
-#pseudo-device putter                  # for puffs and pud
+pseudo-device  putter                  # for puffs and pud
 pseudo-device  drvctl                  # driver control
 
 # network pseudo-devices



Home | Main Index | Thread Index | Old Index