PERFORCE change 135825 for review

Randall R. Stewart rrs at FreeBSD.org
Wed Feb 20 18:54:01 UTC 2008


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

Change 135825 by rrs at rrs-mips2-jnpr on 2008/02/20 18:53:41

	no wheel running here either.

Affected files ...

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

Differences ...

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

@@ -936,11 +936,6 @@
 	/* Only allow work for our group */
 	prev_grp_mask = oct_read64(OCTEON_POW_CORE_GROUP_MASK(core_id));
 	oct_write64(OCTEON_POW_CORE_GROUP_MASK(core_id), OCTEON_POW_ALL_GROUPS_MASK);
-
-
-#ifdef OCTEON_VISUAL_RGMX
-	octeon_led_run_wheel();
-#endif
 	while (1) {
 
 		if (pak_count++ > RGMX_MAX_PAK_RECEIVE) {
@@ -955,9 +950,6 @@
 			 */
 			break;
 		}
-#ifdef OCTEON_VISUAL_RGMX
-		octeon_led_run_wheel();
-#endif
 		octeon_rgmx_rx_process_work(work, work->ipprt);
 
 	}


More information about the p4-projects mailing list