From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10951 invoked by alias); 30 Mar 2007 12:08:32 -0000 Received: (qmail 10925 invoked by uid 22791); 30 Mar 2007 12:08:30 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 30 Mar 2007 13:08:24 +0100 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 752F44B267; Fri, 30 Mar 2007 07:08:22 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id 4E2764B262; Fri, 30 Mar 2007 07:08:22 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HXFu1-00020c-Pf; Fri, 30 Mar 2007 08:08:21 -0400 Date: Fri, 30 Mar 2007 12:08:00 -0000 From: Daniel Jacobowitz To: "Maciej W. Rozycki" Cc: gdb-patches@sourceware.org, Chris Dearman , "Maciej W. Rozycki" Subject: Re: ser-unix.c: Add hardware flow control support Message-ID: <20070330120821.GA7415@caradoc.them.org> Mail-Followup-To: "Maciej W. Rozycki" , gdb-patches@sourceware.org, Chris Dearman , "Maciej W. Rozycki" References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.14+cvs20070313 (2007-03-13) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00349.txt.bz2 On Fri, Mar 30, 2007 at 12:54:50PM +0100, Maciej W. Rozycki wrote: > Hello, > > This is a set of changes to add hardware flow control support to the > serial interface. > > 2007-03-30 Chris Dearman > Maciej W. Rozycki > > * ser-unix.c (show_serial_hwflow): New function. > (hardwire_raw): Add hardware flow control support. > (_initialize_ser_hardwire): Add set/show remoteflow. > > OK to apply? At a minimum this will require documentation for the new command line option; I would also recomend a NEWS entry. Oh, and you added a #include, so you need a Makefile update too. I noticed while looking for the right place to put the option that we have an empty "set serial". Perhaps it should go under that instead. No strong preference. -- Daniel Jacobowitz CodeSourcery