diff options
author | arybchik <arybchik@FreeBSD.org> | 2016-05-13 06:54:18 +0000 |
---|---|---|
committer | arybchik <arybchik@FreeBSD.org> | 2016-05-13 06:54:18 +0000 |
commit | b4532808bd9ffadf9f055ed39f64277c53470be3 (patch) | |
tree | 3e4ce4242ee2d3c3edb1aca308d42f7f8e8bbc46 /sys/modules/sfxge | |
parent | f98cea94589714647f77b021803664b60c5cfe61 (diff) | |
download | FreeBSD-src-b4532808bd9ffadf9f055ed39f64277c53470be3.zip FreeBSD-src-b4532808bd9ffadf9f055ed39f64277c53470be3.tar.gz |
sfxge(4): move ef10_ev_* to ef10_ev.c
Submitted by: Andy Moreton <amoreton at solarflare.com>
Sponsored by: Solarflare Communications, Inc.
MFC after: 1 week
Diffstat (limited to 'sys/modules/sfxge')
-rw-r--r-- | sys/modules/sfxge/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/sfxge/Makefile b/sys/modules/sfxge/Makefile index 9fa9855..773e780 100644 --- a/sys/modules/sfxge/Makefile +++ b/sys/modules/sfxge/Makefile @@ -29,9 +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 SRCS+= ef10_impl.h -SRCS+= hunt_ev.c hunt_intr.c hunt_mac.c hunt_mcdi.c hunt_nic.c +SRCS+= hunt_intr.c hunt_mac.c hunt_mcdi.c hunt_nic.c SRCS+= hunt_nvram.c hunt_rx.c hunt_phy.c hunt_tx.c hunt_vpd.c SRCS+= hunt_filter.c SRCS+= hunt_impl.h |