From owner-freebsd-stable@FreeBSD.ORG Tue Dec 9 16:55:39 2008 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 00684106564A for ; Tue, 9 Dec 2008 16:55:39 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id BE71A8FC12 for ; Tue, 9 Dec 2008 16:55:38 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost1.sentex.ca (8.14.3/8.14.3) with ESMTP id mB9GtbwP052201 for ; Tue, 9 Dec 2008 11:55:37 -0500 (EST) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.8/8.13.3) with ESMTP id mB9GtapH048081 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 9 Dec 2008 11:55:36 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <200812091655.mB9GtapH048081@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Tue, 09 Dec 2008 11:55:35 -0500 To: freebsd-stable@freebsd.org From: Mike Tancsa In-Reply-To: <200811260219.mAQ2JFEL065881@lava.sentex.ca> References: <200811260219.mAQ2JFEL065881@lava.sentex.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Subject: Re: sio vs uart vs ucomm problems / differences 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: Tue, 09 Dec 2008 16:55:39 -0000 At 09:19 PM 11/25/2008, Mike Tancsa wrote: >We are in the process of migrating one of our embedded apps to use >uart by default instead of sio in RELENG_7 in prep for the day when >sio eventually disappears. Unfortunately, the application doesnt >want to work with uart >with puc backed devices, but still works with sio. Stranger still, the app For the archives, We were sort of able to figure it out in http://lists.freebsd.org/pipermail/freebsd-current/2008-December/001052.html and http://lists.freebsd.org/pipermail/freebsd-usb/2008-December/005817.html ---Mike