Source-Changes archive

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

NetBSD master CVS tree commits



jonathan
Fri Aug  8 22:51:57 PDT 1997
Update of /a/cvsroot/src/sys/arch/mips/conf
In directory netbsd1:/var/slash-tmp/cvs-serv15546/mips/conf

Modified Files:
        files.mips 
Log Message:
MIPS cpu-speed detection using mc146818 clock.

Compute CPU speed(MHz) and loop multiplier for DELAY() based on
counting empty loop between mcclock ticks.  New global: cpu_mhz.
Change pmax/pmax/machdep.c to build baseboard model names from cpu_mhz.
Set  'cpuspeed' for more realistic DELAY() on mips3 models.

Mips CPU constants, testing, and calibration from D. Sean Davidson
<davidson%zk3.dec.com@localhost> and Simon Burge 
<simonb%telstra.com.au@localhost>.


jonathan
Fri Aug  8 22:51:58 PDT 1997
Update of /a/cvsroot/src/sys/arch/mips/mips
In directory netbsd1:/var/slash-tmp/cvs-serv15546/mips/mips

Added Files:
        mips_mcclock.c mips_mcclock.h 
Log Message:
MIPS cpu-speed detection using mc146818 clock.

Compute CPU speed(MHz) and loop multiplier for DELAY() based on
counting empty loop between mcclock ticks.  New global: cpu_mhz.
Change pmax/pmax/machdep.c to build baseboard model names from cpu_mhz.
Set  'cpuspeed' for more realistic DELAY() on mips3 models.

Mips CPU constants, testing, and calibration from D. Sean Davidson
<davidson%zk3.dec.com@localhost> and Simon Burge 
<simonb%telstra.com.au@localhost>.


jonathan
Fri Aug  8 22:52:00 PDT 1997
Update of /a/cvsroot/src/sys/arch/pmax/pmax
In directory netbsd1:/var/slash-tmp/cvs-serv15546/pmax/pmax

Modified Files:
        machdep.c 
Log Message:
MIPS cpu-speed detection using mc146818 clock.

Compute CPU speed(MHz) and loop multiplier for DELAY() based on
counting empty loop between mcclock ticks.  New global: cpu_mhz.
Change pmax/pmax/machdep.c to build baseboard model names from cpu_mhz.
Set  'cpuspeed' for more realistic DELAY() on mips3 models.

Mips CPU constants, testing, and calibration from D. Sean Davidson
<davidson%zk3.dec.com@localhost> and Simon Burge 
<simonb%telstra.com.au@localhost>.




Home | Main Index | Thread Index | Old Index