From owner-svn-src-head@freebsd.org Mon Aug 1 16:51:02 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CA0BBAADB1; Mon, 1 Aug 2016 16:51:02 +0000 (UTC) (envelope-from bms@fastmail.net) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E27F14A6; Mon, 1 Aug 2016 16:51:01 +0000 (UTC) (envelope-from bms@fastmail.net) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id A5DFD2065B; Mon, 1 Aug 2016 12:51:00 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute2.internal (MEProxy); Mon, 01 Aug 2016 12:51:00 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=p9LQ5qAFxdGh8gPJcIxufIJGjic=; b=FY8ViV zCjlDrUW22n+03fg3XPetsO6ICdwldcMIKKjPlVMNCmS/K+Q04XjLJ3Vl0Kub0wh ZQ5ZOX8yEp5RPK7H8cUVuEQuxN5Qdf85l5Ikk6l41rOXhoa3VJHTEFbfd0U1VbcE yzw1lWAqmVilVorqPg1L/hE42RmiGmKHAPSic= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=p9LQ5qAFxdGh8gP JcIxufIJGjic=; b=RlBFmD0tB4fhQbxoR3kFyUI97iDBoTB/SOTS6gKmLhVZOrA eU4RWZp+09kgZxrDhc9gkjczyRFpe8NHnhl9ADNJIhmFXRHuZSuaVL2dSDFfztNg 6eEhXfsx3CVQyXpU8T25wT0dHR1Med51iREwhYTvhg+c/V/73JeEkj1ztxOY= X-Sasl-enc: ihHbw/liH9/aZcJXWdnyosA1/D2RTR4BHqJgzwIitfYM 1470070260 Received: from pion.local (unknown [5.148.105.34]) by mail.messagingengine.com (Postfix) with ESMTPA id E9F51CCD80; Mon, 1 Aug 2016 12:50:59 -0400 (EDT) Subject: Re: svn commit: r303522 - head/sys/dev/cxgbe To: Ian Lepore , John Baldwin , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201607292211.u6TMBTEJ092580@repo.freebsd.org> <86806f53-8ecd-d7d7-aad3-592d6b702609@fastmail.net> <1470070196.1283.25.camel@freebsd.org> From: Bruce Simpson Message-ID: Date: Mon, 1 Aug 2016 17:50:59 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <1470070196.1283.25.camel@freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2016 16:51:02 -0000 On 01/08/16 17:49, Ian Lepore wrote: ... > In addition, the strerror() output for ENOTTY says nothing about a > typewriter, the text is "Inappropriate ioctl for device." If that semantic gap has already been plugged, ignore my message.