diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-07 19:36:57 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-07 19:36:57 +0000 |
commit | 82591ef1eb156d609b57ff16c71feb7d88b92aa1 (patch) | |
tree | bed7f06fa18738e1cb562de5837f81adfdf8a63a /sys/arch/mvme88k/include | |
parent | 3b8d87766176c8c22119cca9b60143e0b8b842d3 (diff) |
Get rid of the fixed iomap for device mappings, and allocated va ranges
off kernel_map whenever necessary.
Diffstat (limited to 'sys/arch/mvme88k/include')
-rw-r--r-- | sys/arch/mvme88k/include/param.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/mvme88k/include/param.h b/sys/arch/mvme88k/include/param.h index 7249e14268b..85f6c35a77e 100644 --- a/sys/arch/mvme88k/include/param.h +++ b/sys/arch/mvme88k/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.37 2005/11/27 23:48:44 miod Exp $ */ +/* $OpenBSD: param.h,v 1.38 2006/07/07 19:36:52 miod Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * Copyright (c) 1988 University of Utah. @@ -53,12 +53,6 @@ #define KERNBASE 0x00000000 /* start of kernel virtual */ #define KERNTEXTOFF 0x00010000 /* start of kernel text */ -/* - * IO space - */ - -#define IOMAP_SIZE 0x01000000 /* roughly 0xff000000 - 0xffffffff */ - #ifdef _KERNEL #if !defined(_LOCORE) extern int brdtyp; |