diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-12-11 17:07:15 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-12-11 17:07:15 +0000 |
commit | a8eb0a9fc0b98b7b3415d1ca5352651e9ed778fa (patch) | |
tree | 7413babb4111de04de4c319c894b5a5c32e6feac /sys/arch/i386/isa/isa_machdep.h | |
parent | 7505ac789440ab79520a3193eb85316c416adfc9 (diff) |
Kill the $ARCH prefix for isa_dma_cookie. With this change, the i386 and
amd64 isa dma code is identical save for some formatting, and a slight
difference in bus_dmamem_alloc.
"Die x86_!" krw@.
Diffstat (limited to 'sys/arch/i386/isa/isa_machdep.h')
-rw-r--r-- | sys/arch/i386/isa/isa_machdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/isa_machdep.h b/sys/arch/i386/isa/isa_machdep.h index 7da886a15d6..6f3e04cb27e 100644 --- a/sys/arch/i386/isa/isa_machdep.h +++ b/sys/arch/i386/isa/isa_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isa_machdep.h,v 1.23 2008/12/03 15:46:07 oga Exp $ */ +/* $OpenBSD: isa_machdep.h,v 1.24 2008/12/11 17:07:14 oga Exp $ */ /* $NetBSD: isa_machdep.h,v 1.7 1997/06/06 23:28:42 thorpej Exp $ */ /*- @@ -118,7 +118,7 @@ extern struct bus_dma_tag isa_bus_dma_tag; * Cookie used by ISA dma. A pointer to one of these it stashed in * the DMA map. */ -struct i386_isa_dma_cookie { +struct isa_dma_cookie { int id_flags; /* flags; see below */ void *id_origbuf; /* pointer to orig buffer if |