summaryrefslogtreecommitdiff
path: root/system/alpha/console/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'system/alpha/console/console.c')
-rw-r--r--system/alpha/console/console.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/system/alpha/console/console.c b/system/alpha/console/console.c
index 61e765411..12db3d9f5 100644
--- a/system/alpha/console/console.c
+++ b/system/alpha/console/console.c
@@ -33,8 +33,13 @@ typedef unsigned int uint32;
#define K1BASE 0xfffffc8000000000
#define KSEG_TO_PHYS(x)(((ul)x) & ~KSEG)
+#ifdef TSUNAMI
+#define ALPHA_ACCESS_BASE 0xfffffd0200000000
+#elif TLASER
#define ALPHA_ACCESS_BASE 0xfffffc8000a00000
-
+#else
+#error TSUNAMI/TLASER not defined.
+#endif
#define PHYS_TO_K1(_x) (K1BASE|(_x))