diff options
author | 2007-12-27 23:20:31 +0000 | |
---|---|---|
committer | 2007-12-27 23:20:31 +0000 | |
commit | 4a0f724fa7cdc7a3e2cc150353f231de40efb57d (patch) | |
tree | 49c4aca8eeb87415e0319c224d14ce65b39428c7 | |
parent | Fix the spurious or unclaimed interrupt messages, I swapped them by mistake. (diff) | |
download | wireguard-openbsd-4a0f724fa7cdc7a3e2cc150353f231de40efb57d.tar.xz wireguard-openbsd-4a0f724fa7cdc7a3e2cc150353f231de40efb57d.zip |
Remove leftover code in m197_machdep.c, back when I wanted to address the
DCAM2 boards in a different way.
-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)) |