Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/ccdconfig Interleave 0 means concatenate serially, do n...
details: https://anonhg.NetBSD.org/src/rev/1ba4ef1662a2
branches: trunk
changeset: 331514:1ba4ef1662a2
user: apb <apb%NetBSD.org@localhost>
date: Wed Aug 13 13:14:35 2014 +0000
description:
Interleave 0 means concatenate serially, do not interleave.
This information was in the ccd(4) man page, but not
in ccdconfig(8) or ccd.conf(5).
diffstat:
sbin/ccdconfig/ccdconfig.8 | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r cc23c581a08c -r 1ba4ef1662a2 sbin/ccdconfig/ccdconfig.8
--- a/sbin/ccdconfig/ccdconfig.8 Wed Aug 13 11:35:34 2014 +0000
+++ b/sbin/ccdconfig/ccdconfig.8 Wed Aug 13 13:14:35 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ccdconfig.8,v 1.26 2013/04/27 17:12:36 christos Exp $
+.\" $NetBSD: ccdconfig.8,v 1.27 2014/08/13 13:14:35 apb Exp $
.\"
.\" Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd October 17, 2003
+.Dd August 13, 2014
.Dt CCDCONFIG 8
.Os
.Sh NAME
@@ -98,6 +98,8 @@
A ccd is described on the command line and in the ccd configuration
file by the name of the ccd, the interleave factor,
the ccd configuration flags, and a list of one or more devices.
+An interleave factor of 0 means that the devices are
+concatenated serially, not interleaved.
The flags may be represented as a decimal number, a hexadecimal number,
a comma-separated list of strings, or the word
.Dq none .
Home |
Main Index |
Thread Index |
Old Index