summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>2000-02-03 05:44:10 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>2000-02-03 05:44:10 +0000
commit108d19ecce8ceed13cb8aff5acd2811ec8d711e3 (patch)
tree6d5312c03a95bb59f91a3aedb2a19220c96142ce
parent5ff0d25885e8cdc59db16eea518ae323dfbfe766 (diff)
Define missed when the intial bus_dma code was checked in.
Full dma code not yet integrated.
-rw-r--r--sys/arch/powerpc/include/bus.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/bus.h b/sys/arch/powerpc/include/bus.h
index 250b3f6d32d..aa3374ffc04 100644
--- a/sys/arch/powerpc/include/bus.h
+++ b/sys/arch/powerpc/include/bus.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bus.h,v 1.5 2000/01/14 05:42:16 rahnds Exp $ */
+/* $OpenBSD: bus.h,v 1.6 2000/02/03 05:44:09 rahnds Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom. All rights reserved.
@@ -168,6 +168,7 @@ bus_space_write_raw_multi_4(bus_space_tag_t bst, bus_space_handle_t bsh,
#define BUS_DMA_NOWAIT 0x01
#define BUS_DMA_ALLOCNOW 0x02
#define BUS_DMAMEM_NOSYNC 0x04
+#define BUS_DMA_COHERENT 0x04
/* Forwards needed by prototypes below. */
struct mbuf;