CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/27 06:54:20
Modified files:
sys/dev/pci : if_xge.c
Log message:
tweak some command list handling
prefix the arrays with xge_, make them const, and use nitems to
iterate over them. move xge_setup_xgxs_xena to iterating over a
list of commands instead of doing a long series of register writes
in code.
from marisa emerson, who tested on both xena and herc boards
