Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jun 2009 10:02:30 -0700
From:      "Kevin Oberman" <oberman@es.net>
To:        Lars Eighner <stableuser@larseighner.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Why is sio.c still broken? 
Message-ID:  <20090629170230.DA7241CC2E@ptavv.es.net>
In-Reply-To: Your message of "Mon, 29 Jun 2009 06:12:43 CDT." <20090629061143.R2586@qroenaqrq.6qbyyneqvnyhc.pbz> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Date: Mon, 29 Jun 2009 06:12:43 -0500 (CDT)
> From: Lars Eighner <stableuser@larseighner.com>
> Sender: owner-freebsd-stable@freebsd.org
> 
> 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;
> 
> be changed to this.
> 
>    	cp4ticks = speed / 10 / hz * 40;
> 
> and everything worked like a charm
> 
> So I am wondering why this hasn't been changed since it seems to be
> necessary for proper operation of just about the only non-winmodem
> available.

Probably because sio is about to be dropped and no one has given it much
attention of late.

It's probably best to convert to use of uart which is the new serial
port driver and will be the only one in V8 which is in code freeze and
should be out in two or three months.

Let the "I coulda had a V8" puns and bad jokes begin!
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: oberman@es.net			Phone: +1 510 486-8634
Key fingerprint:059B 2DDF 031C 9BA3 14A4  EADA 927D EBB3 987B 3751



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090629170230.DA7241CC2E>