summaryrefslogtreecommitdiff
path: root/sys/dev/dpt
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2012-04-28 09:21:43 +0000
committerDimitry Andric <dim@FreeBSD.org>2012-04-28 09:21:43 +0000
commitdd12cd0fb5a46b3db00fdbba8d32098af2d31a15 (patch)
tree2fe5e3f4f5a88fdebd00c21ce0a0624700cf76b1 /sys/dev/dpt
parent8819044792a1dd6d7a21f8266906d47d3cc37a33 (diff)
Notes
Diffstat (limited to 'sys/dev/dpt')
-rw-r--r--sys/dev/dpt/dpt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/dpt/dpt.h b/sys/dev/dpt/dpt.h
index c31e6e38e302..eaf1ac63a95d 100644
--- a/sys/dev/dpt/dpt.h
+++ b/sys/dev/dpt/dpt.h
@@ -142,7 +142,7 @@ typedef void *physaddr;
*/
#define DPT_NO_CACHE 0
#define DPT_CACHE_WRITETHROUGH 1
-#define DPT_CACHE_WRITEBACK -2
+#define DPT_CACHE_WRITEBACK 2
#define min(a,b) ((a<b)?(a):(b))