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 /sys/dev/ccdvar.h | |
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 'sys/dev/ccdvar.h')
-rw-r--r-- | sys/dev/ccdvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ccdvar.h b/sys/dev/ccdvar.h index c3a7d7464d1..81e44403938 100644 --- a/sys/dev/ccdvar.h +++ b/sys/dev/ccdvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ccdvar.h,v 1.9 2007/04/06 06:41:42 tedu Exp $ */ +/* $OpenBSD: ccdvar.h,v 1.10 2007/04/18 19:06:56 miod Exp $ */ /* $NetBSD: ccdvar.h,v 1.11 1996/02/28 01:08:32 thorpej Exp $ */ /*- @@ -112,7 +112,7 @@ struct ccd_ioctl { #define CCDF_SWAP 0x01 /* interleave should be dmmax */ #define CCDF_UNIFORM 0x02 /* use LCCD of sizes for uniform interleave */ #define CCDF_MIRROR 0x04 /* enable data mirroring */ -#define CCDF_OLD 0x08 /* use slower but less restrictive I/O code */ +#define CCDF_OLD 0x08 /* legacy */ #define CCDF_BITS \ "\020\01swap\02uniform\03mirror\04old" |