1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00
freebsd/sys/dev/mxge
Andrew Gallatin 94c7d993a3 mxge's tunable hw.mxge.rss_hash_type cannot be set from the
loader, because it uses a reserved suffix (_type).  Fix
this by removing the "_" and renaming the tunable to
hw.mxge.rss_hashtype.  The old (rss_hash_type) tunable is
still fetched, in case people load the driver via scripts.
When both are present in the kernel environment,
the new value (hw.mxge.rss_hashtype) overrides the old
value.

Approved by:	re (kib)
2009-07-22 11:57:34 +00:00
..
eth_z8e.h Update mxge firmware from 1.4.39 to 1.4.43. Changes include: 2009-06-23 18:00:43 +00:00
ethp_z8e.h Update mxge firmware from 1.4.39 to 1.4.43. Changes include: 2009-06-23 18:00:43 +00:00
if_mxge_var.h Add a dying flag to prevent races at detach. 2009-06-24 21:09:56 +00:00
if_mxge.c mxge's tunable hw.mxge.rss_hash_type cannot be set from the 2009-07-22 11:57:34 +00:00
mcp_gen_header.h
mxge_eth_z8e.c
mxge_ethp_z8e.c
mxge_lro.c Implement minimal set of changes suggested by bz to make 2009-06-23 17:42:06 +00:00
mxge_mcp.h Better support for recent Myricom 10GbE NICs 2009-02-17 22:15:58 +00:00
mxge_rss_eth_z8e.c
mxge_rss_ethp_z8e.c
rss_eth_z8e.h Update mxge firmware from 1.4.39 to 1.4.43. Changes include: 2009-06-23 18:00:43 +00:00
rss_ethp_z8e.h Update mxge firmware from 1.4.39 to 1.4.43. Changes include: 2009-06-23 18:00:43 +00:00