PERFORCE change 136463 for review

Randall R. Stewart rrs at FreeBSD.org
Fri Feb 29 19:48:18 UTC 2008


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

Change 136463 by rrs at rrs-mips2-jnpr on 2008/02/28 22:37:27

	take back out the other mode.

Affected files ...

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

Differences ...

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

@@ -467,7 +467,8 @@
 
 	oct16550_clrint(bas);
 	oct16550->ier = uart_getreg(bas, OCT_REG_IER) & 0xf0;
-	oct16550->ier |= IER_PTIME| IER_EMSC | IER_ERLS |IER_ETXRDY | IER_ERXRDY;
+	/* IER_PTIME| */
+	oct16550->ier |= IER_EMSC | IER_ERLS |IER_ETXRDY | IER_ERXRDY;
 	uart_setreg(bas, OCT_REG_IER, oct16550->ier);
 	uart_barrier(bas);
 


More information about the p4-projects mailing list