summaryrefslogtreecommitdiff
path: root/sys/arch/i386/eisa/eisa_machdep.c
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2009-03-10 15:03:18 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2009-03-10 15:03:18 +0000
commit74bf55af09e87235f63d504f70036233bbc2a632 (patch)
treee94f6a6ca0027f399ce3c30ca84a6b46933ffbad /sys/arch/i386/eisa/eisa_machdep.c
parentb4838ee1817939fdb2ae083508222fdaf40d6382 (diff)
remove the _BUS_DMA_PRIVATE define from amd64 and i386.
a define needed to get to ``private'' functions that needs to be defined 5 or more times isn't much use and may cause namespace issues anyway. Other archs will probably follow. Discussed in portugal. "Hell yes" weingart@, ok kettenis@, no objections miod@
Diffstat (limited to 'sys/arch/i386/eisa/eisa_machdep.c')
-rw-r--r--sys/arch/i386/eisa/eisa_machdep.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/eisa/eisa_machdep.c b/sys/arch/i386/eisa/eisa_machdep.c
index ebe6c98f6c6..8eabdf267a0 100644
--- a/sys/arch/i386/eisa/eisa_machdep.c
+++ b/sys/arch/i386/eisa/eisa_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: eisa_machdep.c,v 1.12 2008/12/03 15:46:06 oga Exp $ */
+/* $OpenBSD: eisa_machdep.c,v 1.13 2009/03/10 15:03:17 oga Exp $ */
/* $NetBSD: eisa_machdep.c,v 1.10.22.2 2000/06/25 19:36:58 sommerfeld Exp $ */
/*-
@@ -72,7 +72,6 @@
#include <sys/errno.h>
#include <sys/device.h>
-#define _BUS_DMA_PRIVATE
#include <machine/bus.h>
#include <machine/i8259.h>