From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ted Ts'o Subject: Re: How to disable the transmit FIFO? Date: Thu, 18 Nov 2010 20:25:23 -0500 Message-ID: <20101119012523.GT3290@thunk.org> References: <20101118164122.GB2855@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from thunk.org ([69.25.196.29]:47621 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760172Ab0KSBZ2 (ORCPT ); Thu, 18 Nov 2010 20:25:28 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-serial-owner@vger.kernel.org List-Id: linux-serial@vger.kernel.org To: Grant Edwards , Michael Haardt Cc: linux-serial@vger.kernel.org On Thu, Nov 18, 2010 at 08:05:56PM +0000, Grant Edwards wrote: > On 2010-11-18, Michael Haardt wrote: > >> > I miss a way to disable the transmit FIFO. > >> > >> From userspace or from within a kernel driver? > > > > From userspace. > > $ man setserial Specifically, if you use setserial to configure a serial port so that its UART is a 16450, it will force the transmit FIFO to be unused. - Ted