linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH} include/asm-ppc/cpu2.h typo
@ 2005-02-22 23:32 Mark A. Greer
  0 siblings, 0 replies; only message in thread
From: Mark A. Greer @ 2005-02-22 23:32 UTC (permalink / raw)
  To: Embedded PPC Linux list

[-- Attachment #1: Type: text/plain, Size: 378 bytes --]

Hi,

This bug/typo was pointed out to me.  I looked at the 8260 & 8272 
manuals and it should be 0x0002 in both cases.  I don't work with the 
82[67]x processors but it looks like this would have quickly bit anyone 
trying even parity on their serial line.  Nobody uses even parity on 
those platforms?  Is there something I don't know (and the manual isn't 
telling me)?

Mark

[-- Attachment #2: cpm2_1.patch --]
[-- Type: text/plain, Size: 432 bytes --]

diff -Nru a/include/asm-ppc/cpm2.h b/include/asm-ppc/cpm2.h
--- a/include/asm-ppc/cpm2.h	2005-02-22 16:26:07 -07:00
+++ b/include/asm-ppc/cpm2.h	2005-02-22 16:26:07 -07:00
@@ -531,7 +531,7 @@
 #define SCU_PSMR_RPM		((ushort)0x000c)
 #define SCU_PSMR_REVP		((ushort)0x0008)
 #define SCU_PSMR_TPM		((ushort)0x0003)
-#define SCU_PSMR_TEVP		((ushort)0x0003)
+#define SCU_PSMR_TEVP		((ushort)0x0002)
 
 /* CPM Transparent mode SCC.
  */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-02-22 23:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-22 23:32 [PATCH} include/asm-ppc/cpu2.h typo Mark A. Greer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).