thinwire-singlespeed.patch
Date: Tue Feb 15 14:31:19 EST 2005
Author: Jeremy Kerr
Title: Don't change thinwire serial speed
Status: Testing

diff -u -u -r1.59 thinwire.C
--- ./os/kernel/bilge/arch/powerpc/thinwire.C	14 Nov 2004 20:10:29 -0000	1.59
+++ ./os/kernel/bilge/arch/powerpc/thinwire.C	8 Feb 2005 04:23:05 -0000
@@ -608,6 +608,7 @@
 	oldSpeed = 57600;
     } else {
 	port = new(memory) ComUART(comBase);
+	newSpeed = 9600;
     }
 
     if (_BootInfo->wireInit) {
