From owner-svn-src-all@freebsd.org Fri Dec 11 13:05:20 2015 Return-Path: Delivered-To: svn-src-all@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 0D4F19D8BDF; Fri, 11 Dec 2015 13:05:20 +0000 (UTC) (envelope-from smh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 D22DA177A; Fri, 11 Dec 2015 13:05:19 +0000 (UTC) (envelope-from smh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBBD5I7q059337; Fri, 11 Dec 2015 13:05:18 GMT (envelope-from smh@FreeBSD.org) Received: (from smh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBBD5IDI059336; Fri, 11 Dec 2015 13:05:18 GMT (envelope-from smh@FreeBSD.org) Message-Id: <201512111305.tBBD5IDI059336@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: smh set sender to smh@FreeBSD.org using -f From: Steven Hartland Date: Fri, 11 Dec 2015 13:05:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r292099 - stable/10/sys/dev/ixl X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 11 Dec 2015 13:05:20 -0000 Author: smh Date: Fri Dec 11 13:05:18 2015 New Revision: 292099 URL: https://svnweb.freebsd.org/changeset/base/292099 Log: MFC r283119: Remove executable property from ixl Sponsored by: Multiplay Modified: Directory Properties: stable/10/ (props changed) stable/10/sys/dev/ixl/i40e_adminq.c (props changed) stable/10/sys/dev/ixl/i40e_adminq.h (props changed) stable/10/sys/dev/ixl/i40e_adminq_cmd.h (props changed) stable/10/sys/dev/ixl/i40e_alloc.h (props changed) stable/10/sys/dev/ixl/i40e_common.c (props changed) stable/10/sys/dev/ixl/i40e_hmc.c (props changed) stable/10/sys/dev/ixl/i40e_hmc.h (props changed) stable/10/sys/dev/ixl/i40e_lan_hmc.c (props changed) stable/10/sys/dev/ixl/i40e_lan_hmc.h (props changed) stable/10/sys/dev/ixl/i40e_nvm.c (props changed) stable/10/sys/dev/ixl/i40e_osdep.c (props changed) stable/10/sys/dev/ixl/i40e_osdep.h (props changed) stable/10/sys/dev/ixl/i40e_prototype.h (props changed) stable/10/sys/dev/ixl/i40e_register.h (props changed) stable/10/sys/dev/ixl/i40e_status.h (props changed) stable/10/sys/dev/ixl/i40e_type.h (props changed) stable/10/sys/dev/ixl/i40e_virtchnl.h (props changed) stable/10/sys/dev/ixl/if_ixl.c (props changed) stable/10/sys/dev/ixl/ixl_txrx.c (props changed)