Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2008 15:57:41 GMT
From:      "Randall R. Stewart" <rrs@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135800 for review
Message-ID:  <200802201557.m1KFvfUt057682@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=135800

Change 135800 by rrs@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802201557.m1KFvfUt057682>