Subject: Re: Serial line woes
To: Charles Carvalho <carvalho@cisco.com>
From: Bill Studenmund <wrstuden@zembu.com>
List: port-macppc
Date: 06/25/2000 13:51:38
On Wed, 14 Jun 2000, Charles Carvalho wrote:

> by comparing the various port-specific versions of the file.  I did notice
> a typo in arch/mac68k/dev/zs.c (because I copied it into the macppc version):
> line 741 (in zs_set_modes) tests to see if DCD is available for PPS input,
> 	if ((cflag & (CLOCAL & MDMBUF)) == CLOCAL) {
> which should be
> 	if ((cflag & (CLOCAL | MDMBUF)) == CLOCAL) {
> Without the change, cs_rr0_pps never gets set non-zero, preventing PPS
> timing from being allowed on the interface.

Fixed! Should definitly make 1.5, and I will see about 1.4.3.

Thanks.

Bill