From owner-freebsd-stable@FreeBSD.ORG Mon Jun 29 13:16:48 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB2331065675 for ; Mon, 29 Jun 2009 13:16:48 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by mx1.freebsd.org (Postfix) with ESMTP id 5F8568FC1D for ; Mon, 29 Jun 2009 13:16:48 +0000 (UTC) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.14.3/8.14.3) with ESMTP id n5TDEMB7083614; Mon, 29 Jun 2009 09:14:22 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <200906291314.n5TDEMB7083614@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Mon, 29 Jun 2009 09:16:41 -0400 To: Lars Eighner , freebsd-stable@freebsd.org From: Mike Tancsa In-Reply-To: <20090629061143.R2586@qroenaqrq.6qbyyneqvnyhc.pbz> References: <20090629061143.R2586@qroenaqrq.6qbyyneqvnyhc.pbz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Why is sio.c still broken? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2009 13:16:49 -0000 At 07:12 AM 6/29/2009, Lars Eighner wrote: >I was about to trash a modem because the HDLC and buffer overflows were >grinding it to halt --- or just about. I switch slots, changed the modem >out with and old 28.8, and so forth. > > >Eventually I discovered some really old stuff about sio.c which >suggested this: > > cp4ticks = speed / 10 / hz * 4; Another option is to use uart instead. ---Mike