Author: arty Date: Tue Jun 19 10:13:10 2007 New Revision: 27233
URL: http://svn.reactos.org/svn/reactos?rev=27233&view=rev Log: Not in LE mode anymore, toto.
Modified: branches/powerpc/reactos/hal/halppc/generic/display.c branches/powerpc/reactos/hal/halppc/generic/portio.c
Modified: branches/powerpc/reactos/hal/halppc/generic/display.c URL: http://svn.reactos.org/svn/reactos/branches/powerpc/reactos/hal/halppc/gener... ============================================================================== --- branches/powerpc/reactos/hal/halppc/generic/display.c (original) +++ branches/powerpc/reactos/hal/halppc/generic/display.c Tue Jun 19 10:13:10 2007 @@ -196,6 +196,8 @@ VOID STATIC FASTCALL HalPutCharacter (CHAR Character) { + WRITE_PORT_UCHAR((PVOID)0x3f8, Character); +#if 0 int i,j,k; ULONG Dest = (GraphVideoBuffer + @@ -213,6 +215,7 @@ } Dest += PpcEarlybootInfo.dispDeviceRowBytes; } +#endif }
/* PRIVATE FUNCTIONS ********************************************************/
Modified: branches/powerpc/reactos/hal/halppc/generic/portio.c URL: http://svn.reactos.org/svn/reactos/branches/powerpc/reactos/hal/halppc/gener... ============================================================================== --- branches/powerpc/reactos/hal/halppc/generic/portio.c (original) +++ branches/powerpc/reactos/hal/halppc/generic/portio.c Tue Jun 19 10:13:10 2007 @@ -78,7 +78,6 @@ "mflr 0\n\t" "stwu 0,-16(1)\n\t" "mfmsr 5\n\t" - "xori 3,3,4\n\t" /* Undo effects of LE without swapping */ "andi. 6,5,0xffef\n\t"/* turn off MSR[DR] */ "mtmsr 6\n\t" "isync\n\t" @@ -98,7 +97,6 @@ "mflr 0\n\t" "stwu 0,-16(1)\n\t" "mfmsr 5\n\t" - "xori 3,3,6\n\t" /* Undo effects of LE without swapping */ "andi. 6,5,0xffef\n\t"/* turn off MSR[DR] */ "mtmsr 6\n\t" "isync\n\t" @@ -118,7 +116,6 @@ "mflr 0\n\t" "stwu 0,-16(1)\n\t" "mfmsr 5\n\t" - "xori 3,3,7\n\t" /* Undo effects of LE without swapping */ "andi. 6,5,0xffef\n\t"/* turn off MSR[DR] */ "mtmsr 6\n\t" "isync\n\t" @@ -138,7 +135,6 @@ "mflr 0\n\t" "stwu 0,-16(1)\n\t" "mfmsr 5\n\t" - "xori 3,3,4\n\t" /* Undo effects of LE without swapping */ "andi. 6,5,0xffef\n\t"/* turn off MSR[DR] */ "mtmsr 6\n\t" "sync\n\t" @@ -160,7 +156,6 @@ "mflr 0\n\t" "stwu 0,-16(1)\n\t" "mfmsr 5\n\t" - "xori 3,3,6\n\t" /* Undo effects of LE without swapping */ "andi. 6,5,0xffef\n\t"/* turn off MSR[DR] */ "mtmsr 6\n\t" "sync\n\t" @@ -182,7 +177,6 @@ "mflr 0\n\t" "stwu 0,-16(1)\n\t" "mfmsr 5\n\t" - "xori 3,3,7\n\t" /* Undo effects of LE without swapping */ "andi. 6,5,0xffef\n\t"/* turn off MSR[DR] */ "mtmsr 6\n\t" "sync\n\t"