From owner-freebsd-stable@FreeBSD.ORG Mon Feb 2 08:20:07 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 E47A6106566B for ; Mon, 2 Feb 2009 08:20:07 +0000 (UTC) (envelope-from Timo.Rikkonen@syncrontech.com) Received: from espresso2.syncrontech.com (espresso2.syncrontech.com [213.28.98.35]) by mx1.freebsd.org (Postfix) with ESMTP id 45CF28FC1C for ; Mon, 2 Feb 2009 08:20:06 +0000 (UTC) (envelope-from Timo.Rikkonen@syncrontech.com) Received: from ink.sad.syncrontech.com (ink.syncrontech.com [192.168.2.107]) by espresso2.syncrontech.com (8.13.1/8.13.1) with ESMTP id n128K4uh074953; Mon, 2 Feb 2009 10:20:05 +0200 (EET) (envelope-from Timo.Rikkonen@syncrontech.com) Received: from ink.sad.syncrontech.com ([192.168.2.107]) by ink.sad.syncrontech.com ([192.168.2.107]) with mapi; Mon, 2 Feb 2009 10:19:59 +0200 From: Timo Rikkonen To: Mike Tancsa , "freebsd-stable@freebsd.org" Date: Mon, 2 Feb 2009 10:20:03 +0200 Thread-Topic: /dev/cuau* ports hang after a while Thread-Index: AcmC2X5iSVi0LpSVRzu0xsonuuXFdACNLGxg Message-ID: References: <200901292033.n0TKXYZp062630@lava.sentex.ca> <200901301251.n0UCpYKh067104@lava.sentex.ca> In-Reply-To: <200901301251.n0UCpYKh067104@lava.sentex.ca> Accept-Language: en-US, fi-FI Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, fi-FI Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: Subject: RE: /dev/cuau* ports hang after a while 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, 02 Feb 2009 08:20:08 -0000 Hi, Have now tried this with 7.1-RELEASE, unfortunately with same results as be= fore, the ports still hang after some time. -Timo -----Original Message----- From: Mike Tancsa [mailto:mike@sentex.net]=20 Sent: 30. tammikuuta 2009 14:52 To: Timo Rikkonen; freebsd-stable@freebsd.org Subject: RE: /dev/cuau* ports hang after a while At 05:50 AM 1/30/2009, Timo Rikkonen wrote: >Hi, > >The speed is 9600. Actually I already tried with 7.1-RELEASE, with=20 >same results. >I'll try the device.hints-changes, thanks. Not sure if the code is in 7.0, so make sure you try it with 7.1-RELEASE ---Mike >-Timo > > >-----Original Message----- >From: Mike Tancsa [mailto:mike@sentex.net] >Sent: 29. tammikuuta 2009 22:34 >To: Timo Rikkonen; freebsd-stable@freebsd.org >Subject: Re: /dev/cuau* ports hang after a while > >At 08:00 AM 1/26/2009, Timo Rikkonen wrote: > >Hi, > > > >We are using "VScom PCI-200L" and "Moxa Technologies, C168H/PCI" > >-cards for serial ports. After installing 7.0 the ports or the > >connection to the port hang after a while. A "while" could be > >half-a-day or 10 minutes. > >There is no error message to be seen anywhere. > > > >Not all ports hang at the same time, it could be just one or two of > >them. Earlier versions (6.2-RELEASE) work just fine. > >The ports have different devicenames after 7.0, in 6.2 they were > >/dev/cuad4-7, now they are /dev/cuau0-3 (uart?) > > >Is the application fairly low speed (e.g. 9600bps or slower) ? If >so, try with 7.1R, not 7 and add > >hint.uart.0.flags=3D"0x100" >hint.uart.1.flags=3D"0x100" > >to /boot/device.hints > >http://www.freebsd.org/cgi/query-pr.cgi?pr=3D121421 > >has details > > ---Mike