Can you please make the following change to the linuxppc_2_4 tree:
3 is odd parity, 2 is even. See page 22-14 of the MPC850 user's manual.
Thanks!
Kevin
Index: commproc.h
===================================================================
file: /include/asm-ppc/commproc.h
760c760
-#define SCU_PMSR_TEVP ((ushort)0x0003)
+#define SCU_PMSR_TEVP ((ushort)0x0002)
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
"Williams, Kevin M." wrote:
Can you please make the following change to the linuxppc_2_4 tree:
Well, this is odd....it's correct in the _devel tree......
I don't use the 2_4 tree, so if someone could verify and fix
this (Tom? :-).
3 is odd parity, 2 is even. See page 22-14 of the MPC850 user's manual.
Actually 0 is odd parity, 2 is even. The code will either set or
clear this bit depending upon the serial port settings requested.
-- dan
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
On Thu, Sep 27, 2001 at 04:16:11PM -0400, Dan Malek wrote:
"Williams, Kevin M." wrote:
quoted
Can you please make the following change to the linuxppc_2_4 tree:
Well, this is odd....it's correct in the _devel tree......
I don't use the 2_4 tree, so if someone could verify and fix
this (Tom? :-).
2_4 is a bit out of date, wrt 8xx. I'm trying to work on it really :)
Wolfgang probably noticed this and it was part of one of his patches..
quoted
3 is odd parity, 2 is even. See page 22-14 of the MPC850 user's manual.
Actually 0 is odd parity, 2 is even. The code will either set or
clear this bit depending upon the serial port settings requested.
The comments/names are wierd, We do either EVP (even parity) or marked partiy
i think it's called.
--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/