From owner-svn-src-all@FreeBSD.ORG Sat Apr 11 16:35:28 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 96EBE1065672; Sat, 11 Apr 2009 16:35:28 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 766768FC15; Sat, 11 Apr 2009 16:35:28 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.3/8.14.3) with ESMTP id n3BGZS5P046627; Sat, 11 Apr 2009 09:35:28 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.3/8.14.3/Submit) id n3BGZSvh046626; Sat, 11 Apr 2009 09:35:28 -0700 (PDT) (envelope-from sgk) Date: Sat, 11 Apr 2009 09:35:28 -0700 From: Steve Kargl To: Ed Schouten Message-ID: <20090411163528.GC46526@troutmask.apl.washington.edu> References: <200904111401.n3BE1108088009@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200904111401.n3BE1108088009@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org 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 16:35:29 -0000 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 -- Steve