From mint-bounce@lists.fishpool.fi  Mon Jun 25 23:42:19 2007
X-Original-To: fnaumann@mail.boerde.de
Delivered-To: fnaumann@mail.boerde.de
DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed;
        d=gmail.com; s=beta;
        h=domainkey-signature:received:received:from:organization:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:message-id;
        b=H0AtDRNb2IrhPrLJL0QxthOgV4BevOC+E/TmvIVyeG4gyrdCHHghAJOwqYQAJpHF6SrzG8TWj0qYKG1VWGqPq2gHEwtCWPWX/SBvCtUFbaez3TcX+oKU8jq/XhP7An/HqlZfGT5+zT0H6dJTTl1+3528IjIrtHuMR/LwD1Go4x8=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=beta;
        h=received:from:organization:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:message-id;
        b=B/rv8k1R4ak/BXHvZ9eYVVV1pKpzpEcOj8/HuHazSG5O3a4yjTE7PqnkGSHVqClMvxINHveGRLn30oWeq6ZV1O6UYxeBWHNyHkrlbVTcESUKm0MlnSQpO04+NKbD831tsAiCZ2gy8BUl/fZJXG76rkrVhgiktsoTL/W3j/jac04=
From: MiKRO <miro.kropacek@gmail.com>
Organization: Mystic Bytes
To: mint@fishpool.com
Subject: Re: [MiNT] slattach
Date: Mon, 25 Jun 2007 23:28:23 +0200
User-Agent: KMail/1.9.6
References: <200706252132.02183.miro.kropacek@gmail.com> <200706252148.03087.miro.kropacek@gmail.com>
In-Reply-To: <200706252148.03087.miro.kropacek@gmail.com>
MIME-Version: 1.0
Content-Type: Multipart/Mixed;
  boundary="Boundary-00=_3NDgGuZY1lWwmCz"
Message-Id: <200706252328.23696.miro.kropacek@gmail.com>
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-To: mint-bounce@lists.fishpool.fi
X-original-sender: miro.kropacek@gmail.com
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-Id: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>
List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
List-owner: <mailto:tjhukkan@fishpool.fi>
List-post: <mailto:mint@lists.fishpool.fi>
X-Virus-Scanned: by amavisd-new at relay.boerde.de
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de
X-Spam-Status: No, hits=-0.8 tagged_above=-50.5 required=7.0 tests=AWL,
 BAYES_00
X-Spam-Level: 

--Boundary-00=_3NDgGuZY1lWwmCz
Content-Type: text/plain;
  charset="iso-8859-15"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


hmmm I begin to like this ;) I've found the reason why >19200 Bds doesn't 
work -- there was some code commented out, here's patch which enables it 
again.

-- 
MiKRO / Mystic Bytes
http://mikro.atari.org

--Boundary-00=_3NDgGuZY1lWwmCz
Content-Type: text/x-diff;
  charset="iso-8859-15";
  name="slattach2.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="slattach2.diff"

--- slattach.c~	2007-06-25 23:24:50.000000000 +0200
+++ slattach.c	2007-06-25 23:24:50.000000000 +0200
@@ -290,12 +290,10 @@
 	}
 
 	/*
-	 * Is this really needed?
-	 */
-#if 0
-	/*
 	 * Changing baud using Rsconf() and Bconmap(); required with
 	 * HSmodem with speeds above 19200 !!!
+	 * note: not only with hsmodem but with freemint's serial
+	 * drivers as well.
 	 */
 	{
 		struct stat st;
@@ -318,7 +316,6 @@
 				Bconmap (save);
 		}
 	}
-#endif
 
 	return 0;
 }

--Boundary-00=_3NDgGuZY1lWwmCz--


