jme: Correct RSS key registers configuration order
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 9 Mar 2013 14:22:06 +0000 (22:22 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 9 Mar 2013 14:22:06 +0000 (22:22 +0800)
commit894ff5e1b99e6de8cfbff4f35190843f12601f51
tree31081377917723e4a7bbd7898d762921b6aa109a
parentf77d274b687d35594165c39ca414edb9fbbb969d
jme: Correct RSS key registers configuration order

Low bytes of RSS key should go into high RSS key registers.  However,
original way does not affect DragonFly's RSS implementation; since
DragonFly's RSS key is duplicated from 2 bytes, all values written
to the RSS key registers are actually same.
sys/dev/netif/jme/if_jme.c