svn commit: r310758 - in head/sys: conf dev/sfxge/common modules/sfxge

Andrew Rybchenko arybchik at FreeBSD.org
Thu Dec 29 07:10:26 UTC 2016


Author: arybchik
Date: Thu Dec 29 07:10:25 2016
New Revision: 310758
URL: https://svnweb.freebsd.org/changeset/base/310758

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

Deleted:
  head/sys/dev/sfxge/common/hunt_phy.c
Modified:
  head/sys/conf/files.amd64
  head/sys/modules/sfxge/Makefile

Modified: head/sys/conf/files.amd64
==============================================================================
--- head/sys/conf/files.amd64	Thu Dec 29 07:07:16 2016	(r310757)
+++ head/sys/conf/files.amd64	Thu Dec 29 07:10:25 2016	(r310758)
@@ -385,7 +385,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: head/sys/modules/sfxge/Makefile
==============================================================================
--- head/sys/modules/sfxge/Makefile	Thu Dec 29 07:07:16 2016	(r310757)
+++ head/sys/modules/sfxge/Makefile	Thu Dec 29 07:10:25 2016	(r310758)
@@ -33,7 +33,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


More information about the svn-src-head mailing list