From owner-svn-src-stable@freebsd.org  Mon Jan  2 09:40:23 2017
Return-Path: <owner-svn-src-stable@freebsd.org>
Delivered-To: svn-src-stable@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 99B03C9B1FA;
 Mon,  2 Jan 2017 09:40:23 +0000 (UTC)
 (envelope-from arybchik@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 654CA1317;
 Mon,  2 Jan 2017 09:40:23 +0000 (UTC)
 (envelope-from arybchik@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v029eMho006908;
 Mon, 2 Jan 2017 09:40:22 GMT (envelope-from arybchik@FreeBSD.org)
Received: (from arybchik@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id v029eMFR006906;
 Mon, 2 Jan 2017 09:40:22 GMT (envelope-from arybchik@FreeBSD.org)
Message-Id: <201701020940.v029eMFR006906@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: arybchik set sender to
 arybchik@FreeBSD.org using -f
From: Andrew Rybchenko <arybchik@FreeBSD.org>
Date: Mon, 2 Jan 2017 09:40:22 +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: r311087 - in stable/10/sys: conf dev/sfxge/common
 modules/sfxge
X-SVN-Group: stable-10
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-src-stable@freebsd.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: SVN commit messages for all the -stable branches of the src tree
 <svn-src-stable.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-src-stable>, 
 <mailto:svn-src-stable-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-stable/>
List-Post: <mailto:svn-src-stable@freebsd.org>
List-Help: <mailto:svn-src-stable-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-src-stable>,
 <mailto:svn-src-stable-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Jan 2017 09:40:23 -0000

Author: arybchik
Date: Mon Jan  2 09:40:22 2017
New Revision: 311087
URL: https://svnweb.freebsd.org/changeset/base/311087

Log:
  MFC r310758
  
  sfxge(4): delete hunt_phy.c
  
  Submitted by:   Mark Spender <mspender at solarflare.com>
  Sponsored by:   Solarflare Communications, Inc.

Deleted:
  stable/10/sys/dev/sfxge/common/hunt_phy.c
Modified:
  stable/10/sys/conf/files.amd64
  stable/10/sys/modules/sfxge/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/conf/files.amd64
==============================================================================
--- stable/10/sys/conf/files.amd64	Mon Jan  2 09:39:19 2017	(r311086)
+++ stable/10/sys/conf/files.amd64	Mon Jan  2 09:40:22 2017	(r311087)
@@ -354,7 +354,6 @@ dev/sfxge/common/efx_tx.c	optional	sfxge
 dev/sfxge/common/efx_vpd.c	optional	sfxge pci
 dev/sfxge/common/efx_wol.c	optional	sfxge pci
 dev/sfxge/common/hunt_nic.c	optional	sfxge pci
-dev/sfxge/common/hunt_phy.c	optional	sfxge pci
 dev/sfxge/common/mcdi_mon.c	optional	sfxge pci
 dev/sfxge/common/medford_nic.c	optional	sfxge pci
 dev/sfxge/common/siena_mac.c	optional	sfxge pci

Modified: stable/10/sys/modules/sfxge/Makefile
==============================================================================
--- stable/10/sys/modules/sfxge/Makefile	Mon Jan  2 09:39:19 2017	(r311086)
+++ stable/10/sys/modules/sfxge/Makefile	Mon Jan  2 09:40:22 2017	(r311087)
@@ -35,7 +35,7 @@ SRCS+=	ef10_ev.c ef10_filter.c ef10_intr
 SRCS+=	ef10_nvram.c ef10_phy.c ef10_rx.c ef10_tx.c ef10_vpd.c
 SRCS+=	ef10_impl.h
 
-SRCS+=	hunt_nic.c hunt_phy.c
+SRCS+=	hunt_nic.c
 SRCS+=	hunt_impl.h
 
 SRCS+=	medford_nic.c