sfxge(4): move ef10_rx_* to ef10_rx.c
Submitted by: Andy Moreton <amoreton at solarflare.com> Sponsored by: Solarflare Communications, Inc. MFC after: 1 week
This commit is contained in:
parent
647112a4b3
commit
204d1d179e
@ -35,7 +35,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include "efx_impl.h"
|
||||
|
||||
|
||||
#if EFSYS_OPT_HUNTINGTON
|
||||
#if EFSYS_OPT_HUNTINGTON || EFSYS_OPT_MEDFORD
|
||||
|
||||
|
||||
static __checkReturn efx_rc_t
|
||||
@ -823,4 +823,4 @@ ef10_rx_fini(
|
||||
#endif /* EFSYS_OPT_RX_SCALE */
|
||||
}
|
||||
|
||||
#endif /* EFSYS_OPT_HUNTINGTON */
|
||||
#endif /* EFSYS_OPT_HUNTINGTON || EFSYS_OPT_MEDFORD */
|
@ -30,11 +30,11 @@ 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 ef10_mcdi.c ef10_nic.c
|
||||
SRCS+= ef10_nvram.c ef10_phy.c
|
||||
SRCS+= ef10_nvram.c ef10_phy.c ef10_rx.c
|
||||
SRCS+= ef10_impl.h
|
||||
|
||||
SRCS+= hunt_nic.c
|
||||
SRCS+= hunt_rx.c hunt_phy.c hunt_tx.c hunt_vpd.c
|
||||
SRCS+= hunt_phy.c hunt_tx.c hunt_vpd.c
|
||||
SRCS+= hunt_impl.h
|
||||
|
||||
SRCS+= medford_nic.c
|
||||
|
Loading…
Reference in New Issue
Block a user