Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
Module Name: syssrc
Committed By: simonb
Date: Thu Nov 25 01:40:23 UTC 1999
Modified Files:
syssrc/sys/arch/pmax/include: sysconf.h
syssrc/sys/arch/pmax/pmax: dec_3100.c dec_3max.c dec_3maxplus.c
dec_3min.c dec_5100.c dec_maxine.c machdep.c
Log Message:
Move memory sizing to a new function memsize_scan(), and add an empty
stub for memsize_bitmap() to use the PROM bitmap for memory information.
Add a memsize function pointer to the platform structure, and make all
existing DECstation models use memsize_scan() for now.
Interestingly, from the Ultrix cpuconf.{c,h} only the 3100 and 5400 use
a memory scan to determine available memory - all other models use the
PROM bitmap...
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/pmax/include/sysconf.h
cvs rdiff -r1.16 -r1.17 syssrc/sys/arch/pmax/pmax/dec_3100.c \
syssrc/sys/arch/pmax/pmax/dec_3max.c
cvs rdiff -r1.28 -r1.29 syssrc/sys/arch/pmax/pmax/dec_3maxplus.c
cvs rdiff -r1.25 -r1.26 syssrc/sys/arch/pmax/pmax/dec_3min.c
cvs rdiff -r1.12 -r1.13 syssrc/sys/arch/pmax/pmax/dec_5100.c
cvs rdiff -r1.18 -r1.19 syssrc/sys/arch/pmax/pmax/dec_maxine.c
cvs rdiff -r1.152 -r1.153 syssrc/sys/arch/pmax/pmax/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index