]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r299596-r299606, r299681, r299726, r299738
authorarybchik <arybchik@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 4 Jun 2016 15:24:11 +0000 (15:24 +0000)
committerarybchik <arybchik@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 4 Jun 2016 15:24:11 +0000 (15:24 +0000)
commit6ab1fb9b4493b63c126da472669f79e79ec05e8c
tree113ca5dd6410c94da9f409d1e61777982256ff7e
parent7ae43425434142626cff4960e5099ae2e5d7d20c
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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@301344 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
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