summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1999-08-11 02:44:35 +0000
committerthorpej <thorpej@NetBSD.org>1999-08-11 02:44:35 +0000
commitae6f518821ace76fb88a70a27d4ebe96f0eae654 (patch)
treefb6b9eba06bd211e21251313501d8f3e0a4f9341 /sys/dev
parentdd5ae858e02762c871a0ee74dbca8d440fec2b1f (diff)
Garbage-collect CCDF_SWAP; no longer used, and doesn't make any sense
with the UVM swap code.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ccdvar.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/ccdvar.h b/sys/dev/ccdvar.h
index d68c26bbe73..c4f7b413a47 100644
--- a/sys/dev/ccdvar.h
+++ b/sys/dev/ccdvar.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ccdvar.h,v 1.18 1999/08/11 02:41:02 thorpej Exp $ */
+/* $NetBSD: ccdvar.h,v 1.19 1999/08/11 02:44:35 thorpej Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 1999 The NetBSD Foundation, Inc.
@@ -176,14 +176,13 @@ struct ccd_softc {
};
/* sc_flags */
-#define CCDF_SWAP 0x01 /* interleave should be dmmax */
#define CCDF_UNIFORM 0x02 /* use LCCD of sizes for uniform interleave */
#define CCDF_INITED 0x10 /* unit has been initialized */
#define CCDF_WLABEL 0x20 /* label area is writable */
#define CCDF_LABELLING 0x40 /* unit is currently being labelled */
/* Mask of user-settable ccd flags. */
-#define CCDF_USERMASK (CCDF_SWAP|CCDF_UNIFORM)
+#define CCDF_USERMASK (CCDF_UNIFORM)
/*
* Before you can use a unit, it must be configured with CCDIOCSET.