diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-07-18 05:32:28 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-07-18 05:32:28 +0000 |
commit | 6d5a8c2c7cc9516711cea7f6f9e9740c550d645e (patch) | |
tree | a6e2e730206324f56de38521ce099b4847afb86a /sys/arch | |
parent | e72814e00c9a20a45c2471c950063b8c6aef2dc2 (diff) |
use isa's definition for IOM_*
Id
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/i386/locore.s | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/arch/i386/i386/locore.s b/sys/arch/i386/i386/locore.s index a534230b7a2..6178e129e84 100644 --- a/sys/arch/i386/i386/locore.s +++ b/sys/arch/i386/i386/locore.s @@ -1,3 +1,4 @@ +/* $OpenBSD: locore.s,v 1.27 1997/07/18 05:32:27 mickey Exp $ */ /* $NetBSD: locore.s,v 1.145 1996/05/03 19:41:19 christos Exp $ */ /*- @@ -63,14 +64,9 @@ #include <machine/specialreg.h> #include <machine/trap.h> +#inclide <dev/isa/isareg.h> #include <i386/isa/debug.h> -/* XXX temporary kluge; these should not be here */ -#define IOM_BEGIN 0x0a0000 /* start of I/O memory "hole" */ -#define IOM_END 0x100000 /* end of I/O memory "hole" */ -#define IOM_SIZE (IOM_END - IOM_BEGIN) - - #define ALIGN_DATA .align 2 #define ALIGN_TEXT .align 2,0x90 /* 4-byte boundaries, NOP-filled */ #define SUPERALIGN_TEXT .align 4,0x90 /* 16-byte boundaries better for 486 */ |