]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r299596-r299606, r299681, r299726, r299738
authorarybchik <arybchik@FreeBSD.org>
Sat, 4 Jun 2016 15:24:11 +0000 (15:24 +0000)
committerarybchik <arybchik@FreeBSD.org>
Sat, 4 Jun 2016 15:24:11 +0000 (15:24 +0000)
commit45da1f7e9b0430d2c1b95adb91935570bb94eda2
tree113ca5dd6410c94da9f409d1e61777982256ff7e
parent3ddc776297ba8bf326cffe45b938dac77506a5a9
MFC r299596-r299606, r299681, r299726, r299738

sfxge(4): move ef10_*() functions to ef10_*.c files

Submitted by:   Andy Moreton <amoreton at solarflare.com>
Sponsored by:   Solarflare Communications, Inc.
17 files changed:
sys/conf/files.amd64
sys/dev/sfxge/common/ef10_ev.c [moved from sys/dev/sfxge/common/hunt_ev.c with 99% similarity]
sys/dev/sfxge/common/ef10_filter.c [moved from sys/dev/sfxge/common/hunt_filter.c with 99% similarity]
sys/dev/sfxge/common/ef10_intr.c [moved from sys/dev/sfxge/common/hunt_intr.c with 97% similarity]
sys/dev/sfxge/common/ef10_mac.c [moved from sys/dev/sfxge/common/hunt_mac.c with 99% similarity]
sys/dev/sfxge/common/ef10_mcdi.c [moved from sys/dev/sfxge/common/hunt_mcdi.c with 100% similarity]
sys/dev/sfxge/common/ef10_nic.c [new file with mode: 0644]
sys/dev/sfxge/common/ef10_nvram.c [moved from sys/dev/sfxge/common/hunt_nvram.c with 99% similarity]
sys/dev/sfxge/common/ef10_phy.c [new file with mode: 0644]
sys/dev/sfxge/common/ef10_rx.c [moved from sys/dev/sfxge/common/hunt_rx.c with 99% similarity]
sys/dev/sfxge/common/ef10_tx.c [moved from sys/dev/sfxge/common/hunt_tx.c with 99% similarity]
sys/dev/sfxge/common/ef10_vpd.c [moved from sys/dev/sfxge/common/hunt_vpd.c with 99% similarity]
sys/dev/sfxge/common/efx_tx.c
sys/dev/sfxge/common/hunt_impl.h
sys/dev/sfxge/common/hunt_nic.c
sys/dev/sfxge/common/hunt_phy.c
sys/modules/sfxge/Makefile