PERFORCE change 135818 for review
Randall R. Stewart
rrs at FreeBSD.org
Wed Feb 20 18:32:36 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=135818
Change 135818 by rrs at rrs-mips2-jnpr on 2008/02/20 18:31:44
get rid of rest of //
Affected files ...
.. //depot/projects/mips2-jnpr/src/sys/mips/mips32/octeon32/uart_dev_oct16550.c#7 edit
Differences ...
==== //depot/projects/mips2-jnpr/src/sys/mips/mips32/octeon32/uart_dev_oct16550.c#7 (text+ko) ====
@@ -319,7 +319,7 @@
uart_barrier(bas);
/* Disable the FIFO (if present). */
- //uart_setreg(bas, OCT_REG_FCR, 0);
+ /* uart_setreg(bas, OCT_REG_FCR, 0); */
uart_barrier(bas);
/* Set RTS & DTR. */
@@ -472,7 +472,7 @@
uart_barrier(bas);
/*
- * Enable the interrupt in CIU. // UART-x2 @ IP2
+ * Enable the interrupt in CIU. /* UART-x2 @ IP2 */
*/
ciu_enable_interrupts(0, CIU_INT_0, CIU_EN_0,
(!unit) ? CIU_UART_BITS_UART0 : CIU_UART_BITS_UART1, CIU_MIPS_IP2);
More information about the p4-projects
mailing list