summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2011-01-02 17:55:28 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2011-01-02 17:55:28 +0000
commitead94d6d1e87034052f170a419e435630fb9eafe (patch)
tree4d773e06f18fabb3d2826e5b4436652cdb7a26af /sys/arch/mvme88k/include
parentf839237295a9dce038866acc00aeba57fa17d4f7 (diff)
Figure out how much L2 cache is available on 88410-blessed designs, and
report it in dmesg.
Diffstat (limited to 'sys/arch/mvme88k/include')
-rw-r--r--sys/arch/mvme88k/include/mvme197.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/include/mvme197.h b/sys/arch/mvme88k/include/mvme197.h
index 2f66bd88dc0..3e52cc28c8f 100644
--- a/sys/arch/mvme88k/include/mvme197.h
+++ b/sys/arch/mvme88k/include/mvme197.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mvme197.h,v 1.10 2009/02/16 23:03:33 miod Exp $ */
+/* $OpenBSD: mvme197.h,v 1.11 2011/01/02 17:55:27 miod Exp $ */
/*
* Copyright (c) 1996 Nivas Madhur
* Copyright (c) 1999 Steve Murphree, Jr.
@@ -46,6 +46,8 @@
#ifndef __MACHINE_MVME197_H__
#define __MACHINE_MVME197_H__
+#define ECDM_BASE 0xfff01100 /* not what the doc says... */
+
#define FLASH_START 0xff800000 /* start of flash memory area */
#define FLASH_SIZE 0x00400000
#define BUG197_START 0xfff80000 /* start of BUG PROM (in OBIO) */