]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r299410
authorarybchik <arybchik@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 4 Jun 2016 14:55:56 +0000 (14:55 +0000)
committerarybchik <arybchik@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 4 Jun 2016 14:55:56 +0000 (14:55 +0000)
commit232e8bcf64c395a6f27db269f516838d692dd72f
tree21e5fec5995d34dba0a81523f5d14fc73d8d9972
parent54b4f9dd57de91bdbcc0577af7e6aeac903a73e1
MFC r299410

sfxge(4): fix efx_filter_reconfigure parameter type

This caused signed/unsigned errors in some subsequent patches.
The only value passed to this is a uint32_t.

Submitted by:   Mark Spender <mspender at solarflare.com>
Sponsored by:   Solarflare Communications, Inc.

git-svn-id: svn://svn.freebsd.org/base/stable/10@301337 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/sfxge/common/efx_filter.c
sys/dev/sfxge/common/efx_impl.h
sys/dev/sfxge/common/hunt_filter.c
sys/dev/sfxge/common/hunt_impl.h