PERFORCE change 71795 for review

John-Mark Gurney jmg at FreeBSD.org
Fri Feb 25 07:14:20 GMT 2005


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

Change 71795 by jmg at jmg_carbon on 2005/02/25 07:14:12

	fix value of bit...

Affected files ...

.. //depot/projects/arm/src/sys/arm/ep93xx/ep93xxreg.h#2 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/ep93xx/ep93xxreg.h#2 (text+ko) ====

@@ -190,7 +190,7 @@
 #define    EP93XX_UART_RTIE	0x00000040UL
 #define    EP93XX_UART_TIE	0x00000020UL
 #define    EP93XX_UART_RIE	0x00000010UL
-#define    EP93XX_UART_MSIE	0x00000004UL
+#define    EP93XX_UART_MSIE	0x00000008UL
 #define    EP93XX_UART_UARTE	0x00000001UL
 #define   EP93XX_UART_Flag	0x00000018UL
 #define    EP93XX_UART_F_TXFE	0x00000080UL


More information about the p4-projects mailing list