]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r300009
authorarybchik <arybchik@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 4 Jun 2016 16:54:28 +0000 (16:54 +0000)
committerarybchik <arybchik@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 4 Jun 2016 16:54:28 +0000 (16:54 +0000)
commit30f43958d60de317fc3b7279fbbefc4c2827767a
treee72a0b4e8bff0f6a53af06fe6fe5656c3af95526
parenta046bde7d4424a5648684a8544844e324a748e93
MFC r300009

sfxge(4): fix Medford timer quantum calculation in common code

The event/timer block used sysclk in Huntington, but has been
moved to the dpcpu clock domain for Medford. Fix the computed
timer quantum to use the right clock.

Submitted by:   Andy Moreton <amoreton at solarflare.com>
Sponsored by:   Solarflare Communications, Inc.

git-svn-id: svn://svn.freebsd.org/base/stable/10@301381 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/sfxge/common/ef10_impl.h
sys/dev/sfxge/common/ef10_nic.c
sys/dev/sfxge/common/hunt_nic.c
sys/dev/sfxge/common/medford_nic.c