summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2015-02-01 15:27:13 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2015-02-01 15:27:13 +0000
commitba62b525326d293a5e73ab10a6b385a4fb00e597 (patch)
treed1598e9adabba0288fb8ba51c8c3c1a408f6be22 /sys/arch/vax/include
parentbb848bf4cf927d6381d1912216d44b5b47e4ecf3 (diff)
Gather the scattered (and sometimes duplicated) qbus address and size defines
to a single place. Get rid of the unused defines pertaining to older vax models we dropped support for years ago.
Diffstat (limited to 'sys/arch/vax/include')
-rw-r--r--sys/arch/vax/include/ka650.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/arch/vax/include/ka650.h b/sys/arch/vax/include/ka650.h
index d9ec7c72b92..d24b055badf 100644
--- a/sys/arch/vax/include/ka650.h
+++ b/sys/arch/vax/include/ka650.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ka650.h,v 1.12 2011/09/19 21:53:02 miod Exp $ */
+/* $OpenBSD: ka650.h,v 1.13 2015/02/01 15:27:11 miod Exp $ */
/* $NetBSD: ka650.h,v 1.6 1997/07/26 10:12:43 ragge Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -144,15 +144,6 @@ struct ka650_ipcr {
#endif /* _LOCORE */
/*
- * Physical start address of the Qbus memory.
- * The q-bus memory size is 4 meg.
- * Physical start address of the I/O space (where the 8Kbyte I/O page is).
- */
-#define KA650_QMEM 0x30000000
-#define KA650_QMEMSIZE (512*8192)
-#define KA650_QDEVADDR 0x20000000
-
-/*
* Mapping info for Cache Entries, including
* Size (in bytes) of 2nd Level Cache for cache flush operation
*/