summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/include/bus.h
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2001-12-14 03:02:51 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2001-12-14 03:02:51 +0000
commit94c8309bbef44b74f7ef64f6c0de83f951eff579 (patch)
treee304b07417f7fb4b30cea15bbf9f0fe79bc167c3 /sys/arch/macppc/include/bus.h
parent45769d5e257a9cdaa327fc32fe6f165d8933844d (diff)
gem wants BUS_DMA_READ define.
Diffstat (limited to 'sys/arch/macppc/include/bus.h')
-rw-r--r--sys/arch/macppc/include/bus.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/macppc/include/bus.h b/sys/arch/macppc/include/bus.h
index 91243530911..5ed52d0765b 100644
--- a/sys/arch/macppc/include/bus.h
+++ b/sys/arch/macppc/include/bus.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bus.h,v 1.2 2001/11/05 17:25:58 art Exp $ */
+/* $OpenBSD: bus.h,v 1.3 2001/12/14 03:02:50 drahn Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom. All rights reserved.
@@ -387,6 +387,8 @@ bus_space_copy_4 __P((void *v, bus_space_handle_t h1, bus_space_handle_t h2,
#define BUS_DMA_BUS2 0x20
#define BUS_DMA_BUS3 0x40
#define BUS_DMA_BUS4 0x80
+#define BUS_DMA_READ 0x100
+
/* Forwards needed by prototypes below. */
struct mbuf;