summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1998-12-13 06:47:03 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1998-12-13 06:47:03 +0000
commit3c0f7fb79707a26b502c8194fb3c468f3b6c8f96 (patch)
tree49f1e63185adb305c69f757178bb6ae4178ffe59 /sys/arch/hppa/include
parent382982af15a36d3d2e4b3ba2db33f612e70882e7 (diff)
define HPA region
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r--sys/arch/hppa/include/iomod.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/iomod.h b/sys/arch/hppa/include/iomod.h
index 24547268f8b..cea93242274 100644
--- a/sys/arch/hppa/include/iomod.h
+++ b/sys/arch/hppa/include/iomod.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: iomod.h,v 1.2 1998/10/30 19:26:02 mickey Exp $ */
+/* $OpenBSD: iomod.h,v 1.3 1998/12/13 06:47:02 mickey Exp $ */
/*
* Copyright (c) 1990 mt Xinu, Inc. All rights reserved.
@@ -73,6 +73,8 @@
* SPA space (see below) ranges from 0xF1000000 thru 0xFFFC0000.
*/
+#define HPPA_IOBEGIN 0xF0000000
+#define HPPA_IOLEN 0x10000000
#define PDC_ADDR 0xEF000000 /* explained above */
#define IO_ADDR 0xF1000000
#define SGC_SLOT1 0xF4000000 /* (hp700) */