Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   mjf
Date:           Sat Jun 14 12:01:28 UTC 2008

Modified Files:
        src/sys/arch/ibmnws/ibmnws: machdep.c
        src/sys/arch/ibmnws/include: pci_machdep.h
        src/sys/arch/ibmnws/pci: pci_machdep.c
        src/sys/dev/ic: ibm82660reg.h

Log Message:
Automatically detect the amount of installed RAM by reading the memory
bank registers from the PCI host bridge. Previously the RAM size was
hardcoded to 64MB.

Also fill out ibm82660reg.h with more definitions from the PowerPC to
PCI Bridge and Memory Controller User's Manual.

Many thanks to Tim Rightnour for helping with this patch.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/arch/ibmnws/ibmnws/machdep.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/ibmnws/include/pci_machdep.h
cvs rdiff -r1.3 -r1.4 src/sys/arch/ibmnws/pci/pci_machdep.c
cvs rdiff -r1.2 -r1.3 src/sys/dev/ic/ibm82660reg.h

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