From owner-freebsd-questions@FreeBSD.ORG Mon May 6 15:21:19 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BD0872E8 for ; Mon, 6 May 2013 15:21:19 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 97D5FC21 for ; Mon, 6 May 2013 15:21:19 +0000 (UTC) Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.41]) by be-well.ilk.org (Postfix) with ESMTP id 00EB533C2A; Mon, 6 May 2013 11:21:07 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id 51A3839879; Mon, 6 May 2013 11:21:06 -0400 (EDT) From: Lowell Gilbert To: Miguel Barbosa =?iso-8859-1?Q?Gon=E7alves?= Subject: Re: Disable FIFO on UART References: Date: Mon, 06 May 2013 11:21:05 -0400 In-Reply-To: ("Miguel Barbosa =?iso-8859-1?Q?Gon=E7alves=22's?= message of "Sun, 5 May 2013 12:59:17 +0100") Message-ID: <44r4hkuobi.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 May 2013 15:21:19 -0000 Miguel Barbosa Gon=E7alves writes: > Back in FreeBSD 7 there was a flag to disable the FIFO on the sio [...] > Now with FreeBSD 8 which uses the UART device driver there's no option fo= r that. > > I am looking to reduce the jitter I am getting on the serial port when > connecting a GPS to the server. > > Can anyone help? It looks do-able, although the interface is a bit more abstract and covers a wider variety of hardware. You would probably need to contact whoever's working on that driver these days.