Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/pmax/pmax Remove local declaration of physmem_board...



details:   https://anonhg.NetBSD.org/src/rev/e9491538e0b9
branches:  trunk
changeset: 486750:e9491538e0b9
user:      mhitch <mhitch%NetBSD.org@localhost>
date:      Sun May 28 05:56:36 2000 +0000

description:
Remove local declaration of physmem_boardmax.  The external physmem_boardmax
was not getting modified for 4MB SIMMS, and when fully populated with 8
SIMMS the memory size was configured at 128MB instead of 32MB.

diffstat:

 sys/arch/pmax/pmax/dec_3min.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 8bfd2c8e9131 -r e9491538e0b9 sys/arch/pmax/pmax/dec_3min.c
--- a/sys/arch/pmax/pmax/dec_3min.c     Sun May 28 05:48:59 2000 +0000
+++ b/sys/arch/pmax/pmax/dec_3min.c     Sun May 28 05:56:36 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dec_3min.c,v 1.40 2000/04/11 06:50:38 nisimura Exp $ */
+/* $NetBSD: dec_3min.c,v 1.41 2000/05/28 05:56:36 mhitch Exp $ */
 
 /*
  * Copyright (c) 1998 Jonathan Stone.  All rights reserved.
@@ -73,7 +73,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: dec_3min.c,v 1.40 2000/04/11 06:50:38 nisimura Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dec_3min.c,v 1.41 2000/05/28 05:56:36 mhitch Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -121,8 +121,6 @@
 void
 dec_3min_init()
 {
-       int physmem_boardmax;
-
        platform.iobus = "tcbus";
        platform.bus_reset = dec_3min_bus_reset;
        platform.cons_init = dec_3min_cons_init;



Home | Main Index | Thread Index | Old Index