Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-1-6] syssrc/sys/arch/powerpc/mpc6xx
Module Name: syssrc
Committed By: lukem
Date: Thu Jun 20 02:52:12 UTC 2002
Modified Files:
syssrc/sys/arch/powerpc/mpc6xx [netbsd-1-6]: cpu_subr.c
Log Message:
Pull up revisions 1-15-1.19 (requested by wrstuden in ticket #322):
revision 1.19
Fix recent bugs seen on Performa 4400 macppc's by
Makoto Fujiwara <makoto%ki.nu@localhost> and Manuel Bouyer
<bouyer%netbsd.org@localhost>.
Help from Allen Briggs, Jason Thorpe, and Matt Thomas.
We need to call cpu_cache_probe() early in boot (machdep.c).
Add 603 info for completeness, and use NBPG not PAGESIZE, as the
latter relies on uvm being setup (cpu_subr.c).
Let uvm_page_recolor() be called before uvm has been set up; just
note the page coloring value (uvm_page.c).
revision 1.18
Add a missing return; after print the 745x cache size(s).
revision 1.17
Add a case label for the 603ev cache (identical to 603e).
revision 1.16
Cosmetics: there are exceptions to the PVR major/minor rule.
revision 1.15
Fill in real cache size/organization information and recolor; currently
doesn't make a difference except for the 604e.
XXX Does not consider L2 caches yet.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.14.4.1 syssrc/sys/arch/powerpc/mpc6xx/cpu_subr.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