summaryrefslogtreecommitdiff
path: root/sys/arch/arc/dti
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>1996-09-24 19:37:28 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>1996-09-24 19:37:28 +0000
commitc1c00fc652f1f43976563d26f552f9b1c5d1e247 (patch)
treec1be518f3bbb0c526a11678d8d468e6c4030914e /sys/arch/arc/dti
parent01b8240b60c7b36546c99e9467d92e7dd931989c (diff)
Some problems with Pica systems and noncontigous memory config fixed.
Diffstat (limited to 'sys/arch/arc/dti')
-rw-r--r--sys/arch/arc/dti/desktech.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/arc/dti/desktech.h b/sys/arch/arc/dti/desktech.h
index 41b0f713f13..18076961c5a 100644
--- a/sys/arch/arc/dti/desktech.h
+++ b/sys/arch/arc/dti/desktech.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: desktech.h,v 1.2 1996/09/14 15:58:23 pefo Exp $ */
+/* $OpenBSD: desktech.h,v 1.3 1996/09/24 19:37:27 pefo Exp $ */
/*
* Copyright (c) 1996 Per Fogelstrom
@@ -59,10 +59,10 @@
#define TYNE_P_ISA_MEM (0x0100000000LL) /* ISA Memory control */
#define TYNE_V_ISA_MEM 0xe1000000
-#define TYNE_S_ISA_MEM 0x01000000
+#define TYNE_S_ISA_MEM 0x00100000
#define TYNE_P_BOUNCE (0x0100800000LL) /* Dma bounce buffer */
#define TYNE_V_BOUNCE 0xe2000000
-#define TYNE_S_BOUNCE 0x00020000
+#define TYNE_S_BOUNCE 0x00100000
#endif /* _DESKTECH_H_ */