From e67df1843140c4dea4e48d95fe533115a168b48a Mon Sep 17 00:00:00 2001 From: Andrew Rybchenko Date: Fri, 13 May 2016 07:00:46 +0000 Subject: [PATCH] sfxge(4): move ef10_mcdi_* to ef10_mcdi.c Submitted by: Andy Moreton Sponsored by: Solarflare Communications, Inc. MFC after: 1 week --- sys/dev/sfxge/common/{hunt_mcdi.c => ef10_mcdi.c} | 0 sys/modules/sfxge/Makefile | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename sys/dev/sfxge/common/{hunt_mcdi.c => ef10_mcdi.c} (100%) diff --git a/sys/dev/sfxge/common/hunt_mcdi.c b/sys/dev/sfxge/common/ef10_mcdi.c similarity index 100% rename from sys/dev/sfxge/common/hunt_mcdi.c rename to sys/dev/sfxge/common/ef10_mcdi.c diff --git a/sys/modules/sfxge/Makefile b/sys/modules/sfxge/Makefile index 40b0c43ed3d..b33efa70e89 100644 --- a/sys/modules/sfxge/Makefile +++ b/sys/modules/sfxge/Makefile @@ -29,10 +29,10 @@ SRCS+= siena_mac.c siena_mcdi.c siena_nic.c siena_nvram.c siena_phy.c SRCS+= siena_sram.c siena_vpd.c SRCS+= siena_flash.h siena_impl.h -SRCS+= ef10_ev.c ef10_filter.c ef10_intr.c ef10_mac.c +SRCS+= ef10_ev.c ef10_filter.c ef10_intr.c ef10_mac.c ef10_mcdi.c SRCS+= ef10_impl.h -SRCS+= hunt_mcdi.c hunt_nic.c +SRCS+= hunt_nic.c SRCS+= hunt_nvram.c hunt_rx.c hunt_phy.c hunt_tx.c hunt_vpd.c SRCS+= hunt_impl.h