PERFORCE change 135800 for review

Randall R. Stewart rrs at FreeBSD.org
Wed Feb 20 15:57:43 UTC 2008


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

Change 135800 by rrs at rrs-mips2-jnpr on 2008/02/20 15:57:28

	change uart display

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips32/octeon32/uart_dev_oct16550.c#5 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips32/octeon32/uart_dev_oct16550.c#5 (text+ko) ====

@@ -656,10 +656,8 @@
 
 #define OCTEON_VISUAL_UART 1
 #ifdef OCTEON_VISUAL_UART
-	static int where1 = 0;
-
 	if (ipend)
-		octeon_led_run_wheel(&where1, 6 + device_get_unit(sc->sc_dev));
+		octeon_led_run_wheel();
 #endif
 
 	return ((sc->sc_leaving) ? 0 : ipend);


More information about the p4-projects mailing list