diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-12-03 15:46:08 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-12-03 15:46:08 +0000 |
commit | eed4923e178ed7783b0dac916688e40dce6372cb (patch) | |
tree | 7763d5d2b02b9bbb4e82cd54fdc2d9052c4d6cfc /sys/arch/i386/eisa/eisa_machdep.h | |
parent | e5cb898edd1b10cebb2a4a4531325af2b64c6114 (diff) |
Remove the x86 and i386 prefixes to the bus_dma types. It's really quite
pointless and just makes the code different for no reason. This moves i386 and
amd64 bus_dma to being a lot closer to identical.
suggestion to just remove the prefix instead of merge them from deraadt@.
no objections art@, kettenis@, ok weingart@
Diffstat (limited to 'sys/arch/i386/eisa/eisa_machdep.h')
-rw-r--r-- | sys/arch/i386/eisa/eisa_machdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/eisa/eisa_machdep.h b/sys/arch/i386/eisa/eisa_machdep.h index fccdd343245..d8004a3a854 100644 --- a/sys/arch/i386/eisa/eisa_machdep.h +++ b/sys/arch/i386/eisa/eisa_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: eisa_machdep.h,v 1.6 2004/06/13 21:49:15 niklas Exp $ */ +/* $OpenBSD: eisa_machdep.h,v 1.7 2008/12/03 15:46:06 oga Exp $ */ /* $NetBSD: eisa_machdep.h,v 1.4 1997/06/06 23:12:52 thorpej Exp $ */ /* @@ -43,7 +43,7 @@ #define EISA_ID_LEN (sizeof(EISA_ID) - 1) #define EISA_ID_PADDR 0xfffd9 -extern struct i386_bus_dma_tag eisa_bus_dma_tag; +extern struct bus_dma_tag eisa_bus_dma_tag; #define ELCR0 0x4d0 /* eisa irq 0-7 */ #define ELCR1 0x4d1 /* eisa irq 8-15 */ |