diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-04-18 19:06:57 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-04-18 19:06:57 +0000 |
commit | e4d2fde5ee33b60923a4a910f331b9210d3d44b3 (patch) | |
tree | c16ba2dcfa36334487d6d29747e20fbd3e0e6584 /sbin/ccdconfig | |
parent | e76f2185f9a62f9dc922d0f8ae1571c64c2d887d (diff) |
Remove the ``new i/o'' code. It has never worked well, noone has stepped up
to fix it, and it goes in the way of good changes pedro is brewing.
No functional change, tested todd@ millert@
Diffstat (limited to 'sbin/ccdconfig')
-rw-r--r-- | sbin/ccdconfig/ccdconfig.8 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/ccdconfig/ccdconfig.8 b/sbin/ccdconfig/ccdconfig.8 index d247f08226a..2b6ca1793f0 100644 --- a/sbin/ccdconfig/ccdconfig.8 +++ b/sbin/ccdconfig/ccdconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ccdconfig.8,v 1.20 2007/04/17 15:52:24 tedu Exp $ +.\" $OpenBSD: ccdconfig.8,v 1.21 2007/04/18 19:06:55 miod Exp $ .\" $NetBSD: ccdconfig.8,v 1.4 1996/02/28 01:01:17 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -104,7 +104,6 @@ The flags are as follows: CCDF_SWAP 0x01 Interleave should be dmmax. CCDF_UNIFORM 0x02 Use uniform interleave. CCDF_MIRROR 0x04 Enable data mirroring. -CCDF_OLD 0x08 Use old unoptimized I/O protocol. .Ed .Pp The format in the |