K 10 svn:author V 8 gallatin K 8 svn:date V 27 2009-07-22T11:57:34.041577Z K 7 svn:log V 420 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) END