From 392b65e965647899f7fc94e5c50e935369d426e3 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 27 Dec 2007 23:20:32 +0000 Subject: Remove leftover code in m197_machdep.c, back when I wanted to address the DCAM2 boards in a different way. --- sys/arch/mvme88k/mvme88k/m197_machdep.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/sys/arch/mvme88k/mvme88k/m197_machdep.c b/sys/arch/mvme88k/mvme88k/m197_machdep.c index 9f2e2ead8ee..12d0bd928bb 100644 --- a/sys/arch/mvme88k/mvme88k/m197_machdep.c +++ b/sys/arch/mvme88k/mvme88k/m197_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: m197_machdep.c,v 1.25 2007/12/26 22:21:41 miod Exp $ */ +/* $OpenBSD: m197_machdep.c,v 1.26 2007/12/27 23:20:31 miod Exp $ */ /* * Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -115,13 +115,6 @@ m197_memsize() return (32 * 1024 * 1024); } - /* - * If we had to constrain memory access on boards with - * bogus DCAM, don't look into the decoders. - */ - if (physmem != 0) - return (ptoa(physmem)); - for (i = 0; i < 4; i++) { sar = *(u_int8_t *)(BS_BASE + BS_SAR + i); if (!ISSET(sar, BS_SAR_DEN)) -- cgit v1.2.3