diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-12-27 23:20:32 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-12-27 23:20:32 +0000 |
commit | 392b65e965647899f7fc94e5c50e935369d426e3 (patch) | |
tree | c9d8d3af7d229052d3d3f96126225727433d48b7 /sys/arch | |
parent | f2cf4b01efd9360040bfe03fae2147a3c67e1073 (diff) |
Remove leftover code in m197_machdep.c, back when I wanted to address the
DCAM2 boards in a different way.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mvme88k/mvme88k/m197_machdep.c | 9 |
1 files changed, 1 insertions, 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)) |