summaryrefslogtreecommitdiff
path: root/sys/dev/dpt
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2012-04-21 14:23:46 +0000
committerDimitry Andric <dim@FreeBSD.org>2012-04-21 14:23:46 +0000
commitfb94bf79b3b39c19c67a382666b1ca80651358f8 (patch)
treeef097033df6dfde35c00dccff2cd4fc91bc303d5 /sys/dev/dpt
parent07ee8fa69f278f004b3f9f9a90cbfd6992a89181 (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))