From owner-svn-src-all@FreeBSD.ORG Sat Apr 11 19:49:25 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC3B31065677; Sat, 11 Apr 2009 19:49:25 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from fallbackmx06.syd.optusnet.com.au (fallbackmx06.syd.optusnet.com.au [211.29.132.8]) by mx1.freebsd.org (Postfix) with ESMTP id F24968FC18; Sat, 11 Apr 2009 19:49:24 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail09.syd.optusnet.com.au (mail09.syd.optusnet.com.au [211.29.132.190]) by fallbackmx06.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id n3BGwOdT021517; Sun, 12 Apr 2009 02:58:24 +1000 Received: from besplex.bde.org (c122-107-120-227.carlnfd1.nsw.optusnet.com.au [122.107.120.227]) by mail09.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id n3BGwIJ6004295 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 12 Apr 2009 02:58:21 +1000 Date: Sun, 12 Apr 2009 02:58:18 +1000 (EST) From: Bruce Evans X-X-Sender: bde@besplex.bde.org To: Steve Kargl In-Reply-To: <20090411163528.GC46526@troutmask.apl.washington.edu> Message-ID: <20090412025611.V4579@besplex.bde.org> References: <200904111401.n3BE1108088009@svn.freebsd.org> <20090411163528.GC46526@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Ed Schouten Subject: Re: svn commit: r190919 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Apr 2009 19:49:26 -0000 On Sat, 11 Apr 2009, Steve Kargl wrote: > On Sat, Apr 11, 2009 at 02:01:01PM +0000, Ed Schouten wrote: >> Author: ed >> Date: Sat Apr 11 14:01:01 2009 >> New Revision: 190919 >> URL: http://svn.freebsd.org/changeset/base/190919 >> >> Log: >> Simplify in/out functions (for i386 and AMD64). >> >> Remove a hack to generate more efficient code for port numbers below >> 0x100, which has been obsolete for at least ten years, because GCC has >> an asm constraint to specify that. >> >> Submitted by: Christoph Mallon >> > > I thought Christoph and bde were still hashing out the correctness > of this patch. > > http://lists.freebsd.org/pipermail/freebsd-amd64/2009-April/012064.html Yes, but the patch was not committed verbatim and has most of the changes that I want. Bruce