Module Name: src Committed By: mhitch Date: Sun Apr 3 03:19:52 UTC 2011
Modified Files: src/sys/arch/pmax/pmax: dec_3maxplus.c dec_3min.c dec_maxine.c Log Message: Fix pmax timecounters for mips3-class machines. Apparently no one else has run a 5000/150 with 5.0 or later - I booted 5.0 a couple of time, but clamd caused a hard hang. Now that I've given up trying to run clamd on my 5000/150, I noticed that time ran too fast while using the mips3_cp0_counter source. The cpu_mhz computed in mc_cpuspeed is the CP0 clock speed, not the doubled CPU clock. Also add the mips3_cp0_counter timecounters for the 5000/50 (maxine) and 5000/260 (3maxplus). To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/arch/pmax/pmax/dec_3maxplus.c cvs rdiff -u -r1.69 -r1.70 src/sys/arch/pmax/pmax/dec_3min.c cvs rdiff -u -r1.61 -r1.62 src/sys/arch/pmax/pmax/dec_maxine.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.