PERFORCE change 137025 for review

Randall R. Stewart rrs at FreeBSD.org
Thu Mar 6 21:24:53 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=137025

Change 137025 by rrs at rrs-mips2-jnpr on 2008/03/06 21:23:56

	Adds a few tweaks.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/dev/rgmii/octeon_rgmx.c#8 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/dev/rgmii/octeon_rgmx.c#8 (text+ko) ====

@@ -1523,7 +1523,8 @@
 
 	thr.word64 = 0;
 	intpc.word64 = 0;
-	intpc.bits.thr_freq = (500 * 1000 * 1000) / (1000 * 16 * 256);
+        /*((500 * 1000 * 1000) / (1000 * 16 * 256)) */
+	intpc.bits.thr_freq = 122;
 
 #ifdef OCTEON_RGMX_POW_TIME_THR_INTS
 	thr.bits.enable = 1;


More information about the p4-projects mailing list